summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/macros
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 07:29:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 07:29:18 +0000
commitf117cafc8a8e1361e9e34f1a38cf0edc2d8481ff (patch)
tree76f6f386798f58f0a21ab499473d75c8824f901b /cpukit/sapi/macros
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f117cafc8a8e1361e9e34f1a38cf0edc2d8481ff.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
Diffstat (limited to 'cpukit/sapi/macros')
-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