X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee4fd8a61935c3b7cbefe0768e040eeea1c9336..ac694efba81e156fd9a1cbd81df05c138dd372d1:/examples/smpi/NAS/Makefile?ds=sidebyside diff --git a/examples/smpi/NAS/Makefile b/examples/smpi/NAS/Makefile index ae04d5e54e..8e52972b12 100644 --- a/examples/smpi/NAS/Makefile +++ b/examples/smpi/NAS/Makefile @@ -3,7 +3,6 @@ CLASS=S NPROCS=1 SUBTYPE= VERSION= -SFILE=config/suite.def default: header @ sys/print_instructions @@ -21,22 +20,16 @@ DT: dt dt: header cd DT; $(MAKE) CLASS=$(CLASS) -# Awk script courtesy cmg@cray.com, modified by Haoqiang Jin -suite: - @ awk -f sys/suite.awk SMAKE=$(MAKE) $(SFILE) | $(SHELL) - - # It would be nice to make clean in each subdirectory (the targets # are defined) but on a really clean system this will won't work # because those makefiles need config/make.def clean: - rm -f *~ */*~ */*.o */npbparams.h - - rm -f sys/setparams sys/makesuite sys/setparams.h + - rm -f sys/setparams sys/setparams.h veryclean: clean - - rm -f config/make.def config/suite.def + - rm -f config/make.def - rm -f bin/is.* bin/ep.* bin/dt.* header: @ sys/print_header -