Changeset f99dfe37 in rtems
- Timestamp:
- 07/09/03 10:09:52 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- babba25a
- Parents:
- de0ac92
- Location:
- c/src/ada-tests
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/sptests/sp09/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 10 9 11 10 sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads 11 sp09_SOURCES += ../../support/init.c 12 12 13 sp09$(EXEEXT): sp09.adb 13 sp09$(EXEEXT): sp09.adb init.$(OBJEXT) 14 14 $(GNATCOMPILE) -margs -a $< -o $@ 15 15 -
c/src/ada-tests/sptests/sp11/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp11 10 9 sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads 10 sp11_SOURCES += ../../support/init.c 11 11 12 sp11$(EXEEXT): sp11.adb 12 sp11$(EXEEXT): sp11.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp12/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp12 10 9 sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads 10 sp12_SOURCES += ../../support/init.c 11 11 12 sp12$(EXEEXT): sp12.adb 12 sp12$(EXEEXT): sp12.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp13/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp13 10 9 sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads 10 sp13_SOURCES += ../../support/init.c 11 11 12 sp13$(EXEEXT): sp13.adb 12 sp13$(EXEEXT): sp13.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp14/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp14 10 9 sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads 10 sp14_SOURCES += ../../support/init.c 11 11 12 sp14$(EXEEXT): sp14.adb 12 sp14$(EXEEXT): sp14.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp15/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp15 10 9 sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads 10 sp15_SOURCES += ../../support/init.c 11 11 12 sp15$(EXEEXT): sp15.adb 12 sp15$(EXEEXT): sp15.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp16/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp16 10 9 sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads 10 sp16_SOURCES += ../../support/init.c 11 11 12 sp16$(EXEEXT): sp16.adb 12 sp16$(EXEEXT): sp16.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp17/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp17 10 9 sp17_SOURCES = sp17.adb config.h sptest.adb sptest.ads 10 sp17_SOURCES += ../../support/init.c 11 11 12 sp17$(EXEEXT): sp17.adb 12 sp17$(EXEEXT): sp17.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp19/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 12 11 13 12 sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads 13 sp19_SOURCES += ../../support/init.c 14 14 15 sptest.adb: sptest.adp16 pwd=`pwd` && cd $(srcdir) && $(M4) < sptest.adp > $${pwd}/sptest.adb17 15 CLEANFILES += sptest.adb 18 16 19 sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads 17 sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads init.$(OBJEXT) 20 18 $(GNATCOMPILE) -margs -a $< -o $@ 21 19 -
c/src/ada-tests/sptests/sp20/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp20 10 9 sp20_SOURCES = sp20.adb config.h sptest.adb sptest.ads 10 sp20_SOURCES += ../../support/init.c 11 11 12 sp20$(EXEEXT): sp20.adb 12 sp20$(EXEEXT): sp20.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp21/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 10 9 11 10 sp21_SOURCES = sp21.adb config.h sptest.adb sptest.ads 11 sp21_SOURCES += ../../support/init.c 12 12 13 sp21$(EXEEXT): sp21.adb 13 sp21$(EXEEXT): sp21.adb init.$(OBJEXT) 14 14 $(GNATCOMPILE) -margs -a $< -o $@ 15 15 -
c/src/ada-tests/sptests/sp22/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp22 10 9 sp22_SOURCES = sp22.adb config.h sptest.adb sptest.ads 10 sp22_SOURCES += ../../support/init.c 11 11 12 sp22$(EXEEXT): sp22.adb 12 sp22$(EXEEXT): sp22.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp23/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp23 10 9 sp23_SOURCES = sp23.adb config.h sptest.adb sptest.ads 10 sp23_SOURCES += ../../support/init.c 11 11 12 sp23$(EXEEXT): sp23.adb 12 sp23$(EXEEXT): sp23.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp24/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp24 10 9 sp24_SOURCES = sp24.adb config.h sptest.adb sptest.ads 10 sp24_SOURCES += ../../support/init.c 11 11 12 sp24$(EXEEXT): sp24.adb 12 sp24$(EXEEXT): sp24.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp25/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = sp25 10 9 sp25_SOURCES = sp25.adb config.h sptest.adb sptest.ads 10 sp25_SOURCES += ../../support/init.c 11 11 12 sp25$(EXEEXT): sp25.adb 12 sp25$(EXEEXT): sp25.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/spsize/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am -
c/src/ada-tests/tmtests/tm05/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm05 10 9 tm05_SOURCES = tm05.adb config.h tmtest.adb tmtest.ads 10 tm05_SOURCES += ../../support/init.c 11 11 12 tm05$(EXEEXT): tm05.adb 12 tm05$(EXEEXT): tm05.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm06/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm06 10 9 tm06_SOURCES = tm06.adb config.h tmtest.adb tmtest.ads 10 tm06_SOURCES += ../../support/init.c 11 11 12 tm06$(EXEEXT): tm06.adb 12 tm06$(EXEEXT): tm06.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm07/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm07 10 9 tm07_SOURCES = tm07.adb config.h tmtest.adb tmtest.ads 10 tm07_SOURCES += ../../support/init.c 11 11 12 tm07$(EXEEXT): tm07.adb 12 tm07$(EXEEXT): tm07.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm08/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm08 10 9 tm08_SOURCES = tm08.adb config.h tmtest.adb tmtest.ads 10 tm08_SOURCES += ../../support/init.c 11 11 12 tm08$(EXEEXT): tm08.adb 12 tm08$(EXEEXT): tm08.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm09/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm09 10 9 tm09_SOURCES = tm09.adb config.h tmtest.adb tmtest.ads 10 tm09_SOURCES += ../../support/init.c 11 11 12 tm09$(EXEEXT): tm09.adb 12 tm09$(EXEEXT): tm09.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm10/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm10 10 9 tm10_SOURCES = tm10.adb config.h tmtest.adb tmtest.ads 10 tm10_SOURCES += ../../support/init.c 11 11 12 tm10$(EXEEXT): tm10.adb 12 tm10$(EXEEXT): tm10.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm11/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm11 10 9 tm11_SOURCES = tm11.adb config.h tmtest.adb tmtest.ads 10 tm11_SOURCES += ../../support/init.c 11 11 12 tm11$(EXEEXT): tm11.adb 12 tm11$(EXEEXT): tm11.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm12/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm12 10 9 tm12_SOURCES = tm12.adb config.h tmtest.adb tmtest.ads 10 tm12_SOURCES += ../../support/init.c 11 11 12 tm12$(EXEEXT): tm12.adb 12 tm12$(EXEEXT): tm12.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm13/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm13 10 9 tm13_SOURCES = tm13.adb config.h tmtest.adb tmtest.ads 10 tm13_SOURCES += ../../support/init.c 11 11 12 tm13$(EXEEXT): tm13.adb 12 tm13$(EXEEXT): tm13.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm14/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm14 10 9 tm14_SOURCES = tm14.adb config.h tmtest.adb tmtest.ads 10 tm14_SOURCES += ../../support/init.c 11 11 12 tm14$(EXEEXT): tm14.adb 12 tm14$(EXEEXT): tm14.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm15/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm15 10 9 tm15_SOURCES = tm15.adb config.h tmtest.adb tmtest.ads 10 tm15_SOURCES += ../../support/init.c 11 11 12 tm15$(EXEEXT): tm15.adb 12 tm15$(EXEEXT): tm15.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm16/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm16 10 9 tm16_SOURCES = tm16.adb config.h tmtest.adb tmtest.ads 10 tm16_SOURCES += ../../support/init.c 11 11 12 tm16$(EXEEXT): tm16.adb 12 tm16$(EXEEXT): tm16.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm17/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm17 10 9 tm17_SOURCES = tm17.adb config.h tmtest.adb tmtest.ads 10 tm17_SOURCES += ../../support/init.c 11 11 12 tm17$(EXEEXT): tm17.adb 12 tm17$(EXEEXT): tm17.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm18/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm18 10 9 tm18_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads 10 tm18_SOURCES += ../../support/init.c 11 11 12 tm18$(EXEEXT): tm18.adb 12 tm18$(EXEEXT): tm18.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm19/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm19 10 9 tm19_SOURCES = tm19.adb config.h tmtest.adb tmtest.ads 10 tm19_SOURCES += ../../support/init.c 11 11 12 tm19$(EXEEXT): tm19.adb 12 tm19$(EXEEXT): tm19.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm20/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm20 10 9 tm20_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads 10 tm20_SOURCES += ../../support/init.c 11 11 12 tm20$(EXEEXT): tm20.adb 12 tm20$(EXEEXT): tm20.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm22/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm22 10 9 tm22_SOURCES = tm22.adb config.h tmtest.adb tmtest.ads 10 tm22_SOURCES += ../../support/init.c 11 11 12 tm22$(EXEEXT): tm22.adb 12 tm22$(EXEEXT): tm22.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm23/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm23 10 9 tm23_SOURCES = tm23.adb config.h tmtest.adb tmtest.ads 10 tm23_SOURCES += ../../support/init.c 11 11 12 tm23$(EXEEXT): tm23.adb 12 tm23$(EXEEXT): tm23.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm24/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm24 10 9 tm24_SOURCES = tm24.adb config.h tmtest.adb tmtest.ads 10 tm24_SOURCES += ../../support/init.c 11 11 12 tm24$(EXEEXT): tm24.adb 12 tm24$(EXEEXT): tm24.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm25/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm25 10 9 tm25_SOURCES = tm25.adb config.h tmtest.adb tmtest.ads 10 tm25_SOURCES += ../../support/init.c 11 11 12 tm25$(EXEEXT): tm25.adb 12 tm25$(EXEEXT): tm25.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm28/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm28 10 9 tm28_SOURCES = tm28.adb config.h tmtest.adb tmtest.ads 10 tm28_SOURCES += ../../support/init.c 11 11 12 tm28$(EXEEXT): tm28.adb 12 tm28$(EXEEXT): tm28.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm29/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tm29 10 9 tm29_SOURCES = tm29.adb config.h tmtest.adb tmtest.ads 10 tm29_SOURCES += ../../support/init.c 11 11 12 tm29$(EXEEXT): tm29.adb 12 tm29$(EXEEXT): tm29.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tmck/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 9 8 noinst_PROGRAMS = tmck 10 9 tmck_SOURCES = tmck.adb config.h tmtest.adb tmtest.ads 10 tmck_SOURCES += ../../support/init.c 11 11 12 tmck$(EXEEXT): tmck.adb 12 tmck$(EXEEXT): tmck.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tmoverhd/Makefile.am
rde0ac92 rf99dfe37 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 4 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/../../../automake/lib.am6 5 7 6 include $(top_srcdir)/ada.am … … 11 10 tmtest.adb tmtest.ads \ 12 11 dummy_rtems.adb dummy_rtems.ads 12 tmoverhd_SOURCES += ../../support/init.c 13 13 14 tmoverhd$(EXEEXT): tmoverhd.adb 14 tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT) 15 15 $(GNATCOMPILE) -margs -a $< -o $@ 16 16
Note: See TracChangeset
for help on using the changeset viewer.