From 23e3f642e4f0753029b4bd4d444cd94b8f4bb4c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 14:10:05 +0000 Subject: Missed in previous automake conversion patches from Ralf Corsepius . --- testsuites/samples/sample.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuites/samples/sample.am (limited to 'testsuites/samples') diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am new file mode 100644 index 0000000000..a294dcc949 --- /dev/null +++ b/testsuites/samples/sample.am @@ -0,0 +1,18 @@ +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +$(project_bspdir)/samples: + @$(mkinstalldirs) $@ +$(project_bspdir)/tests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES += \ +$(project_bspdir)/tests \ +$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \ +$(project_bspdir)/samples \ +$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe -- cgit v1.2.3