version 1.8, 2008/05/06 15:22:12
|
version 1.12, 2009/07/28 00:20:48
|
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) |
| |
|
|
+@[ -d $@/base/libs/db/client ] || mkdir -p $@/base/libs/db/client | +@[ -d $@/base/libs/db/client ] || mkdir -p $@/base/libs/db/client |
+@[ -d $@/base/libs/db/client_fpic ] || mkdir -p $@/base/libs/db/client_fpic | +@[ -d $@/base/libs/db/client_fpic ] || mkdir -p $@/base/libs/db/client_fpic |
+@[ -d $@/base/libs/db/server ] || mkdir -p $@/base/libs/db/server | +@[ -d $@/base/libs/db/server ] || mkdir -p $@/base/libs/db/server |
|
+@[ -d $@/base/libs/defs/fpic ] || mkdir -p $@/base/libs/defs/fpic |
+@[ -d $@/base/libs/dstruct/fpic ] || mkdir -p $@/base/libs/dstruct/fpic | +@[ -d $@/base/libs/dstruct/fpic ] || mkdir -p $@/base/libs/dstruct/fpic |
+@[ -d $@/base/libs/ricecomp/fpic ] || mkdir -p $@/base/libs/ricecomp/fpic | +@[ -d $@/base/libs/ricecomp/fpic ] || mkdir -p $@/base/libs/ricecomp/fpic |
+@[ -d $@/base/libs/inthandles ] || mkdir -p $@/base/libs/inthandles | +@[ -d $@/base/libs/inthandles ] || mkdir -p $@/base/libs/inthandles |