forked from Imagelibrary/rtems
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to compilation rules.
|
||||
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to preinstallation rules.
|
||||
|
||||
@@ -22,13 +22,13 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
${ARCH}/%.$(OBJEXT): src/%.c
|
||||
${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
|
||||
PREINSTALL_FILES =
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to compilation rules.
|
||||
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to preinstallation rules.
|
||||
|
||||
@@ -130,9 +130,9 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
AM_CFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
all-local: ${ARCH} ${LIB}
|
||||
all-local: ${LIB}
|
||||
|
||||
${ARCH}/%.$(OBJEXT): src/%.c
|
||||
${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
|
||||
Reference in New Issue
Block a user