From 908436c1ec62838e4efdabbc591ee92b817d25b7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 15:38:09 +0000 Subject: New configuration files added by patch from Ralf Corsepius ". --- c/src/tests/support/include/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 c/src/tests/support/include/Makefile.am (limited to 'c/src/tests/support/include/Makefile.am') diff --git a/c/src/tests/support/include/Makefile.am b/c/src/tests/support/include/Makefile.am new file mode 100644 index 0000000000..185c06ae7f --- /dev/null +++ b/c/src/tests/support/include/Makefile.am @@ -0,0 +1,29 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign 1.4 + +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +noinst_HEADERS = tmacros.h + +TMPINSTALLDIRS=$(project_bspdir)/lib/include + +$(TMPINSTALLDIRS): + $(mkinstalldirs) $@ + +TMPINSTALLFILES = $(project_bspdir)/lib/include/tmacros.h + +$(project_bspdir)/lib/include/tmacros.h: tmacros.h + $(INSTALL_DATA) $< $@ + +CLEANFILES = $(TMPINSTALLFILES) + +install-tmp: $(TMPINSTALLFILES) + +all: install-tmp +debug: install-tmp +profile: install-tmp + +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3