From 304cdca20697caf6e7fcfe003e3a9dfcc5baec9a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Aug 2002 10:04:45 +0000 Subject: 2002-08-21 Ralf Corsepius * include/Makefile.am: Remove. * Makefile.am: Merge in former include/Makefile.am. * configure.ac: Reflect changes above. Take out unnecessary autoconf macros. --- c/src/tests/support/include/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index 6d031fcb3b..0000000000 --- a/c/src/tests/support/include/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - - -project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ - -noinst_HEADERS = tmacros.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/tmacros.h: tmacros.h - $(INSTALL_DATA) $< $@ -$(project_bspdir)/lib/include/buffer_test_io.h: buffer_test_io.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 -- cgit v1.2.3