lemon/Makefile.am
changeset 1177 3c00344f49c9
parent 1176 cd72eae05bdf
parent 1175 6b79d93e812f
child 1178 e5af35e6c93f
     1.1 --- a/lemon/Makefile.am	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,151 +0,0 @@
     1.4 -EXTRA_DIST += \
     1.5 -	lemon/lemon.pc.in \
     1.6 -	lemon/lemon.pc.cmake \
     1.7 -	lemon/CMakeLists.txt \
     1.8 -	lemon/config.h.cmake
     1.9 -
    1.10 -pkgconfig_DATA += lemon/lemon.pc
    1.11 -
    1.12 -lib_LTLIBRARIES += lemon/libemon.la
    1.13 -
    1.14 -lemon_libemon_la_SOURCES = \
    1.15 -	lemon/arg_parser.cc \
    1.16 -	lemon/base.cc \
    1.17 -	lemon/color.cc \
    1.18 -	lemon/lp_base.cc \
    1.19 -	lemon/lp_skeleton.cc \
    1.20 -	lemon/random.cc \
    1.21 -	lemon/bits/windows.cc
    1.22 -
    1.23 -nodist_lemon_HEADERS = lemon/config.h	
    1.24 -
    1.25 -lemon_libemon_la_CXXFLAGS = \
    1.26 -	$(AM_CXXFLAGS) \
    1.27 -	$(GLPK_CFLAGS) \
    1.28 -	$(CPLEX_CFLAGS) \
    1.29 -	$(SOPLEX_CXXFLAGS) \
    1.30 -	$(CLP_CXXFLAGS) \
    1.31 -	$(CBC_CXXFLAGS)
    1.32 -
    1.33 -lemon_libemon_la_LDFLAGS = \
    1.34 -	$(GLPK_LIBS) \
    1.35 -	$(CPLEX_LIBS) \
    1.36 -	$(SOPLEX_LIBS) \
    1.37 -	$(CLP_LIBS) \
    1.38 -	$(CBC_LIBS)
    1.39 -
    1.40 -if HAVE_GLPK
    1.41 -lemon_libemon_la_SOURCES += lemon/glpk.cc
    1.42 -endif
    1.43 -
    1.44 -if HAVE_CPLEX
    1.45 -lemon_libemon_la_SOURCES += lemon/cplex.cc
    1.46 -endif
    1.47 -
    1.48 -if HAVE_SOPLEX
    1.49 -lemon_libemon_la_SOURCES += lemon/soplex.cc
    1.50 -endif
    1.51 -
    1.52 -if HAVE_CLP
    1.53 -lemon_libemon_la_SOURCES += lemon/clp.cc
    1.54 -endif
    1.55 -
    1.56 -if HAVE_CBC
    1.57 -lemon_libemon_la_SOURCES += lemon/cbc.cc
    1.58 -endif
    1.59 -
    1.60 -lemon_HEADERS += \
    1.61 -	lemon/adaptors.h \
    1.62 -	lemon/arg_parser.h \
    1.63 -	lemon/assert.h \
    1.64 -	lemon/bellman_ford.h \
    1.65 -	lemon/bfs.h \
    1.66 -	lemon/bin_heap.h \
    1.67 -	lemon/binomial_heap.h \
    1.68 -	lemon/bucket_heap.h \
    1.69 -	lemon/capacity_scaling.h \
    1.70 -	lemon/cbc.h \
    1.71 -	lemon/circulation.h \
    1.72 -	lemon/clp.h \
    1.73 -	lemon/color.h \
    1.74 -	lemon/concept_check.h \
    1.75 -	lemon/connectivity.h \
    1.76 -	lemon/core.h \
    1.77 -	lemon/cost_scaling.h \
    1.78 -	lemon/counter.h \
    1.79 -	lemon/cplex.h \
    1.80 -	lemon/cycle_canceling.h \
    1.81 -	lemon/dfs.h \
    1.82 -	lemon/dheap.h \
    1.83 -	lemon/dijkstra.h \
    1.84 -	lemon/dim2.h \
    1.85 -	lemon/dimacs.h \
    1.86 -	lemon/edge_set.h \
    1.87 -	lemon/elevator.h \
    1.88 -	lemon/error.h \
    1.89 -	lemon/euler.h \
    1.90 -	lemon/fib_heap.h \
    1.91 -	lemon/fractional_matching.h \
    1.92 -	lemon/full_graph.h \
    1.93 -	lemon/glpk.h \
    1.94 -	lemon/gomory_hu.h \
    1.95 -	lemon/graph_to_eps.h \
    1.96 -	lemon/grid_graph.h \
    1.97 -	lemon/hartmann_orlin_mmc.h \
    1.98 -	lemon/howard_mmc.h \
    1.99 -	lemon/hypercube_graph.h \
   1.100 -	lemon/karp_mmc.h \
   1.101 -	lemon/kruskal.h \
   1.102 -	lemon/hao_orlin.h \
   1.103 -	lemon/lgf_reader.h \
   1.104 -	lemon/lgf_writer.h \
   1.105 -	lemon/list_graph.h \
   1.106 -	lemon/lp.h \
   1.107 -	lemon/lp_base.h \
   1.108 -	lemon/lp_skeleton.h \
   1.109 -	lemon/maps.h \
   1.110 -	lemon/matching.h \
   1.111 -	lemon/math.h \
   1.112 -	lemon/min_cost_arborescence.h \
   1.113 -	lemon/nauty_reader.h \
   1.114 -	lemon/network_simplex.h \
   1.115 -	lemon/pairing_heap.h \
   1.116 -	lemon/path.h \
   1.117 -	lemon/planarity.h \
   1.118 -	lemon/preflow.h \
   1.119 -	lemon/quad_heap.h \
   1.120 -	lemon/radix_heap.h \
   1.121 -	lemon/radix_sort.h \
   1.122 -	lemon/random.h \
   1.123 -	lemon/smart_graph.h \
   1.124 -	lemon/soplex.h \
   1.125 -	lemon/static_graph.h \
   1.126 -	lemon/suurballe.h \
   1.127 -	lemon/time_measure.h \
   1.128 -	lemon/tolerance.h \
   1.129 -	lemon/unionfind.h \
   1.130 -	lemon/bits/windows.h
   1.131 -
   1.132 -bits_HEADERS += \
   1.133 -	lemon/bits/alteration_notifier.h \
   1.134 -	lemon/bits/array_map.h \
   1.135 -	lemon/bits/bezier.h \
   1.136 -	lemon/bits/default_map.h \
   1.137 -	lemon/bits/edge_set_extender.h \
   1.138 -	lemon/bits/enable_if.h \
   1.139 -	lemon/bits/graph_adaptor_extender.h \
   1.140 -	lemon/bits/graph_extender.h \
   1.141 -	lemon/bits/map_extender.h \
   1.142 -	lemon/bits/path_dump.h \
   1.143 -	lemon/bits/solver_bits.h \
   1.144 -	lemon/bits/traits.h \
   1.145 -	lemon/bits/variant.h \
   1.146 -	lemon/bits/vector_map.h
   1.147 -
   1.148 -concept_HEADERS += \
   1.149 -	lemon/concepts/digraph.h \
   1.150 -	lemon/concepts/graph.h \
   1.151 -	lemon/concepts/graph_components.h \
   1.152 -	lemon/concepts/heap.h \
   1.153 -	lemon/concepts/maps.h \
   1.154 -	lemon/concepts/path.h