forked from Imagelibrary/rtems
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libchip/*.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Reflect changes to libchip/*.
|
||||||
|
|
||||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* support/Makefile.am: Use automake compilation rules.
|
* support/Makefile.am: Use automake compilation rules.
|
||||||
|
|||||||
@@ -32,18 +32,18 @@ endif
|
|||||||
SRCS += $(wildcard $(PROJECT_LIB)/libcpu$(LIB_VARIANT).a)
|
SRCS += $(wildcard $(PROJECT_LIB)/libcpu$(LIB_VARIANT).a)
|
||||||
|
|
||||||
if LIBCHIP
|
if LIBCHIP
|
||||||
SRCS += ../libchip/rtc/$(ARCH)/librtcio.a
|
SRCS += ../libchip/librtcio$(LIB_VARIANT).a
|
||||||
SRCS += ../libchip/serial/$(ARCH)/libserialio.a
|
SRCS += ../libchip/libserialio$(LIB_VARIANT).a
|
||||||
SRCS += ../libchip/ide/$(ARCH)/libide.a
|
SRCS += ../libchip/libide$(LIB_VARIANT).a
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
SRCS += ../libchip/network/$(ARCH)/libnetchip$(LIB_VARIANT).a
|
SRCS += ../libchip/libnetchip$(LIB_VARIANT).a
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRCS += $(wildcard $(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
|
SRCS += $(wildcard $(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
SRCS += ../libchip/shmdr/$(ARCH)/shmdr.rel
|
SRCS += ../libchip/shmdr/shmdr$(LIB_VARIANT).rel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user