# HG changeset patch
# User Akos Ladanyi <ladanyi@tmit.bme.hu>
# Date 1250613685 -3600
# Node ID 767ef62d3b6eab249f565e36fef5f946e9e8f36b
# Parent 9f529abcaebf13f19e61ba24fdd2c3631860af91
Sort sources alphabetically and remove duplicates (#308)
diff --git a/lemon/Makefile.am b/lemon/Makefile.am
a
|
b
|
|
10 | 10 | lemon_libemon_la_SOURCES = \ |
11 | 11 | lemon/arg_parser.cc \ |
12 | 12 | lemon/base.cc \ |
| 13 | lemon/bits/windows.cc \ |
13 | 14 | lemon/color.cc \ |
14 | 15 | lemon/lp_base.cc \ |
15 | 16 | lemon/lp_skeleton.cc \ |
16 | | lemon/random.cc \ |
17 | | lemon/bits/windows.cc |
| 17 | lemon/random.cc |
18 | 18 | |
19 | 19 | nodist_lemon_HEADERS = lemon/config.h |
20 | 20 | |
… |
… |
|
59 | 59 | lemon/assert.h \ |
60 | 60 | lemon/bfs.h \ |
61 | 61 | lemon/bin_heap.h \ |
| 62 | lemon/bits/windows.h \ |
62 | 63 | lemon/bucket_heap.h \ |
63 | 64 | lemon/cbc.h \ |
64 | 65 | lemon/circulation.h \ |
… |
… |
|
66 | 67 | lemon/color.h \ |
67 | 68 | lemon/concept_check.h \ |
68 | 69 | lemon/connectivity.h \ |
| 70 | lemon/core.h \ |
69 | 71 | lemon/counter.h \ |
70 | | lemon/core.h \ |
71 | 72 | lemon/cplex.h \ |
72 | 73 | lemon/dfs.h \ |
73 | 74 | lemon/dijkstra.h \ |
… |
… |
|
83 | 84 | lemon/gomory_hu.h \ |
84 | 85 | lemon/graph_to_eps.h \ |
85 | 86 | lemon/grid_graph.h \ |
| 87 | lemon/hao_orlin.h \ |
86 | 88 | lemon/hypercube_graph.h \ |
87 | 89 | lemon/kruskal.h \ |
88 | | lemon/hao_orlin.h \ |
89 | 90 | lemon/lgf_reader.h \ |
90 | 91 | lemon/lgf_writer.h \ |
91 | 92 | lemon/list_graph.h \ |
| 93 | lemon/lp_base.h \ |
92 | 94 | lemon/lp.h \ |
93 | | lemon/lp_base.h \ |
94 | 95 | lemon/lp_skeleton.h \ |
95 | | lemon/list_graph.h \ |
96 | 96 | lemon/maps.h \ |
97 | 97 | lemon/matching.h \ |
98 | 98 | lemon/math.h \ |
… |
… |
|
109 | 109 | lemon/suurballe.h \ |
110 | 110 | lemon/time_measure.h \ |
111 | 111 | lemon/tolerance.h \ |
112 | | lemon/unionfind.h \ |
113 | | lemon/bits/windows.h |
| 112 | lemon/unionfind.h |
114 | 113 | |
115 | 114 | bits_HEADERS += \ |
116 | 115 | lemon/bits/alteration_notifier.h \ |
… |
… |
|
130 | 129 | |
131 | 130 | concept_HEADERS += \ |
132 | 131 | lemon/concepts/digraph.h \ |
| 132 | lemon/concepts/graph_components.h \ |
133 | 133 | lemon/concepts/graph.h \ |
134 | | lemon/concepts/graph_components.h \ |
135 | 134 | lemon/concepts/heap.h \ |
136 | 135 | lemon/concepts/maps.h \ |
137 | 136 | lemon/concepts/path.h |