forked from Imagelibrary/rtems
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove times from EXTRA_DIST (Non-existant). * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from EXTRA_DIST. * wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove times from EXTRA_DIST (Non-existant).
|
||||
* startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
|
||||
EXTRA_DIST.
|
||||
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
|
||||
@@ -22,8 +22,6 @@ project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
TMPINSTALL_FILES =
|
||||
|
||||
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
|
||||
@@ -31,7 +31,7 @@ project_lib_DATA = linkcmds
|
||||
|
||||
all-local: $(PGM) $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
|
||||
EXTRA_DIST = bspstart.c linkcmds
|
||||
|
||||
TMPINSTALL_FILES =
|
||||
|
||||
|
||||
@@ -9,13 +9,10 @@ include $(top_srcdir)/../../../../automake/lib.am
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \
|
||||
$(wildcard \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mongoosev/*/$(ARCH)/*.$(OBJEXT)) \
|
||||
$(wildcard \
|
||||
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) \
|
||||
$(foreach piece, $(GENERIC_FILES), \
|
||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
||||
../../../../libcpu/mips/shared/cache$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/mips/shared/interrupts$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/mips/mongoosev/duart$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/mips/mongoosev/vectorisrs$(LIB_VARIANT).rel
|
||||
|
||||
$(ARCH)/libbsp.a: ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
Reference in New Issue
Block a user