COIN-OR::LEMON - Graph Library

Changeset 1075:789bad021e2d in lemon-0.x for src/work/marci/lp


Ignore:
Timestamp:
01/11/05 18:16:29 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1471
Message:

:-}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/lp/makefile

    r1017 r1075  
    11#INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
    22#GLPKROOT = /usr/local/glpk-4.4
    3 INCLUDEDIRS ?= -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I..# -I$(GLPKROOT)/include
     3INCLUDEDIRS ?= -I/home/marci/boost -I/usr/local/cplex/cplex75/include -I../../{marci,alpar,klao,akos,athos} -I. -I../../.. -I../.. -I..# -I$(GLPKROOT)/include
    44#INCLUDEDIRS ?= -I../.. -I../.. -I../../{marci,jacint,alpar,klao,akos} -I/usr/local/glpk-4.4/include
    55CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
    6 LDFLAGS  =  -lglpk# -L$(GLPKROOT)/lib
     6LDFLAGS  =  -lglpk#-lcplex -lm -lpthread -lilocplex -L/usr/local/cplex/cplex75/lib/i86_linux2_glibc2.2_gcc3.0/static_mt# -L$(GLPKROOT)/lib
    77
    8 BINARIES = max_flow_by_lp# sample sample2 sample11 sample15
     8BINARIES = cplex_1 max_flow_by_lp# sample sample2 sample11 sample15
    99
    1010#include ../makefile
Note: See TracChangeset for help on using the changeset viewer.