COIN-OR::LEMON - Graph Library

Changeset 2313:d9daf826e28a in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
11/29/06 18:30:21 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3089
Message:

Preliminary soplex support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2293 r2313  
    1616        lemon/random.cc
    1717
    18 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    19 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
     18lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CFLAGS)
     19lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_CFLAGS)
    2020
    2121if HAVE_GLPK
     
    2727lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
    2828lemon_libemon_la_SOURCES += lemon/mip_cplex.cc
     29endif
     30
     31if HAVE_SOPLEX
     32lemon_libemon_la_SOURCES += lemon/lp_soplex.cc
    2933endif
    3034
     
    7276        lemon/lp_glpk.h \
    7377        lemon/lp_skeleton.h \
     78        lemon/lp_soplex.h \
    7479        lemon/map_iterator.h \
    7580        lemon/maps.h \
Note: See TracChangeset for help on using the changeset viewer.