2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* clock/Makefile.am: Remove all-local: $(ARCH).
	* console/Makefile.am: Remove all-local: $(ARCH).
	* irq/Makefile.am: Remove all-local: $(ARCH).
	* motorola/Makefile.am: Remove all-local: $(ARCH).
	* openpic/Makefile.am: Remove all-local: $(ARCH).
	* pci/Makefile.am: Remove all-local: $(ARCH).
	* residual/Makefile.am: Remove all-local: $(ARCH).
	* start/Makefile.am: Remove all-local: $(ARCH).
	* startup/Makefile.am: Remove all-local: $(ARCH).
	* vectors/Makefile.am: Remove all-local: $(ARCH).
	* vme/Makefile.am: Remove all-local: $(ARCH).
	* wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:42:32 +00:00
parent 42fa2c9244
commit 03db12e9f1
13 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +1,18 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH).
* console/Makefile.am: Remove all-local: $(ARCH).
* irq/Makefile.am: Remove all-local: $(ARCH).
* motorola/Makefile.am: Remove all-local: $(ARCH).
* openpic/Makefile.am: Remove all-local: $(ARCH).
* pci/Makefile.am: Remove all-local: $(ARCH).
* residual/Makefile.am: Remove all-local: $(ARCH).
* start/Makefile.am: Remove all-local: $(ARCH).
* startup/Makefile.am: Remove all-local: $(ARCH).
* vectors/Makefile.am: Remove all-local: $(ARCH).
* vme/Makefile.am: Remove all-local: $(ARCH).
* wrapup/Makefile.am: Remove all-local: $(ARCH).
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* vectors/Makefile.am: Fix header installation.

View File

@@ -19,6 +19,6 @@ include $(top_srcdir)/../../../../automake/lib.am
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
all-local: $(ARCH) $(OBJS)
all-local: $(OBJS)
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -22,6 +22,6 @@ include $(top_srcdir)/../../../../automake/lib.am
AM_CPPFLAGS += -DSTATIC_LOG_ALLOC
all-local: $(ARCH) $(OBJS)
all-local: $(OBJS)
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -22,7 +22,7 @@ include $(top_srcdir)/../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
PREINSTALL_FILES =

View File

@@ -22,7 +22,7 @@ include $(top_srcdir)/../../../../automake/lib.am
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
all-local: $(ARCH) $(OBJS)
all-local: $(OBJS)
PREINSTALL_FILES =

View File

@@ -14,7 +14,7 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
PREINSTALL_FILES =

View File

@@ -19,7 +19,7 @@ AM_CFLAGS += -O2
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
PREINSTALL_FILES =

View File

@@ -32,6 +32,6 @@ $(PROJECT_INCLUDE)/bsp/residual.h: ../../shared/residual/residual.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pnp.h \
$(PROJECT_INCLUDE)/bsp/residual.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -27,7 +27,7 @@ $(PROJECT_RELEASE)/lib/rtems_crti.$(OBJEXT): $(ARCH)/rtems_crti.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems_crti.$(OBJEXT)
all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT) $(TMPINSTALL_FILES)
all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT) $(TMPINSTALL_FILES)
$(OBJS): $(ARCH)

View File

@@ -29,7 +29,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
all-local: $(OBJS) $(TMPINSTALL_FILES)
EXTRA_DIST = linkcmds

View File

@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS = $(top_srcdir)/../shared/vectors/vectors.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
PREINSTALL_FILES =

View File

@@ -36,7 +36,7 @@ $(PROJECT_INCLUDE)/bsp/VMEConfig.h: VMEConfig.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \
$(addprefix $(PROJECT_INCLUDE)/bsp/,$(notdir $(include_bsp_HEADERS)))
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am

View File

@@ -22,6 +22,6 @@ include $(top_srcdir)/../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(LIB)
all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am