COIN-OR::LEMON - Graph Library

Changeset 1089:2b47dbd6612c in lemon for lemon


Ignore:
Timestamp:
10/24/11 21:39:34 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.1
Parents:
1082:54abdfda0076 (diff), 1087:b96574ff36ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge #428 and #429 to branch 1.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r1064 r1089  
    11EXTRA_DIST += \
    22        lemon/lemon.pc.in \
     3        lemon/lemon.pc.cmake \
    34        lemon/CMakeLists.txt \
    45        lemon/config.h.cmake
  • lemon/Makefile.am

    r1086 r1089  
    22        lemon/lemon.pc.in \
    33        lemon/lemon.pc.cmake \
    4         lemon/CMakeLists.txt
     4        lemon/CMakeLists.txt \
     5        lemon/config.h.cmake
    56
    67pkgconfig_DATA += lemon/lemon.pc
     
    910
    1011lemon_libemon_la_SOURCES = \
    11         lemon/arg_parser.cc \
    12         lemon/base.cc \
    13         lemon/color.cc \
    14         lemon/random.cc \
     12        lemon/arg_parser.cc \
     13        lemon/base.cc \
     14        lemon/color.cc \
     15        lemon/lp_base.cc \
     16        lemon/lp_skeleton.cc \
     17        lemon/random.cc \
    1518        lemon/bits/windows.cc
    1619
    17 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    18 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
     20nodist_lemon_HEADERS = lemon/config.h   
    1921
    20 nodist_lemon_HEADERS = lemon/config.h
     22lemon_libemon_la_CXXFLAGS = \
     23        $(AM_CXXFLAGS) \
     24        $(GLPK_CFLAGS) \
     25        $(CPLEX_CFLAGS) \
     26        $(SOPLEX_CXXFLAGS) \
     27        $(CLP_CXXFLAGS) \
     28        $(CBC_CXXFLAGS)
     29
     30lemon_libemon_la_LDFLAGS = \
     31        $(GLPK_LIBS) \
     32        $(CPLEX_LIBS) \
     33        $(SOPLEX_LIBS) \
     34        $(CLP_LIBS) \
     35        $(CBC_LIBS)
     36
     37if HAVE_GLPK
     38lemon_libemon_la_SOURCES += lemon/glpk.cc
     39endif
     40
     41if HAVE_CPLEX
     42lemon_libemon_la_SOURCES += lemon/cplex.cc
     43endif
     44
     45if HAVE_SOPLEX
     46lemon_libemon_la_SOURCES += lemon/soplex.cc
     47endif
     48
     49if HAVE_CLP
     50lemon_libemon_la_SOURCES += lemon/clp.cc
     51endif
     52
     53if HAVE_CBC
     54lemon_libemon_la_SOURCES += lemon/cbc.cc
     55endif
    2156
    2257lemon_HEADERS += \
    23         lemon/arg_parser.h \
     58        lemon/adaptors.h \
     59        lemon/arg_parser.h \
    2460        lemon/assert.h \
    25         lemon/bfs.h \
    26         lemon/bin_heap.h \
    27         lemon/color.h \
     61        lemon/bfs.h \
     62        lemon/bin_heap.h \
     63        lemon/bucket_heap.h \
     64        lemon/cbc.h \
     65        lemon/circulation.h \
     66        lemon/clp.h \
     67        lemon/color.h \
    2868        lemon/concept_check.h \
    29         lemon/counter.h \
     69        lemon/connectivity.h \
     70        lemon/counter.h \
    3071        lemon/core.h \
    31         lemon/dfs.h \
    32         lemon/dijkstra.h \
    33         lemon/dim2.h \
     72        lemon/cplex.h \
     73        lemon/dfs.h \
     74        lemon/dijkstra.h \
     75        lemon/dim2.h \
     76        lemon/dimacs.h \
     77        lemon/edge_set.h \
     78        lemon/elevator.h \
    3479        lemon/error.h \
    35         lemon/graph_to_eps.h \
     80        lemon/euler.h \
     81        lemon/fib_heap.h \
     82        lemon/full_graph.h \
     83        lemon/glpk.h \
     84        lemon/gomory_hu.h \
     85        lemon/graph_to_eps.h \
     86        lemon/grid_graph.h \
     87        lemon/hypercube_graph.h \
    3688        lemon/kruskal.h \
     89        lemon/hao_orlin.h \
    3790        lemon/lgf_reader.h \
    3891        lemon/lgf_writer.h \
    3992        lemon/list_graph.h \
     93        lemon/lp.h \
     94        lemon/lp_base.h \
     95        lemon/lp_skeleton.h \
    4096        lemon/maps.h \
     97        lemon/matching.h \
    4198        lemon/math.h \
     99        lemon/min_cost_arborescence.h \
     100        lemon/nauty_reader.h \
     101        lemon/network_simplex.h \
    42102        lemon/path.h \
    43         lemon/random.h \
     103        lemon/preflow.h \
     104        lemon/radix_heap.h \
     105        lemon/radix_sort.h \
     106        lemon/random.h \
    44107        lemon/smart_graph.h \
    45         lemon/time_measure.h \
    46         lemon/tolerance.h \
     108        lemon/soplex.h \
     109        lemon/suurballe.h \
     110        lemon/time_measure.h \
     111        lemon/tolerance.h \
    47112        lemon/unionfind.h \
    48113        lemon/bits/windows.h
     
    51116        lemon/bits/alteration_notifier.h \
    52117        lemon/bits/array_map.h \
    53         lemon/bits/base_extender.h \
    54         lemon/bits/bezier.h \
     118        lemon/bits/bezier.h \
    55119        lemon/bits/default_map.h \
    56         lemon/bits/enable_if.h \
     120        lemon/bits/edge_set_extender.h \
     121        lemon/bits/enable_if.h \
     122        lemon/bits/graph_adaptor_extender.h \
    57123        lemon/bits/graph_extender.h \
    58124        lemon/bits/map_extender.h \
    59125        lemon/bits/path_dump.h \
     126        lemon/bits/solver_bits.h \
    60127        lemon/bits/traits.h \
     128        lemon/bits/variant.h \
    61129        lemon/bits/vector_map.h
    62130
Note: See TracChangeset for help on using the changeset viewer.