summaryrefslogtreecommitdiffstats
path: root/testsuites/support/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:14:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:14:36 +0000
commite572433d79a41a77818a35ec51f76d3647b1a401 (patch)
tree46a1ce43b98eba04b4236fb52778fac8a4095a37 /testsuites/support/Makefile.am
parentMerge-in support/ChangeLog. (diff)
downloadrtems-e572433d79a41a77818a35ec51f76d3647b1a401.tar.bz2
Remove (Merged into ..).
Diffstat (limited to 'testsuites/support/Makefile.am')
-rw-r--r--testsuites/support/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/testsuites/support/Makefile.am b/testsuites/support/Makefile.am
deleted file mode 100644
index bd6900ef24..0000000000
--- a/testsuites/support/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../aclocal
-
-include_HEADERS = include/tmacros.h include/buffer_test_io.h
-
-all-local: $(PREINSTALL_FILES)
-
-PREINSTALL_DIRS =
-PREINSTALL_FILES =
-
-$(PROJECT_INCLUDE)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)
- @: > $(PROJECT_INCLUDE)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
-
-$(PROJECT_INCLUDE)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/tmacros.h
-
-$(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/buffer_test_io.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(top_srcdir)/../automake/local.am