mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add dirstamp support to preinstallation. * clock/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. * gnatsupp/Makefile.am: Cosmetics. * leon_open_eth/Makefile.am: Correct paths to automake/*.am.. * startup/Makefile.am: Cosmetics. * timer/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics. PR 538/bsps: * wrapup/Makefile.am: Add leon_open_eth.rel
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add dirstamp support to preinstallation.
|
||||||
|
* clock/Makefile.am: Cosmetics.
|
||||||
|
* console/Makefile.am: Cosmetics.
|
||||||
|
* gnatsupp/Makefile.am: Cosmetics.
|
||||||
|
* leon_open_eth/Makefile.am: Correct paths to automake/*.am..
|
||||||
|
* startup/Makefile.am: Cosmetics.
|
||||||
|
* timer/Makefile.am: Cosmetics.
|
||||||
|
* wrapup/Makefile.am: Cosmetics.
|
||||||
|
|
||||||
|
PR 538/bsps:
|
||||||
|
* wrapup/Makefile.am: Add leon_open_eth.rel
|
||||||
|
|
||||||
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).
|
||||||
|
|||||||
@@ -18,12 +18,12 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = times
|
EXTRA_DIST = times
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/leon.h: include/leon.h
|
$(PROJECT_INCLUDE)/leon.h: include/leon.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/leon.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
|
$(PROJECT_INCLUDE)/coverhd.h: 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
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/clock.rel
|
PGM = $(ARCH)/clock.rel
|
||||||
|
|
||||||
C_FILES = ckinit.c
|
C_FILES = ckinit.c
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/console.rel
|
PGM = $(ARCH)/console.rel
|
||||||
|
|
||||||
C_FILES = console.c consolereserveresources.c debugputs.c
|
C_FILES = console.c consolereserveresources.c debugputs.c
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
||||||
|
|
||||||
PGM = $(ARCH)/gnatsupp.rel
|
PGM = $(ARCH)/gnatsupp.rel
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## Makefile.am,v 1.5 2002/12/14 08:17:45 ralf Exp
|
## Makefile.am,v 1.5 2002/12/14 08:17:45 ralf Exp
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/leon_open_eth.rel
|
PGM = $(ARCH)/leon_open_eth.rel
|
||||||
|
|
||||||
C_FILES = leon_open_eth.c
|
C_FILES = leon_open_eth.c
|
||||||
@@ -10,8 +9,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
@@ -32,4 +31,4 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = leon_open_eth.c
|
EXTRA_DIST = leon_open_eth.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
||||||
|
|
||||||
PGM = $(ARCH)/startup.rel
|
PGM = $(ARCH)/startup.rel
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/timer.rel
|
PGM = $(ARCH)/timer.rel
|
||||||
|
|
||||||
C_FILES = timer.c
|
C_FILES = timer.c
|
||||||
|
|||||||
@@ -7,13 +7,14 @@ if HAS_NETWORKING
|
|||||||
NETWORKING_DRIVER = leon_open_eth
|
NETWORKING_DRIVER = leon_open_eth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
|
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
||||||
# pieces to pick up out of libcpu/sparc
|
# pieces to pick up out of libcpu/sparc
|
||||||
CPU_PIECES = cache reg_win syscall
|
CPU_PIECES = cache reg_win syscall
|
||||||
|
|
||||||
# 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 \
|
||||||
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
|
../$(piece)/$(ARCH)/*.$(OBJEXT))) $(foreach piece, $(CPU_PIECES), \
|
||||||
|
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
|
|||||||
Reference in New Issue
Block a user