forked from Imagelibrary/rtems
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate C_O_FILES. Eliminate SRCS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Eliminate C_O_FILES.
|
||||||
|
Eliminate SRCS.
|
||||||
|
|
||||||
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/bdbuf.c: Added cast to remove warning.
|
* src/bdbuf.c: Added cast to remove warning.
|
||||||
|
|||||||
@@ -26,11 +26,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
|
|||||||
LIB = ${ARCH}/libblock.a
|
LIB = ${ARCH}/libblock.a
|
||||||
|
|
||||||
C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c
|
C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c
|
||||||
|
OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||||
C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
|
||||||
|
|
||||||
SRCS = $(C_FILES)
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
AM_CFLAGS += $(LIBC_DEFINES)
|
AM_CFLAGS += $(LIBC_DEFINES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user