Changeset 74c77c5 in rtems
- Timestamp:
- 11/30/03 07:52:50 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9e7e53bf
- Parents:
- 8a61c2a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada/ChangeLog
r8a61c2a r74c77c5 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Preinstall adainclude_HEADERS. 4 Add $(dirstamp) to preinstallation rules. 5 1 6 2003-11-25 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/ada/Makefile.am
r8a61c2a r74c77c5 2 2 # $Id$ 3 3 # 4 5 $(PROJECT_INCLUDE)/adainclude:6 $(mkinstalldirs) $@7 $(PROJECT_INCLUDE)/adainclude/%: %8 $(INSTALL_DATA) $< $@9 4 10 5 adaincludedir = $(includedir)/adainclude … … 13 8 adainclude_HEADERS = rtems.adb rtems.ads 14 9 adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads 15 16 TMPINSTALL_FILES = \17 $(PROJECT_INCLUDE)/adainclude \18 $(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \19 $(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)20 10 endif 21 11 22 12 all-local: $(TMPINSTALL_FILES) 23 13 14 PREINSTALL_FILES = 15 16 $(PROJECT_INCLUDE)/adainclude/$(dirstamp): 17 @$(mkinstalldirs) $(PROJECT_INCLUDE)/adainclude 18 @: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 19 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 20 21 if RTEMS_ADA 22 $(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 23 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb 25 26 $(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 27 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads 28 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads 29 30 $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 31 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb 32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb 33 34 $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 35 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads 37 endif 38 24 39 include $(top_srcdir)/automake/local.am -
cpukit/ada/ChangeLog
r8a61c2a r74c77c5 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Preinstall adainclude_HEADERS. 4 Add $(dirstamp) to preinstallation rules. 5 1 6 2003-11-25 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/ada/Makefile.am
r8a61c2a r74c77c5 2 2 # $Id$ 3 3 # 4 5 $(PROJECT_INCLUDE)/adainclude:6 $(mkinstalldirs) $@7 $(PROJECT_INCLUDE)/adainclude/%: %8 $(INSTALL_DATA) $< $@9 4 10 5 adaincludedir = $(includedir)/adainclude … … 13 8 adainclude_HEADERS = rtems.adb rtems.ads 14 9 adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads 15 16 TMPINSTALL_FILES = \17 $(PROJECT_INCLUDE)/adainclude \18 $(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \19 $(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)20 10 endif 21 11 22 12 all-local: $(TMPINSTALL_FILES) 23 13 14 PREINSTALL_FILES = 15 16 $(PROJECT_INCLUDE)/adainclude/$(dirstamp): 17 @$(mkinstalldirs) $(PROJECT_INCLUDE)/adainclude 18 @: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 19 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 20 21 if RTEMS_ADA 22 $(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 23 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb 25 26 $(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 27 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads 28 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads 29 30 $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 31 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb 32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb 33 34 $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 35 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads 37 endif 38 24 39 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.