Changeset 9414746c in rtems for cpukit/ada
- Timestamp:
- Jul 8, 2003, 7:47:19 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 92ed8c2
- Parents:
- be5e8272
- Location:
- cpukit/ada
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ada/ChangeLog
rbe5e8272 r9414746c 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove (Merged into ../configure.ac). 4 * Makefile.am: Reflect having merged configure.ac into 5 ../configure.ac. 6 1 7 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/ada/Makefile.am
rbe5e8272 r9414746c 2 2 # $Id$ 3 3 # 4 5 ACLOCAL_AMFLAGS = -I ../aclocal6 4 7 5 $(PROJECT_INCLUDE)/adainclude: … … 12 10 adaincludedir = $(includedir)/adainclude 13 11 12 if RTEMS_ADA 14 13 adainclude_HEADERS = rtems.adb rtems.ads 15 14 adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads … … 19 18 $(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \ 20 19 $(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) 20 endif 21 21 22 22 all-local: $(TMPINSTALL_FILES) 23 23 24 include $(top_srcdir)/ ../automake/local.am24 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.