Changeset e31c63e5 in rtems
- Timestamp:
- 11/22/99 19:21:38 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- de759c5
- Parents:
- 5fe4a109
- Files:
-
- 20 added
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/Makefile.am
r5fe4a109 re31c63e5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 8 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@9 10 PREINSTALLDIRS = $(project_bspdir)/samples $(project_bspdir)/tests11 $(PREINSTALLDIRS):12 @$(mkinstalldirs) $@13 14 all-local: $(PREINSTALLDIRS)15 7 16 8 CPLUSPLUS_TESTS = cdtest … … 21 13 FP_TESTS = paranoia 22 14 23 SUBDIRS = .hello ticker base_sp unlimited minimum $(MP_TESTS) \15 SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \ 24 16 $(CPLUSPLUS_TESTS) $(FP_TESTS) 17 18 AUTOMAKE_FILES = \ 19 sample.am 20 21 EXTRA_DIST = $(AUTOMAKE_FILES) 25 22 26 23 include $(top_srcdir)/../../../../automake/subdirs.am -
testsuites/samples/Makefile.am
r5fe4a109 re31c63e5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 8 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@9 10 PREINSTALLDIRS = $(project_bspdir)/samples $(project_bspdir)/tests11 $(PREINSTALLDIRS):12 @$(mkinstalldirs) $@13 14 all-local: $(PREINSTALLDIRS)15 7 16 8 CPLUSPLUS_TESTS = cdtest … … 21 13 FP_TESTS = paranoia 22 14 23 SUBDIRS = .hello ticker base_sp unlimited minimum $(MP_TESTS) \15 SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \ 24 16 $(CPLUSPLUS_TESTS) $(FP_TESTS) 17 18 AUTOMAKE_FILES = \ 19 sample.am 20 21 EXTRA_DIST = $(AUTOMAKE_FILES) 25 22 26 23 include $(top_srcdir)/../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.