equal
deleted
inserted
replaced
2 CXX3=$(CXX) |
2 CXX3=$(CXX) |
3 BOOSTROOT ?= /home/marci/boost |
3 BOOSTROOT ?= /home/marci/boost |
4 INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../.. |
4 INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../.. |
5 LDFLAGS = -L$(LEDAROOT) -lG -lL -lm |
5 LDFLAGS = -L$(LEDAROOT) -lG -lL -lm |
6 |
6 |
7 BINARIES = bipartite_matching_leda bipartite_matching_leda_gen comparison |
7 BINARIES = bipartite_matching_leda bipartite_matching_leda_gen bipartite_matching_comparison |
8 |
8 |
9 include ../../makefile |
9 include ../../makefile |
10 |
10 |
11 leda_graph_demo.o: |
11 leda_graph_demo.o: |
12 $(CXX3) -Wall -O -I.. -I../alpar -I$(LEDAROOT)/incl -I. -c leda_graph_demo.cc |
12 $(CXX3) -Wall -O -I.. -I../alpar -I$(LEDAROOT)/incl -I. -c leda_graph_demo.cc |