summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-24 20:07:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-24 20:07:01 +0000
commite86adc797d291ed76c3d9699509f1ad6ac231e76 (patch)
tree1893223eb83735ff27f9fa68fde36a3b0c4a9b1a /c/src/lib/libbsp/arm/vegaplus/include
parent2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e86adc797d291ed76c3d9699509f1ad6ac231e76.tar.bz2
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add include/bspopts.h. * console/Makefile.am: Use *_HEADERS instead of *H_FILES. * irq/Makefile.am: Use *_HEADER instead of *H_FILES. * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h* * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES. * include/bsp.h: Add bspopts.h.
Diffstat (limited to 'c/src/lib/libbsp/arm/vegaplus/include')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/.cvsignore6
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/Makefile.am17
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/bsp.h2
3 files changed, 17 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/.cvsignore b/c/src/lib/libbsp/arm/vegaplus/include/.cvsignore
index 282522db03..bb9dfabd50 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/.cvsignore
+++ b/c/src/lib/libbsp/arm/vegaplus/include/.cvsignore
@@ -1,2 +1,8 @@
Makefile
Makefile.in
+coverhd.h
+bspopts.h
+bspopts.h.in
+stamp-h
+stamp-h.in
+
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
index d235103c8a..9fec3b64a6 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
@@ -4,7 +4,13 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = bsp.h registers.h ../../../shared/include/coverhd.h
+include_HEADERS = bsp.h registers.h coverhd.h bspopts.h
+
+coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
+ cp $< $@
+
+CLEANFILES += coverhd.h
+
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
@@ -12,14 +18,9 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
-$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
- $(PROJECT_INCLUDE)/registers.h $(PROJECT_INCLUDE)/coverhd.h
+TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES)
-EXTRA_DIST = bsp.h registers.h
-
include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/bsp.h b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
index ccef847437..b5758b09c5 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
+++ b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
@@ -22,6 +22,8 @@
extern "C" {
#endif
+#include <bspopts.h>
+
#include <rtems.h>
#include <iosupp.h>
#include <console.h>