lemon/Makefile.am
branchlemon-1.0
changeset 2655 3aa8ee4853dc
parent 2652 6c02e1ecaa84
child 2658 ecd07e5330b0
equal deleted inserted replaced
87:d24f897065bb 88:0042181ce018
     4 
     4 
     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/lp_base.cc \
    10 ##	lemon/lp_base.cc \
    11 ##	lemon/lp_skeleton.cc \
    11 ##	lemon/lp_skeleton.cc \
    12 ##	lemon/base.cc \
    12 	lemon/base.cc \
       
    13 	lemon/color.cc
    13 ##	lemon/eps.cc \
    14 ##	lemon/eps.cc \
    14 ##	lemon/bits/mingw32_rand.cc \
    15 ##	lemon/bits/mingw32_rand.cc \
    15 ##	lemon/bits/mingw32_time.cc
    16 ##	lemon/bits/mingw32_time.cc
    16 
    17 
    17 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    18 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    23 
    24 
    24 if HAVE_CPLEX
    25 if HAVE_CPLEX
    25 ##lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
    26 ##lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
    26 endif
    27 endif
    27 
    28 
    28 lemon_HEADERS +=
    29 lemon_HEADERS += \
    29 ##	lemon/bellman_ford.h \
    30 ##	lemon/bellman_ford.h \
    30 ##	lemon/bezier.h \
    31 ##	lemon/bezier.h \
    31 ##	lemon/bfs.h \
    32 ##	lemon/bfs.h \
    32 ##	lemon/bin_heap.h \
    33 ##	lemon/bin_heap.h \
    33 ##	lemon/bipartite_matching.h \
    34 ##	lemon/bipartite_matching.h \
    34 ##	lemon/bpugraph_adaptor.h \
    35 ##	lemon/bpugraph_adaptor.h \
    35 ##	lemon/bucket_heap.h \
    36 ##	lemon/bucket_heap.h \
    36 ##	lemon/color.h \
    37 	lemon/color.h \
    37 ##	lemon/config.h \
    38 ##	lemon/config.h \
    38 ##	lemon/counter.h \
    39 ##	lemon/counter.h \
    39 ##	lemon/dag_shortest_path.h \
    40 ##	lemon/dag_shortest_path.h \
    40 ##	lemon/dfs.h \
    41 ##	lemon/dfs.h \
    41 ##	lemon/dijkstra.h \
    42 ##	lemon/dijkstra.h \
    84 ##	lemon/smart_graph.h \
    85 ##	lemon/smart_graph.h \
    85 ##	lemon/sub_graph.h \
    86 ##	lemon/sub_graph.h \
    86 ##	lemon/suurballe.h \
    87 ##	lemon/suurballe.h \
    87 ##	lemon/tabu_search.h \
    88 ##	lemon/tabu_search.h \
    88 ##	lemon/time_measure.h \
    89 ##	lemon/time_measure.h \
    89 ##	lemon/tolerance.h \
    90 	lemon/tolerance.h
    90 ##	lemon/topology.h \
    91 ##	lemon/topology.h \
    91 ##	lemon/ugraph_adaptor.h \
    92 ##	lemon/ugraph_adaptor.h \
    92 ##	lemon/unionfind.h \
    93 ##	lemon/unionfind.h \
    93 ##	lemon/xy.h
    94 ##	lemon/xy.h
    94 
    95 
    98 ##	lemon/bits/base_extender.h \
    99 ##	lemon/bits/base_extender.h \
    99 ##	lemon/bits/default_map.h \
   100 ##	lemon/bits/default_map.h \
   100 ##	lemon/bits/edge_set_extender.h \
   101 ##	lemon/bits/edge_set_extender.h \
   101 ##	lemon/bits/graph_adaptor_extender.h \
   102 ##	lemon/bits/graph_adaptor_extender.h \
   102 ##	lemon/bits/graph_extender.h \
   103 ##	lemon/bits/graph_extender.h \
   103 ##	lemon/bits/invalid.h \
   104 	lemon/bits/invalid.h
   104 ##	lemon/bits/item_reader.h \
   105 ##	lemon/bits/item_reader.h \
   105 ##	lemon/bits/item_writer.h \
   106 ##	lemon/bits/item_writer.h \
   106 ##	lemon/bits/map_extender.h \
   107 ##	lemon/bits/map_extender.h \
   107 ##	lemon/bits/mingw32_rand.h \
   108 ##	lemon/bits/mingw32_rand.h \
   108 ##	lemon/bits/mingw32_time.h \
   109 ##	lemon/bits/mingw32_time.h \