lemon/Makefile.am
author ladanyi
Tue, 04 Jul 2006 10:06:24 +0000
branchlemon-1.0
changeset 2647 aa4a3a04fb4c
child 2649 68eaa3e9029d
permissions -rw-r--r--
Copied the autotools files from trunk and commented them out so that configure and make succeeds.
     1 pkgconfig_DATA += lemon/lemon.pc
     2 
     3 #lib_LTLIBRARIES += lemon/libemon.la
     4 
     5 #lemon_libemon_la_SOURCES = \
     6 #	lemon/lp_base.cc \
     7 #	lemon/lp_skeleton.cc \
     8 #	lemon/base.cc \
     9 #	lemon/eps.cc \
    10 #	lemon/bits/mingw32_rand.cc \
    11 #	lemon/bits/mingw32_time.cc
    12 
    13 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    14 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
    15 
    16 if HAVE_GLPK
    17 #lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
    18 endif
    19 
    20 if HAVE_CPLEX
    21 #lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
    22 endif
    23 
    24 #lemon_HEADERS += \
    25 #	lemon/bellman_ford.h \
    26 #	lemon/bezier.h \
    27 #	lemon/bfs.h \
    28 #	lemon/bin_heap.h \
    29 #	lemon/bipartite_matching.h \
    30 #	lemon/bpugraph_adaptor.h \
    31 #	lemon/bucket_heap.h \
    32 #	lemon/color.h \
    33 #	lemon/config.h \
    34 #	lemon/counter.h \
    35 #	lemon/dag_shortest_path.h \
    36 #	lemon/dfs.h \
    37 #	lemon/dijkstra.h \
    38 #	lemon/dimacs.h \
    39 #	lemon/edge_set.h \
    40 #	lemon/edmonds_karp.h \
    41 #	lemon/eps.h \
    42 #	lemon/error.h \
    43 #	lemon/fib_heap.h \
    44 #	lemon/floyd_warshall.h \
    45 #	lemon/fredman_tarjan.h \
    46 #	lemon/full_graph.h \
    47 #	lemon/graph_adaptor.h \
    48 #	lemon/graph_reader.h \
    49 #	lemon/graph_to_eps.h \
    50 #	lemon/graph_utils.h \
    51 #	lemon/graph_writer.h \
    52 #	lemon/grid_ugraph.h \
    53 #	lemon/hypercube_graph.h \
    54 #	lemon/iterable_maps.h \
    55 #	lemon/johnson.h \
    56 #	lemon/kruskal.h \
    57 #	lemon/lemon_reader.h \
    58 #	lemon/lemon_writer.h \
    59 #	lemon/list_graph.h \
    60 #	lemon/lp.h \
    61 #	lemon/lp_base.h \
    62 #	lemon/lp_cplex.h \
    63 #	lemon/lp_glpk.h \
    64 #	lemon/lp_skeleton.h \
    65 #	lemon/map_iterator.h \
    66 #	lemon/maps.h \
    67 #	lemon/matrix_maps.h \
    68 #	lemon/max_matching.h \
    69 #	lemon/min_cost_arborescence.h \
    70 #	lemon/min_cost_flow.h \
    71 #	lemon/min_cut.h \
    72 #	lemon/path.h \
    73 #	lemon/polynomial.h \
    74 #	lemon/preflow.h \
    75 #	lemon/prim.h \
    76 #	lemon/radix_heap.h \
    77 #	lemon/radix_sort.h \
    78 #	lemon/refptr.h \
    79 #	lemon/simann.h \
    80 #	lemon/smart_graph.h \
    81 #	lemon/sub_graph.h \
    82 #	lemon/suurballe.h \
    83 #	lemon/tabu_search.h \
    84 #	lemon/time_measure.h \
    85 #	lemon/tolerance.h \
    86 #	lemon/topology.h \
    87 #	lemon/ugraph_adaptor.h \
    88 #	lemon/unionfind.h \
    89 #	lemon/xy.h
    90 
    91 #bits_HEADERS += \
    92 #	lemon/bits/alteration_notifier.h \
    93 #	lemon/bits/array_map.h \
    94 #	lemon/bits/base_extender.h \
    95 #	lemon/bits/default_map.h \
    96 #	lemon/bits/edge_set_extender.h \
    97 #	lemon/bits/graph_adaptor_extender.h \
    98 #	lemon/bits/graph_extender.h \
    99 #	lemon/bits/invalid.h \
   100 #	lemon/bits/item_reader.h \
   101 #	lemon/bits/item_writer.h \
   102 #	lemon/bits/map_extender.h \
   103 #	lemon/bits/mingw32_rand.h \
   104 #	lemon/bits/mingw32_time.h \
   105 #	lemon/bits/traits.h \
   106 #	lemon/bits/utility.h \
   107 #	lemon/bits/vector_map.h
   108 
   109 #concept_HEADERS += \
   110 #	lemon/concept_check.h \
   111 #	lemon/concept/bpugraph.h \
   112 #	lemon/concept/graph.h \
   113 #	lemon/concept/graph_component.h \
   114 #	lemon/concept/heap.h \
   115 #	lemon/concept/maps.h \
   116 #	lemon/concept/matrix_maps.h \
   117 #	lemon/concept/path.h \
   118 #	lemon/concept/ugraph.h