s/libopenstm32/libopencm3/ is some Makefiles.

This commit is contained in:
Uwe Hermann 2010-12-30 03:45:00 +01:00
parent 079dc05c73
commit 48b514d3ef
41 changed files with 45 additions and 44 deletions

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
@ -49,11 +49,10 @@ examples: lib
install: build
@printf " INSTALL headers\n"
$(Q)$(INSTALL) -d $(INCDIR)/libopenstm32
$(Q)$(INSTALL) -d $(INCDIR)/stm32
$(Q)$(INSTALL) -d $(INCDIR)/usb
$(Q)$(INSTALL) -d $(LIBDIR)
$(Q)$(INSTALL) -m 0644 include/libopenstm32.h $(INCDIR)
$(Q)$(INSTALL) -m 0644 include/libopenstm32/*.h $(INCDIR)/libopenstm32
$(Q)$(INSTALL) -m 0644 include/stm32/*.h $(INCDIR)/libopencm3
$(Q)$(INSTALL) -m 0644 include/usb/*.h $(INCDIR)/usb
@printf " INSTALL lib\n"
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
##

View File

@ -1,4 +1,5 @@
## This file is part of the libopenstm32 project.
##
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
##

View File

@ -1,4 +1,5 @@
## This file is part of the libopenstm32 project.
##
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##

View File

@ -1,5 +1,5 @@
##
## This file is part of the libopenstm32 project.
## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##