2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add preinstallation dirstamp support.
	* clock/Makefile.am: Cosmetics.
	* console/Makefile.am: Cosmetics.
	* network/Makefile.am: Cosmetics.
	* nvram/Makefile.am: Cosmetics.
	* pci/Makefile.am: Cosmetics.
	* startup/Makefile.am: Cosmetics.
	* timer/Makefile.am: Cosmetics.
	* tod/Makefile.am: Cosmetics.
	* universe/Makefile.am: Cosmetics.
	* vectors/Makefile.am: Cosmetics.
	* wrapup/Makefile.am: Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-03 14:38:11 +00:00
parent 0896b3c51f
commit 7a9e7660ba
13 changed files with 25 additions and 20 deletions

View File

@@ -1,3 +1,18 @@
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstallation dirstamp support.
* clock/Makefile.am: Cosmetics.
* console/Makefile.am: Cosmetics.
* network/Makefile.am: Cosmetics.
* nvram/Makefile.am: Cosmetics.
* pci/Makefile.am: Cosmetics.
* startup/Makefile.am: Cosmetics.
* timer/Makefile.am: Cosmetics.
* tod/Makefile.am: Cosmetics.
* universe/Makefile.am: Cosmetics.
* vectors/Makefile.am: Cosmetics.
* wrapup/Makefile.am: Cosmetics.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * clock/Makefile.am: Remove all-local: $(ARCH).

View File

@@ -19,20 +19,20 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = STATUS EXTRA_DIST = STATUS
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
$(PROJECT_INCLUDE)/tod.h: include/tod.h $(PROJECT_INCLUDE)/tod.h: include/tod.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tod.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h
$(PROJECT_INCLUDE)/nvram.h: include/nvram.h $(PROJECT_INCLUDE)/nvram.h: include/nvram.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/nvram.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/nvram.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/nvram.h
$(PROJECT_INCLUDE)/pci.h: include/pci.h $(PROJECT_INCLUDE)/pci.h: include/pci.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/pci.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/pci.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/pci.h
include $(top_srcdir)/../../../../automake/subdirs.am include $(top_srcdir)/../../../../automake/subdirs.am

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/clock.rel PGM = $(ARCH)/clock.rel
C_FILES = clock.c C_FILES = clock.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/console.rel PGM = $(ARCH)/console.rel
C_FILES = console.c i8042vga.c i8042.c ns16550cfg.c z85c30cfg.c vga.c C_FILES = console.c i8042vga.c i8042.c ns16550cfg.c z85c30cfg.c vga.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/network.rel PGM = $(ARCH)/network.rel
C_FILES = amd79c970.c C_FILES = amd79c970.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/nvram.rel PGM = $(ARCH)/nvram.rel
C_FILES = nvram.c C_FILES = nvram.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/pci.rel PGM = $(ARCH)/pci.rel
C_FILES = pci.c C_FILES = pci.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
VPATH = @srcdir@:@srcdir@/../../../shared VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel PGM = $(ARCH)/startup.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel
C_FILES = timer.c C_FILES = timer.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/tod.rel PGM = $(ARCH)/tod.rel
C_FILES = tod.c C_FILES = tod.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/universe.rel PGM = $(ARCH)/universe.rel
C_FILES = universe.c C_FILES = universe.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/vectors.rel PGM = $(ARCH)/vectors.rel
S_FILES = vectors.S S_FILES = vectors.S

View File

@@ -12,8 +12,8 @@ BSP_PIECES = startup clock console timer tod $(NETWORK) nvram universe pci \
# pieces to pick up out of libcpu/$(RTEMS_CPU) # pieces to pick up out of libcpu/$(RTEMS_CPU)
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard \
../@exceptions@/$(ARCH)/rtems-cpu.rel ../$(piece)/$(ARCH)/*.$(OBJEXT))) ../@exceptions@/$(ARCH)/rtems-cpu.rel
LIB = $(ARCH)/libbsp.a LIB = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am