equal
deleted
inserted
replaced
5 pkgconfig_DATA += lemon/lemon.pc |
5 pkgconfig_DATA += lemon/lemon.pc |
6 |
6 |
7 lib_LTLIBRARIES += lemon/libemon.la |
7 lib_LTLIBRARIES += lemon/libemon.la |
8 |
8 |
9 lemon_libemon_la_SOURCES = \ |
9 lemon_libemon_la_SOURCES = \ |
|
10 lemon/arg_parser.cc \ |
10 lemon/base.cc \ |
11 lemon/base.cc \ |
11 lemon/random.cc |
12 lemon/random.cc |
12 |
13 |
13 |
14 |
14 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
15 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
15 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
16 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
16 |
17 |
17 lemon_HEADERS += \ |
18 lemon_HEADERS += \ |
|
19 lemon/arg_parser.h \ |
18 lemon/concept_check.h \ |
20 lemon/concept_check.h \ |
19 lemon/dim2.h \ |
21 lemon/dim2.h \ |
20 lemon/error.h \ |
22 lemon/error.h \ |
21 lemon/list_graph.h \ |
23 lemon/list_graph.h \ |
22 lemon/maps.h \ |
24 lemon/maps.h \ |