Changeset 5fd5e52 in rtems for c/src/ada-tests/mptests
- Timestamp:
- Aug 20, 2003, 7:08:29 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0bbbdd
- Parents:
- 13942bf
- Location:
- c/src/ada-tests/mptests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/Makefile.am
r13942bf r5fd5e52 17 17 #SUBDIRS += mp14 18 18 19 include $(top_srcdir)/../ ../../automake/subdirs.am20 include $(top_srcdir)/../ ../../automake/local.am19 include $(top_srcdir)/../tests/automake/subdirs.am 20 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am5 include $(top_srcdir)/../ ../../automake/subdirs.am4 include $(top_srcdir)/../tests/automake/compile.am 5 include $(top_srcdir)/../tests/automake/subdirs.am 6 6 7 7 SUBDIRS = node1 node2 8 8 9 include $(top_srcdir)/../ ../../automake/local.am9 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/node1/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = base_mp.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am -
c/src/ada-tests/mptests/mp01/node2/Makefile.am
r13942bf r5fd5e52 2 2 3 3 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 4 include $(top_srcdir)/../ ../../automake/compile.am4 include $(top_srcdir)/../tests/automake/compile.am 5 5 6 6 include $(top_srcdir)/ada.am … … 19 19 EXTRA_DIST = base_mp.scn 20 20 21 include $(top_srcdir)/../ ../../automake/local.am21 include $(top_srcdir)/../tests/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.