forked from Imagelibrary/rtems
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
|
||||||
|
|
||||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/lead-dot.m4: New (from automake-1.7f).
|
* aclocal/lead-dot.m4: New (from automake-1.7f).
|
||||||
|
|||||||
@@ -90,15 +90,19 @@ CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
|||||||
AS = $(CC)
|
AS = $(CC)
|
||||||
ASCOMPILE = $(AS) $(AM_ASFLAGS) $(ASFLAGS)
|
ASCOMPILE = $(AS) $(AM_ASFLAGS) $(ASFLAGS)
|
||||||
|
|
||||||
${ARCH}/%.o: %.c
|
${ARCH}/%.o: %.c $(ARCH)/$(dirstamp)
|
||||||
${COMPILE} -o $@ -c $<
|
${COMPILE} -o $@ -c $<
|
||||||
|
|
||||||
${ARCH}/%.o: %.cc
|
${ARCH}/%.o: %.cc $(ARCH)/$(dirstamp)
|
||||||
${CXXCOMPILE} -o $@ -c $<
|
${CXXCOMPILE} -o $@ -c $<
|
||||||
|
|
||||||
${ARCH}/%.o: %.S
|
${ARCH}/%.o: %.S $(ARCH)/$(dirstamp)
|
||||||
${CCASCOMPILE} -DASM -o $@ -c $<
|
${CCASCOMPILE} -DASM -o $@ -c $<
|
||||||
|
|
||||||
|
${ARCH}/$(dirstamp):
|
||||||
|
@$(mkinstalldirs) $(ARCH)
|
||||||
|
@: > $(ARCH)/$(dirstamp)
|
||||||
|
|
||||||
# Dependency files for use by gmake
|
# Dependency files for use by gmake
|
||||||
# NOTE: we don't put them into $(ARCH)
|
# NOTE: we don't put them into $(ARCH)
|
||||||
# so that 'make clean' doesn't blow it away
|
# so that 'make clean' doesn't blow it away
|
||||||
|
|||||||
Reference in New Issue
Block a user