COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/lemon/Makefile.am @ 1304:c9c2e90b2342

Last change on this file since 1304:c9c2e90b2342 was 1304:c9c2e90b2342, checked in by Akos Ladanyi, 19 years ago

Merged my branch (branches/akos) changes r1654:1740 into the trunk.

File size: 1.8 KB
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/src
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = lemon.pc
5
6lib_LTLIBRARIES = libemon.la
7libemon_la_SOURCES =
8
9pkginclude_HEADERS =                                                    \
10        array_map.h                                                     \
11        bezier.h                                                        \
12        bfs.h                                                           \
13        dfs.h                                                           \
14        bin_heap.h                                                      \
15        default_map.h                                                   \
16        dijkstra.h                                                      \
17        dimacs.h                                                        \
18        error.h                                                         \
19        fib_heap.h                                                      \
20        full_graph.h                                                    \
21        graph_wrapper.h                                                 \
22        graph_utils.h                                                   \
23        graph_to_eps.h                                                  \
24        invalid.h                                                       \
25        kruskal.h                                                       \
26        list_graph.h                                                    \
27        alteration_notifier.h                                           \
28        maps.h                                                          \
29        max_matching.h                                                  \
30        min_cost_flow.h                                                 \
31        suurballe.h                                                     \
32        preflow.h                                                       \
33        path.h                                                          \
34        radix_heap.h                                                    \
35        smart_graph.h                                                   \
36        time_measure.h                                                  \
37        unionfind.h                                                     \
38        vector_map.h                                                    \
39        xy.h                                                            \
40        concept_check.h                                                 \
41        utility.h                                                       \
42        iterable_graph_extender.h                                       \
43        extendable_graph_extender.h                                     \
44        clearable_graph_extender.h                                      \
45        erasable_graph_extender.h                                       \
46        undir_graph_extender.h                                          \
47        graph_reader.h                                                  \
48        graph_writer.h                                                  \
49        map_utils.h
50
51noinst_HEADERS =                                                        \
52        concept/graph.h                                                 \
53        concept/graph_component.h                                       \
54        concept/undir_graph.h                                           \
55        concept/sym_graph.h                                             \
56        concept/maps.h                                                  \
57        concept/path.h
Note: See TracBrowser for help on using the repository browser.