equal
deleted
inserted
replaced
1 CXX2 = g++-2.95 |
1 CXX2 = g++-2.95 |
2 CXX3=$(CXX) |
2 CXX3=$(CXX) |
3 BOOSTROOT ?= /home/marci/boost |
3 BOOSTROOT ?= /home/marci/boost |
4 INCLUDEDIRS ?= -I../../../include -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 |
7 BINARIES = bipartite_matching_leda bipartite_matching_leda_gen |
8 |
8 |
9 include ../../makefile |
9 include ../../makefile |