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>
* clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * shmsupp/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* shmsupp/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
|
||||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
|
|||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
|
|||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
|
|||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
all-local: $(ARCH) $(PGM)
|
all-local: $(PGM)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
|||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
|
all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
|
|||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ include $(top_srcdir)/../../../../automake/lib.am
|
|||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(LIB)
|
all-local: $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* console/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* shmsupp/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* startup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
|
||||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ $(PGM): $(OBJS)
|
|||||||
# the .rel file built here will be put into libbsp.a by
|
# the .rel file built here will be put into libbsp.a by
|
||||||
# ../wrapup/Makefile
|
# ../wrapup/Makefile
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
|
|||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ $(PGM): $(OBJS)
|
|||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT): $(ARCH)/rtems-ctor.$(
|
|||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
if HAS_CXX
|
if HAS_CXX
|
||||||
all-local: $(ARCH) $(PGM) $(PROJECT_RELEASE)/lib/libno-ctor$(LIB_VARIANT).a \
|
all-local: $(PGM) $(PROJECT_RELEASE)/lib/libno-ctor$(LIB_VARIANT).a \
|
||||||
$(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT)
|
$(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT)
|
||||||
else
|
else
|
||||||
all-local: $(ARCH) $(PGM)
|
all-local: $(PGM)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = bspclean.c bspstart.c exit.c main.c no-ctor.c rtems-ctor.cc \
|
EXTRA_DIST = bspclean.c bspstart.c exit.c main.c no-ctor.c rtems-ctor.cc \
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ $(PGM): $(OBJS)
|
|||||||
# the .rel file built here will be put into libbsp.a by
|
# the .rel file built here will be put into libbsp.a by
|
||||||
# ../wrapup/Makefile
|
# ../wrapup/Makefile
|
||||||
|
|
||||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
all-local: $(OBJS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ LIB = $(ARCH)/libbsp.a
|
|||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(LIB)
|
all-local: $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user