Changeset e81cc50 in rtems for cpukit/ada/Makefile.am
- Timestamp:
- Jan 14, 2004, 5:21:02 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8a2c179
- Parents:
- 5c24afe9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ada/Makefile.am
r5c24afe9 re81cc50 3 3 # 4 4 5 if RTEMS_ADA 5 6 include_adadir = $(includedir)/adainclude 6 7 if RTEMS_ADA8 7 include_ada_HEADERS = rtems.adb rtems.ads 9 8 include_ada_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads … … 14 13 PREINSTALL_FILES = 15 14 15 if RTEMS_ADA 16 16 $(PROJECT_INCLUDE)/adainclude/$(dirstamp): 17 17 @$(mkdir_p) $(PROJECT_INCLUDE)/adainclude 18 18 @: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 19 PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 19 20 20 if RTEMS_ADA21 21 $(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp) 22 22 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb … … 36 36 endif 37 37 38 CLEANFILES = $(PREINSTALL_FILES) 39 38 40 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.