COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/lemon/Makefile.am @ 1311:b810a07248a0

Last change on this file since 1311:b810a07248a0 was 1307:d4acebef7276, checked in by Balazs Dezso, 19 years ago

Stuffs moved into bits

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 =                                                    \
[1307]13        bezier.h                                                        \
[774]14        bfs.h                                                           \
[795]15        dfs.h                                                           \
[542]16        bin_heap.h                                                      \
17        dijkstra.h                                                      \
18        dimacs.h                                                        \
[1129]19        error.h                                                         \
[542]20        fib_heap.h                                                      \
[596]21        full_graph.h                                                    \
22        graph_wrapper.h                                                 \
[946]23        graph_utils.h                                                   \
[1073]24        graph_to_eps.h                                                  \
[542]25        invalid.h                                                       \
[810]26        kruskal.h                                                       \
[578]27        list_graph.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                                                     \
[946]38        xy.h                                                            \
39        concept_check.h                                                 \
[977]40        utility.h                                                       \
[1137]41        graph_reader.h                                                  \
42        graph_writer.h                                                  \
[1307]43        map_utils.h                                                     \
44        bits/alteration_notifier.h                                      \
45        bits/map_iterator.h                                             \
46        bits/array_map.h                                                \
47        bits/default_map.h                                              \
48        bits/extended_pair.h                                            \
49        bits/vector_map.h                                               \
50        bits/iterable_graph_extender.h                                  \
51        bits/extendable_graph_extender.h                                \
52        bits/clearable_graph_extender.h                                 \
53        bits/erasable_graph_extender.h                                  \
54        bits/undir_graph_extender.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.