forked from Imagelibrary/rtems
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
|
||||
|
||||
@@ -139,7 +139,7 @@ else
|
||||
C_FILES = $(COMMON_C_FILES) $(EMBEDDED_C_FILES)
|
||||
endif
|
||||
|
||||
C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.o)
|
||||
C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
#
|
||||
@@ -150,7 +150,7 @@ AM_CFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
all-local: ${ARCH} ${LIB}
|
||||
|
||||
${ARCH}/%.o: src/%.c
|
||||
${ARCH}/%.$(OBJEXT): src/%.c
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
|
||||
Reference in New Issue
Block a user