2000-12-06 Joel Sherrill <joel@OARcorp.com>

* Makefile.am: Add include of bsp.am.  Add clock subdirectory.
	* configure.in: Add clock subdirectory.
	* include/Makefile.am: Add coverhd.h.
This commit is contained in:
Joel Sherrill
2000-12-06 15:34:32 +00:00
parent 5996c48b66
commit 229df48965
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add include of bsp.am. Add clock subdirectory.
* configure.in: Add clock subdirectory.
* include/Makefile.am: Add coverhd.h.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -7,7 +7,9 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = . include console startup start irq wrapup
SUBDIRS = . include clock console startup start irq wrapup
include $(top_srcdir)/../../bsp.am
EXTRA_DIST = bsp_specs

View File

@@ -35,6 +35,7 @@ RTEMS_PROJECT_ROOT
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile
clock/Makefile
console/Makefile
include/Makefile
irq/Makefile

View File

@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = bsp.h registers.h
H_FILES = bsp.h registers.h ../../../shared/include/coverhd.h
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
@@ -15,9 +15,10 @@ $(PROJECT_INCLUDE)/%.h: %.h
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
$(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/registers.h
all: $(PREINSTALL_FILES)
all: $(TMPINSTALL_FILES)
EXTRA_DIST = bspio.h bsp.h uart.h registers.h