summaryrefslogtreecommitdiffstats
path: root/c/src/libblock/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 17:27:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 17:27:12 +0000
commitd3c37c08b36dbbf4c0996a56dbdfe856d0ec9b2b (patch)
treed6a6d53658fbd87e5a92abd8f277c3ad19b83548 /c/src/libblock/include/Makefile.am
parent2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d3c37c08b36dbbf4c0996a56dbdfe856d0ec9b2b.tar.bz2
2002-05-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libblock, libfs moved to src/exec for multilib'ing.
Diffstat (limited to 'c/src/libblock/include/Makefile.am')
-rw-r--r--c/src/libblock/include/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/libblock/include/Makefile.am b/c/src/libblock/include/Makefile.am
deleted file mode 100644
index 7f8f8dc48f..0000000000
--- a/c/src/libblock/include/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-
-include_rtemsdir = $(includedir)/rtems
-
-$(PROJECT_INCLUDE)/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-$(PROJECT_INCLUDE)/rtems:
- @$(mkinstalldirs) $@
-
-include_rtems_HEADERS = \
- rtems/bdbuf.h rtems/blkdev.h rtems/diskdevs.h rtems/ramdisk.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
- $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../../../automake/local.am