forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user