diff -r 18d009b23e42 -r f588efc6d607 src/work/marci/lp/makefile --- a/src/work/marci/lp/makefile Mon Nov 22 09:09:18 2004 +0000 +++ b/src/work/marci/lp/makefile Mon Nov 22 09:12:33 2004 +0000 @@ -1,9 +1,9 @@ #INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos} -GLPKROOT = /usr/local/glpk-4.4 -INCLUDEDIRS ?= -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I.. -I$(GLPKROOT)/include +#GLPKROOT = /usr/local/glpk-4.4 +INCLUDEDIRS ?= -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I..# -I$(GLPKROOT)/include #INCLUDEDIRS ?= -I../.. -I../.. -I../../{marci,jacint,alpar,klao,akos} -I/usr/local/glpk-4.4/include CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic -LDFLAGS = -L$(GLPKROOT)/lib -lglpk +LDFLAGS = -lglpk# -L$(GLPKROOT)/lib BINARIES = max_flow_by_lp# sample sample2 sample11 sample15