forked from Imagelibrary/rtems
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Misc cleanups and fixes. * start/Makefile.am: Misc cleanups and fixes. * startup/Makefile.am: Misc cleanups and fixes. * wrapup/Makefile.am: Misc cleanups and fixes.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* clock/Makefile.am: Misc cleanups and fixes.
|
||||||
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
* startup/Makefile.am: Misc cleanups and fixes.
|
||||||
|
* wrapup/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|
||||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Add dirstamps to preinstallation.
|
* Makefile.am: Add dirstamps to preinstallation.
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ all-local: $(OBJS)
|
|||||||
|
|
||||||
.PRECIOUS:
|
.PRECIOUS:
|
||||||
|
|
||||||
EXTRA_DIST =
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -9,24 +9,20 @@ OBJS = $(S_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
|
||||||
|
include $(top_srcdir)/../../bspstart.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
install-data-local: $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
|
project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT)
|
||||||
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
|
|
||||||
$(INSTALL_DATA) $< $(DESTDIR)$(bsplibdir)
|
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
|
|
||||||
|
|
||||||
all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
.PRECIOUS: $(ARCH)/start.$(OBJEXT)
|
|
||||||
|
|
||||||
EXTRA_DIST = start.S
|
EXTRA_DIST = start.S
|
||||||
|
|
||||||
|
${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) ${PROJECT_RELEASE}/lib/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
|
||||||
|
TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/start$(LIB_VARIANT).$(OBJEXT)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -22,18 +22,16 @@ include $(top_srcdir)/../../../../automake/lib.am
|
|||||||
$(PGM): $(OBJS)
|
$(PGM): $(OBJS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
bsplib_DATA = linkcmds
|
project_lib_DATA = linkcmds
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
|
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
|
||||||
|
|
||||||
all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
|
all-local: $(PGM) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
|
||||||
|
|
||||||
EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
|
EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
|
||||||
|
|
||||||
|
${PROJECT_RELEASE}/lib/linkcmds: linkcmds ${PROJECT_RELEASE}/lib/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds
|
||||||
|
TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ include $(top_srcdir)/../../../../automake/compile.am
|
|||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
# 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_FILES), $(wildcard \
|
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
../$(piece)/$(ARCH)/*.$(OBJEXT))) $(foreach piece, $(GENERIC_FILES), \
|
$(foreach piece, $(GENERIC_FILES), \
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
../../../$(piece)/$(ARCH)/$(piece).rel)
|
||||||
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|||||||
Reference in New Issue
Block a user