Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove PSG from SimGrid git
[simgrid.git] / contrib / psg / Makefile
diff --git a/contrib/psg/Makefile b/contrib/psg/Makefile
deleted file mode 100644 (file)
index 93470ae..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-LIB_JARS= lib.jar
-
-all: compile doc
-
-compile:
-       mkdir -p classes
-       javac -sourcepath src -classpath $(LIB_JARS):../../simgrid.jar -d classes `find -L -name "*.java"`
-doc:
-       mkdir -p doc
-       javadoc -sourcepath src -classpath $(LIB_JARS):../../simgrid.jar -d doc psgsim
-test:
-       ./test.sh 
-clean: 
-       rm -rf classes doc outputs
-help:
-       @echo "The following are a valid targets for this Makefile:"
-       @echo "................ all (the default if no target is provided)"
-       @echo "................ compile"
-       @echo "................ doc"
-       @echo "................ test"
-       @echo "................ clean"
-