Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bindings CXX from Simgrid
[simgrid.git] / examples / cxx / suspend / makefile
diff --git a/examples/cxx/suspend/makefile b/examples/cxx/suspend/makefile
deleted file mode 100644 (file)
index ff1bda6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-CXX = g++
-PREFIX = /home/mcherier/com/loria/SimGridX
-INCLUDES =-I$(PREFIX)/lib -I$(PREFIX)/examples/suspend
-SRCDIR = $(PREFIX)/examples/suspend
-CXXFLAGS = -Wall -pedantic -D_DEBUG $(INCLUDES)
-LDFLAGS = -L$(PREFIX)/lib 
-LDLIBS = -lSimGridX 
-
-PROG = suspend
-
-OBJECTS = DreamMaster.o LazyGuy.o Main.o
-
-all: $(OBJECTS)
-       $(CXX) $(OBJECTS) $(LDFLAGS) $(LDLIBS) -o $(PROG) 
-
-%.o: $(SRCDIR)/%.cxx
-       $(CXX) -c $(CXXFLAGS) $(SRCDIR)/$*.cxx
-       
-clean:
-       rm *.o
\ No newline at end of file