COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/lemon/Makefile.am @ 1306:4ea2147274db

Last change on this file since 1306:4ea2147274db was 1306:4ea2147274db, checked in by Akos Ladanyi, 19 years ago

make distcheck fixes. Anyway it still doesn't work.

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