summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-24 08:11:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-24 08:11:33 +0000
commit71e66df3ce4643964d4baffad6bb2426df9007b4 (patch)
tree68b3b6bbece7e8e1c2dc71ff21cd49d9c39c19f2 /cpukit/include
parent2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-71e66df3ce4643964d4baffad6bb2426df9007b4.tar.bz2
2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove. * configure.ac: Reflect having removed include/Makefile.am and librpc/include/Makefile.am.
Diffstat (limited to '')
-rw-r--r--cpukit/include/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am
deleted file mode 100644
index ddb913991a..0000000000
--- a/cpukit/include/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## $Id$
-##
-
-
-$(PROJECT_INCLUDE)/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-$(PROJECT_INCLUDE):
- @$(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/rtems:
- @$(mkinstalldirs) $@
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE) \
- $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
-
-include_rtemsdir = $(includedir)/rtems
-include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h \
- rtems/stdint.h
-
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
- $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/automake/local.am