summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/macros/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/macros/Makefile.am')
-rw-r--r--cpukit/sapi/macros/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/cpukit/sapi/macros/Makefile.am b/cpukit/sapi/macros/Makefile.am
deleted file mode 100644
index ba9fe74460..0000000000
--- a/cpukit/sapi/macros/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-
-include_rtemsdir = $(includedir)/rtems
-
-$(PROJECT_INCLUDE)/rtems:
- @$(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/%: %
- $(INSTALL_DATA) $< $@
-
-if MACROS
-include_rtems_HEADERS = rtems/extension.inl
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
- $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
-endif
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/automake/local.am