src/lemon/Makefile.am
changeset 1381 998e8def9676
parent 1378 b82995734b2d
child 1386 324c291a8daf
equal deleted inserted replaced
21:ce2f206746d6 22:7b0c1cf8f7fc
    11 
    11 
    12 if HAVE_GLPK
    12 if HAVE_GLPK
    13 libemon_la_SOURCES += lp_glpk.cc
    13 libemon_la_SOURCES += lp_glpk.cc
    14 libemon_la_CXXFLAGS = $(GLPK_CFLAGS)
    14 libemon_la_CXXFLAGS = $(GLPK_CFLAGS)
    15 libemon_la_LDFLAGS = $(GLPK_LIBS)
    15 libemon_la_LDFLAGS = $(GLPK_LIBS)
       
    16 endif
       
    17 
       
    18 if HAVE_CPLEX
       
    19 libemon_la_SOURCES += lp_cplex.cc
       
    20 libemon_la_CXXFLAGS = $(CPLEX_CFLAGS)
       
    21 libemon_la_LDFLAGS = $(CPLEX_LIBS)
    16 endif
    22 endif
    17 
    23 
    18 nobase_pkginclude_HEADERS = \
    24 nobase_pkginclude_HEADERS = \
    19 	bezier.h \
    25 	bezier.h \
    20 	bfs.h \
    26 	bfs.h \
    30 	graph_to_eps.h \
    36 	graph_to_eps.h \
    31 	invalid.h \
    37 	invalid.h \
    32 	kruskal.h \
    38 	kruskal.h \
    33 	list_graph.h \
    39 	list_graph.h \
    34 	lp_base.h \
    40 	lp_base.h \
       
    41 	lp_cplex.h \
    35 	lp_glpk.h \
    42 	lp_glpk.h \
    36 	lp_skeleton.h \
    43 	lp_skeleton.h \
    37 	maps.h \
    44 	maps.h \
    38 	max_matching.h \
    45 	max_matching.h \
    39 	min_cost_flow.h \
    46 	min_cost_flow.h \