Skip to content

Commit

Permalink
s/libopenstm32/libopencm3/ is some Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Dec 30, 2010
1 parent 079dc05 commit 48b514d
Show file tree
Hide file tree
Showing 41 changed files with 45 additions and 44 deletions.
7 changes: 3 additions & 4 deletions Makefile
@@ -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>
##
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/lpc13xx/Makefile
@@ -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>
##
Expand Down
3 changes: 2 additions & 1 deletion examples/lpc13xx/Makefile.include
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion examples/lpc13xx/lpc-p1343/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/lpc13xx/lpc-p1343/miniblink/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/Makefile
@@ -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>
##
Expand Down
3 changes: 2 additions & 1 deletion examples/stm32/Makefile.include
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/lisa-m/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/lisa-m/usb_dfu/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/lisa-m/usb_hid/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/mb525/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/mb525/fancyblink/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/mb525/pwmleds/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/can/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/led/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/systick/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/usart/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/obldc/usart_irq/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/adc_temperature_sensor/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/dma_mem2mem/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/dogm128/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/i2c_stts75_sensor/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/rtc/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/systick/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/timer_interrupt/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/usb_cdcacm/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/usb_dfu/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/other/usb_hid/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/fancyblink/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/miniblink/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/spi/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/usart/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/usb_cdcacm/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/usb_dfu/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/usb_hid/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32/stm32-h103/usb_iap/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion lib/lpc13xx/Makefile
@@ -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>
##
Expand Down
2 changes: 1 addition & 1 deletion lib/stm32/Makefile
@@ -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>
##
Expand Down

0 comments on commit 48b514d

Please sign in to comment.