2 BREVEDIR=../../breve_2.4/plugins
\r
3 CXXFLAGS=-Wall -g -I$(BREVEDIR) -DDEBUG
\r
5 targets=test plugin.so
\r
9 plugin.so: plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a
\r
10 $(CXX) $(CPPFLAGS) -shared -o $@ plugin.o sistemaautonomo.o $(BREVEDIR)/brevePlugin.a
\r
12 test: main.o sistemaautonomo.o
\r
13 $(CXX) $(LDFLAGS) -o test *.o
\r
16 $(RM) -fv *.o $(targets) test.exe *~
\r
19 makedepend -- $(CFLAGS) -- *.cpp
\r
21 main.o: main.h sistemaautonomo.h indicemagico.h
\r
23 sistemaautonomo.o: sistemaautonomo.h indicemagico.h
\r
25 plugin.o: sistemaautonomo.h indicemagico.h
\r