Changeset 17306 for trunk/Mars/Makefile
- Timestamp:
- 10/22/13 20:43:21 (11 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.