mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Misc cleanups and fixes. * startup/Makefile.am: Misc cleanups and fixes.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
* startup/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|
||||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Add preinstallation dirstamp support.
|
* Makefile.am: Add preinstallation dirstamp support.
|
||||||
|
|||||||
@@ -9,22 +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) $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
EXTRA_DIST = start.S start.ram start.rom
|
EXTRA_DIST = start.S start.ram start.rom
|
||||||
|
|
||||||
|
${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
|
||||||
|
|||||||
@@ -19,20 +19,18 @@ include $(top_srcdir)/../../../../automake/lib.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
bsplib_DATA = linkcmds
|
project_lib_DATA = linkcmds
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
|
||||||
|
|
||||||
$(PGM): $(OBJS)
|
$(PGM): $(OBJS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES) $(PGM) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
|
||||||
|
|
||||||
EXTRA_DIST = bspclean.c bspstart.c hw_init.c linkcmds linkcmds.ram \
|
EXTRA_DIST = bspclean.c bspstart.c hw_init.c linkcmds linkcmds.ram \
|
||||||
linkcmds.rom
|
linkcmds.rom
|
||||||
|
|
||||||
|
${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
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
* startup/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|
||||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Add preinstallation dirstamp support.
|
* Makefile.am: Add preinstallation dirstamp support.
|
||||||
|
|||||||
@@ -9,22 +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) $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -20,28 +20,25 @@ include $(top_srcdir)/../../../../automake/lib.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram
|
project_lib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds.rom: linkcmds.rom
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds.rom2ram: linkcmds.rom2ram
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
$(PGM): $(OBJS)
|
$(PGM): $(OBJS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \
|
all-local: $(TMPINSTALL_FILES) $(PGM)
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds.rom \
|
|
||||||
$(PROJECT_RELEASE)/lib/linkcmds.rom2ram
|
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES) $(OBJS) $(PGM)
|
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
|
||||||
|
|
||||||
EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram
|
EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram
|
||||||
|
|
||||||
|
${PROJECT_RELEASE}/lib/linkcmds: linkcmds ${PROJECT_RELEASE}/lib/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds
|
||||||
|
TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds
|
||||||
|
|
||||||
|
${PROJECT_RELEASE}/lib/linkcmds.rom: linkcmds.rom ${PROJECT_RELEASE}/lib/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds.rom
|
||||||
|
TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds.rom
|
||||||
|
|
||||||
|
${PROJECT_RELEASE}/lib/linkcmds.rom2ram: linkcmds.rom2ram ${PROJECT_RELEASE}/lib/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds.rom2ram
|
||||||
|
TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds.rom2ram
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user