Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more cleanups in NAS
[simgrid.git] / examples / smpi / NAS / Makefile
index 8e52972..a157254 100644 (file)
@@ -1,35 +1,24 @@
 SHELL=/bin/sh
 CLASS=S
 NPROCS=1
-SUBTYPE=
-VERSION=
-
-default: header
+default:
        @ sys/print_instructions
 
 IS: is
-is: header
+is: 
        cd IS; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
 
-
 EP: ep
-ep: header
+ep:
        cd EP; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
 
 DT: dt
-dt: header
+dt: 
        cd DT; $(MAKE) CLASS=$(CLASS)
 
-# 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/setparams.h
 
 veryclean: clean
-       - rm -f config/make.def  
-       - rm -f bin/is.* bin/ep.* bin/dt.*
-
-header:
-       @ sys/print_header
+       - rm -f bin/*
\ No newline at end of file