Changeset 6bfddfe1 in rtems for cpukit/ada/Makefile.am
- Timestamp:
- Dec 11, 2003, 3:48:53 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6a17d376
- Parents:
- 31b65e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ada/Makefile.am
r31b65e5 r6bfddfe1 3 3 # 4 4 5 adaincludedir = $(includedir)/adainclude5 include_adadir = $(includedir)/adainclude 6 6 7 7 if RTEMS_ADA 8 adainclude_HEADERS = rtems.adb rtems.ads 9 adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads8 include_ada_HEADERS = rtems.adb rtems.ads 9 include_ada_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads 10 10 endif 11 11 12 all-local: $( TMPINSTALL_FILES)12 all-local: $(PREINSTALL_FILES) 13 13 14 14 PREINSTALL_FILES =
Note: See TracChangeset
for help on using the changeset viewer.