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:
Ralf Corsepius
2003-12-02 05:07:53 +00:00
parent d4116e4466
commit 770721817b
30 changed files with 61 additions and 29 deletions

View File

@@ -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>
* Makefile.am: Reformat. Use dirstamp for preinstallation.

View File

@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(ictrl_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)

View File

@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
all-local: $(timer_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(vectors_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = vectors.S

View File

@@ -17,7 +17,7 @@ include $(top_srcdir)/../../../automake/lib.am
# (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

View File

@@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(mmu_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)
all-local: $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
all-local: $(timer_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -24,6 +24,6 @@ $(LIB): ${OBJS}
$(make-library)
cp $(LIB) ..
all-local: ${ARCH} $(LIB)
all-local: $(LIB)
include $(top_srcdir)/../../../automake/local.am

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(console_generic_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(cpm_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(console_generic_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(C_FILES)

View File

@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
all-local: $(clock_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(console_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
all-local: $(console_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(ictrl_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)

View File

@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
all-local: $(timer_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(tty_drv_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(tty_drv_rel_OBJECTS) $(PGM)
all-local: $(tty_drv_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(vectors_rel_OBJECTS)
$(make-rel)
all-local: ${ARCH} $(PGM)
all-local: $(PGM)
EXTRA_DIST = $(S_FILES) README

View File

@@ -24,7 +24,7 @@ LIB = $(ARCH)/libcpuspec.a
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
.PRECIOUS: $(LIB)

View File

@@ -21,7 +21,7 @@ AM_CPPFLAGS += -I$(srcdir)
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
CLEANFILES = cache.h

View File

@@ -29,6 +29,6 @@ $(LIB): $(libcpu_a_OBJECTS)
#
#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