forked from Imagelibrary/rtems
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH). * mpc505/timer/Makefile.am: Remove all-local: $(ARCH). * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH). * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH). * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH). * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH). * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH). * ppc403/clock/Makefile.am: Remove all-local: $(ARCH). * ppc403/console/Makefile.am: Remove all-local: $(ARCH). * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH). * ppc403/timer/Makefile.am: Remove all-local: $(ARCH). * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH). * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH). * shared/include/Makefile.am: Remove all-local: $(ARCH). * shared/src/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,35 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc505/timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc505/vectors/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8260/timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/clock/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/console/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/timer/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* ppc403/vectors/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* shared/include/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* shared/src/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
* wrapup/Makefile.am: Remove all-local: $(ARCH).
|
||||||
|
|
||||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Reformat. Use dirstamp for preinstallation.
|
* Makefile.am: Reformat. Use dirstamp for preinstallation.
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(ictrl_rel_OBJECTS)
|
$(PGM): $(ictrl_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(timer_rel_OBJECTS)
|
$(PGM): $(timer_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
|
all-local: $(timer_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(vectors_rel_OBJECTS)
|
$(PGM): $(vectors_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = vectors.S
|
EXTRA_DIST = vectors.S
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)
|
all-local: $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)
|
||||||
|
|
||||||
EXTRA_DIST = c_clock.c c_clock.h
|
EXTRA_DIST = c_clock.c c_clock.h
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(exceptions_rel_OBJECTS)
|
$(PGM): $(exceptions_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(mmu_rel_OBJECTS)
|
$(PGM): $(mmu_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)
|
all-local: $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(timer_rel_OBJECTS)
|
$(PGM): $(timer_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
|
all-local: $(timer_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ $(LIB): ${OBJS}
|
|||||||
$(make-library)
|
$(make-library)
|
||||||
cp $(LIB) ..
|
cp $(LIB) ..
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB)
|
all-local: $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(console_generic_rel_OBJECTS)
|
$(PGM): $(console_generic_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(cpm_rel_OBJECTS)
|
$(PGM): $(cpm_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(exceptions_rel_OBJECTS)
|
$(PGM): $(exceptions_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(timer_rel_OBJECTS)
|
$(PGM): $(timer_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(console_generic_rel_OBJECTS)
|
$(PGM): $(console_generic_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(exceptions_rel_OBJECTS)
|
$(PGM): $(exceptions_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(timer_rel_OBJECTS)
|
$(PGM): $(timer_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(C_FILES)
|
EXTRA_DIST = $(C_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(clock_rel_OBJECTS)
|
$(PGM): $(clock_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
|
all-local: $(clock_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(console_rel_OBJECTS)
|
$(PGM): $(console_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
|
all-local: $(console_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(ictrl_rel_OBJECTS)
|
$(PGM): $(ictrl_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(timer_rel_OBJECTS)
|
$(PGM): $(timer_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
|
all-local: $(timer_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(tty_drv_rel_OBJECTS)
|
$(PGM): $(tty_drv_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: $(ARCH) $(tty_drv_rel_OBJECTS) $(PGM)
|
all-local: $(tty_drv_rel_OBJECTS) $(PGM)
|
||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
$(PGM): $(vectors_rel_OBJECTS)
|
$(PGM): $(vectors_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
all-local: ${ARCH} $(PGM)
|
all-local: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = $(S_FILES) README
|
EXTRA_DIST = $(S_FILES) README
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ LIB = $(ARCH)/libcpuspec.a
|
|||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
||||||
|
|
||||||
.PRECIOUS: $(LIB)
|
.PRECIOUS: $(LIB)
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ AM_CPPFLAGS += -I$(srcdir)
|
|||||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
all-local: $(PREINSTALL_FILES) $(OBJS)
|
||||||
|
|
||||||
CLEANFILES = cache.h
|
CLEANFILES = cache.h
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ $(LIB): $(libcpu_a_OBJECTS)
|
|||||||
#
|
#
|
||||||
#TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a
|
#TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
|
all-local: $(LIB) $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user