forked from Imagelibrary/rtems
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
* 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.
|
||||
|
||||
@@ -16,11 +16,14 @@ all-local: $(PREINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = times
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
|
||||
|
||||
CLEANFILES = $(PREINSTALL_FILES)
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -3,21 +3,17 @@
|
||||
##
|
||||
|
||||
BSP_FILES = startup console liblnk
|
||||
CPU_FILES = clock timer
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
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)) \
|
||||
$(foreach piece, $(CPU_FILES), $(wildcard \
|
||||
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))) \
|
||||
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \
|
||||
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/r46xx/*/$(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/r46xx/clock$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/mips/r46xx/timer$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/mips/r46xx/vectorisrs$(LIB_VARIANT).rel
|
||||
|
||||
$(ARCH)/libbsp.a: $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
Reference in New Issue
Block a user