src/work/marci/lp/makefile
changeset 1017 f588efc6d607
parent 1014 aae850a2394d
child 1075 789bad021e2d
     1.1 --- a/src/work/marci/lp/makefile	Mon Nov 22 09:09:18 2004 +0000
     1.2 +++ b/src/work/marci/lp/makefile	Mon Nov 22 09:12:33 2004 +0000
     1.3 @@ -1,9 +1,9 @@
     1.4  #INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
     1.5 -GLPKROOT = /usr/local/glpk-4.4
     1.6 -INCLUDEDIRS ?= -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I.. -I$(GLPKROOT)/include
     1.7 +#GLPKROOT = /usr/local/glpk-4.4
     1.8 +INCLUDEDIRS ?= -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I..# -I$(GLPKROOT)/include
     1.9  #INCLUDEDIRS ?= -I../.. -I../.. -I../../{marci,jacint,alpar,klao,akos} -I/usr/local/glpk-4.4/include
    1.10  CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
    1.11 -LDFLAGS  = -L$(GLPKROOT)/lib -lglpk
    1.12 +LDFLAGS  =  -lglpk# -L$(GLPKROOT)/lib
    1.13  
    1.14  BINARIES = max_flow_by_lp# sample sample2 sample11 sample15
    1.15