(file) Return to target.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/target.mk between version 1.22 and 1.24

version 1.22, 2010/03/03 00:09:09 version 1.24, 2010/03/10 23:58:46
Line 27  MAKETARGET = $(MAKE) --no-print-director
Line 27  MAKETARGET = $(MAKE) --no-print-director
 .PHONY: $(PROJOBJDIR) $(OBJDIR) .PHONY: $(PROJOBJDIR) $(OBJDIR)
  
 # Create the project-specific directories too, if they exist. # Create the project-specific directories too, if they exist.
   # This supplementary target.mk files is part of the cvs tree
 -include $(WORKINGDIR)/proj/target.mk -include $(WORKINGDIR)/proj/target.mk
  
 $(OBJDIR): $(OBJDIR):
Line 49  $(OBJDIR):
Line 50  $(OBJDIR):
         +@[ -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/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/interpolate ] || mkdir -p $@/base/libs/interpolate  
         +@[ -d $@/base/libs/json ] || mkdir -p $@/base/libs/json         +@[ -d $@/base/libs/json ] || mkdir -p $@/base/libs/json
         +@[ -d $@/base/libs/inthandles ] || mkdir -p $@/base/libs/inthandles         +@[ -d $@/base/libs/inthandles ] || mkdir -p $@/base/libs/inthandles
         +@[ -d $@/base/libs/qdecoder/md5 ] || mkdir -p $@/base/libs/qdecoder/md5         +@[ -d $@/base/libs/qdecoder/md5 ] || mkdir -p $@/base/libs/qdecoder/md5


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.24

Karen Tian
Powered by
ViewCVS 0.9.4