equal
deleted
inserted
replaced
5 |
5 |
6 lib_LTLIBRARIES = libemon.la |
6 lib_LTLIBRARIES = libemon.la |
7 |
7 |
8 libemon_la_SOURCES = \ |
8 libemon_la_SOURCES = \ |
9 lp_base.cc \ |
9 lp_base.cc \ |
10 lp_skeleton.cc |
10 lp_skeleton.cc \ |
|
11 base.cc |
11 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
12 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
12 libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) |
13 libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) |
13 |
14 |
14 if HAVE_GLPK |
15 if HAVE_GLPK |
15 libemon_la_SOURCES += lp_glpk.cc |
16 libemon_la_SOURCES += lp_glpk.cc |
68 utility.h \ |
69 utility.h \ |
69 lemon_reader.h \ |
70 lemon_reader.h \ |
70 lemon_writer.h \ |
71 lemon_writer.h \ |
71 graph_reader.h \ |
72 graph_reader.h \ |
72 graph_writer.h \ |
73 graph_writer.h \ |
|
74 tolerance.h \ |
73 bits/alteration_notifier.h \ |
75 bits/alteration_notifier.h \ |
74 bits/array_map.h \ |
76 bits/array_map.h \ |
75 bits/default_map.h \ |
77 bits/default_map.h \ |
76 bits/vector_map.h \ |
78 bits/vector_map.h \ |
77 bits/iterable_graph_extender.h \ |
79 bits/iterable_graph_extender.h \ |