-
-BREVEDIR=../../breve_2.4/plugins
-CXXFLAGS=-Wall -g -I$(BREVEDIR)
-
-targets=test plugin.so
-
-all: $(targets)
-
-plugin.so: plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a
- $(CXX) $(CPPFLAGS) -shared -o $@ plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a
-
-test: main.o sistemaautonomo.o
- $(CXX) $(LDFLAGS) -o test *.o
-
-clean:
- $(RM) -fv *.o $(target)
-
-depend:
- makedepend -- $(CFLAGS) -- *.cpp
-
-main.o: main.h sistemaautonomo.h indicemagico.h
-sistemaautonomo.o: sistemaautonomo.h indicemagico.h
+\r
+BREVEDIR=../../breve_2.4/plugins\r
+CXXFLAGS=-Wall -g -I$(BREVEDIR)\r
+\r
+targets=test plugin.so\r
+\r
+all: $(targets)\r
+\r
+plugin.so: plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a\r
+ $(CXX) $(CPPFLAGS) -shared -o $@ plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a\r
+\r
+test: main.o sistemaautonomo.o\r
+ $(CXX) $(LDFLAGS) -o test *.o\r
+\r
+clean:\r
+ $(RM) -fv *.o $(targets) test.exe *~\r
+\r
+depend:\r
+ makedepend -- $(CFLAGS) -- *.cpp\r
+\r
+main.o: main.h sistemaautonomo.h indicemagico.h\r
+\r
+sistemaautonomo.o: sistemaautonomo.h indicemagico.h\r
+\r
+plugin.o: sistemaautonomo.h indicemagico.h\r
+\r
+.PHONY: clean all\r
+\r