]> git.llucax.com Git - z.facultad/75.68/celdas.git/blob - trunk/src/Makefile
Termino de encapsular todo lo que puedo encapsular en el estado en que esta el sistem...
[z.facultad/75.68/celdas.git] / trunk / src / Makefile
1
2 BREVEDIR=../../breve_2.4/plugins
3 CXXFLAGS=-Wall -g -I$(BREVEDIR)
4
5 targets=test plugin.so
6
7 all: $(targets)
8
9 plugin.so: plugin.o $(BREVEDIR)/brevePlugin.a
10         $(CXX) $(CPPFLAGS) -shared -o $@ plugin.o $(BREVEDIR)/brevePlugin.a
11
12 test: main.o sistemaautonomo.o
13         $(CXX) $(LDFLAGS) -o test *.o
14
15 clean:
16         $(RM) -fv *.o $(target)
17
18 depend:
19         makedepend -- $(CFLAGS) -- *.cpp
20
21 main.o: main.h sistemaautonomo.h indicemagico.h
22 sistemaautonomo.o: sistemaautonomo.h indicemagico.h