summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/support/Makefile.am')
-rw-r--r--c/src/tests/support/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/tests/support/Makefile.am b/c/src/tests/support/Makefile.am
deleted file mode 100644
index 4083232d57..0000000000
--- a/c/src/tests/support/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../aclocal
-
-project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
-
-noinst_HEADERS = include/tmacros.h include/buffer_test_io.h
-
-TMPINSTALLFILES = $(project_bspdir)/lib/include \
- $(project_bspdir)/lib/include/tmacros.h \
- $(project_bspdir)/lib/include/buffer_test_io.h
-
-$(project_bspdir)/lib/include:
- $(mkinstalldirs) $@
-$(project_bspdir)/lib/include/%.h: include/%.h
- $(INSTALL_DATA) $< $@
-
-CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
- $(project_bspdir)/lib/include/buffer_test_io.h
-
-all-local: $(TMPINSTALLFILES)
-
-include $(top_srcdir)/../automake/local.am