Changeset d73a01fd in rtems
- Timestamp:
- Aug 27, 2002, 1:17:27 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- abe09384
- Parents:
- 28d8503b
- Location:
- c/src/ada-tests
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
r28d8503b rd73a01fd 1 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * sptests/sp19/sptest.adb: Remove. 4 * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from 5 sptests.adp. 6 1 7 2002-08-27 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/ada-tests/sptests/sp19/Makefile.am
r28d8503b rd73a01fd 7 7 include $(top_srcdir)/ada.am 8 8 9 AM_ADAFLAGS += -I. 10 9 11 if EXPADA 10 12 noinst_PROGRAMS = sp19 11 13 endif 12 14 13 sp19_SOURCES = sp19.adb config.h sptest.ads15 sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads 14 16 15 # FIXME: Missing sptest.adb 17 sptest.adb: sptest.adp 18 pwd=`pwd` && cd $(srcdir) && $(M4) < sptest.adp > $${pwd}/sptest.adb 19 CLEANFILES += sptest.adb 16 20 17 sp19$(EXEEXT): sp19.adb 21 sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads 18 22 $(GNATCOMPILE) -margs -a $< -o $@ 19 23
Note: See TracChangeset
for help on using the changeset viewer.