version 1.10, 2008/06/23 18:43:00
|
version 1.11, 2008/07/11 23:55:34
|
Line 18 all: $(PROJOBJDIR) $(OBJDIR) |
|
Line 18 all: $(PROJOBJDIR) $(OBJDIR) |
|
# Define the rules to build in the target subdirectories. | # Define the rules to build in the target subdirectories. |
# | # |
MAKETARGET = $(MAKE) --no-print-directory -C $@ -f $(CURDIR)/Makefile \ | MAKETARGET = $(MAKE) --no-print-directory -C $@ -f $(CURDIR)/Makefile \ |
SRCDIR=$(CURDIR) $(MAKECMDGOALS) |
SRCDIR=$(WORKINGDIR) $(MAKECMDGOALS) |
| |
.PHONY: $(PROJOBJDIR) $(OBJDIR) | .PHONY: $(PROJOBJDIR) $(OBJDIR) |
| |