summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/pci/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 17:47:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 17:47:56 +0000
commite00c60318112e8d2eacb15e36d067db453e05738 (patch)
tree7b5494137e0d4a920d7d6810b11928470fbab0e5 /c/src/lib/libbsp/i386/shared/pci/Makefile.am
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e00c60318112e8d2eacb15e36d067db453e05738.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* io/.cvsignore: Remove. * pci/Makefile.am, irq/Makefile.am, io/Makefile.am, comm/Makefile.am: Remove. * Makefile.am: Merge-in Makefile.ams above. Add preinstallation dirstamp support.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/pci/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/i386/shared/pci/Makefile.am b/c/src/lib/libbsp/i386/shared/pci/Makefile.am
deleted file mode 100644
index dbae5e9ffd..0000000000
--- a/c/src/lib/libbsp/i386/shared/pci/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-
-include_HEADERS = pcibios.h
-
-C_FILES = pcibios.c
-
-$(PROJECT_INCLUDE):
- $(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE) \
- $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
-
-all-local: $(PREINSTALL_FILES)
-
-EXTRA_DIST = pcibios.c
-
-include $(top_srcdir)/../../../automake/local.am