Changeset 17306
- Timestamp:
- 10/22/13 20:43:21 (11 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile
r17287 r17306 90 90 LIBRARIES := $(SUBDIRS:=.a) 91 91 CONDOR := $(SUBDIRS:=.condor) 92 SGE := $(SUBDIRS:=.sge) 92 93 MRPROPERS := $(SUBDIRS:=.mrproper) 93 94 CLEANERS := $(SUBDIRS:=.clean) … … 161 162 # find -maxdepth 2 -name ".makecondor.*" -exec echo {}\\\; cat {}\\\; echo {}\\\; \; 162 163 164 sge: $(SGE) 165 make -j16 $(PROGRAMS) 166 163 167 dox: $(SOLIB) 164 168 @echo -
trunk/Mars/Makefile.rules
r10053 r17306 18 18 # echo output=.makecondor.out; \ 19 19 # echo error=.makecondor.err; \ 20 21 $(SGE): 22 @echo " Starting make in $(@:.sge=) via sge" 23 (cd $(@:.sge=); qsub -N $@ -sync y -b yes -q test -cwd /bin/bash -l -c make; cd ..;) 20 24 21 25 $(CLEANERS):
Note:
See TracChangeset
for help on using the changeset viewer.