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
RevLine 
[1304]1AM_CPPFLAGS = -I$(top_srcdir)/src
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = lemon.pc
5
6lib_LTLIBRARIES = libemon.la
7libemon_la_SOURCES =
8
[542]9pkginclude_HEADERS =                                                    \
[829]10        array_map.h                                                     \
[1073]11        bezier.h                                                        \
[774]12        bfs.h                                                           \
[795]13        dfs.h                                                           \
[542]14        bin_heap.h                                                      \
[829]15        default_map.h                                                   \
[542]16        dijkstra.h                                                      \
17        dimacs.h                                                        \
[1129]18        error.h                                                         \
[542]19        fib_heap.h                                                      \
[596]20        full_graph.h                                                    \
21        graph_wrapper.h                                                 \
[946]22        graph_utils.h                                                   \
[1073]23        graph_to_eps.h                                                  \
[542]24        invalid.h                                                       \
[810]25        kruskal.h                                                       \
[578]26        list_graph.h                                                    \
[1109]27        alteration_notifier.h                                           \
[542]28        maps.h                                                          \
[1109]29        max_matching.h                                                  \
[937]30        min_cost_flow.h                                                 \
[899]31        suurballe.h                                                     \
[840]32        preflow.h                                                       \
[843]33        path.h                                                          \
[1217]34        radix_heap.h                                                    \
[542]35        smart_graph.h                                                   \
36        time_measure.h                                                  \
37        unionfind.h                                                     \
[829]38        vector_map.h                                                    \
[946]39        xy.h                                                            \
40        concept_check.h                                                 \
[977]41        utility.h                                                       \
[946]42        iterable_graph_extender.h                                       \
43        extendable_graph_extender.h                                     \
44        clearable_graph_extender.h                                      \
[962]45        erasable_graph_extender.h                                       \
[1137]46        undir_graph_extender.h                                          \
47        graph_reader.h                                                  \
48        graph_writer.h                                                  \
49        map_utils.h
[596]50
[563]51noinst_HEADERS =                                                        \
[959]52        concept/graph.h                                                 \
53        concept/graph_component.h                                       \
[962]54        concept/undir_graph.h                                           \
[959]55        concept/sym_graph.h                                             \
56        concept/maps.h                                                  \
57        concept/path.h
Note: See TracBrowser for help on using the repository browser.