forked from Imagelibrary/rtems
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:
@@ -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>
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# 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
|
EXTRA_DIST = bsp_specs
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ RTEMS_PROJECT_ROOT
|
|||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
|
clock/Makefile
|
||||||
console/Makefile
|
console/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
irq/Makefile
|
irq/Makefile
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
|
|
||||||
H_FILES = bsp.h registers.h
|
H_FILES = bsp.h registers.h ../../../shared/include/coverhd.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
@@ -15,9 +15,10 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
|||||||
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(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
|
EXTRA_DIST = bspio.h bsp.h uart.h registers.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user