COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/lemon/Makefile.am @ 1305:c3dc75d4af24

Last change on this file since 1305:c3dc75d4af24 was 1305:c3dc75d4af24, checked in by Akos Ladanyi, 19 years ago
  • moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and lp_solver_skeleton.cc to src/lemon
  • modified the includes
File size: 1.9 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                                                         \
[542]22        fib_heap.h                                                      \
[596]23        full_graph.h                                                    \
24        graph_wrapper.h                                                 \
[946]25        graph_utils.h                                                   \
[1073]26        graph_to_eps.h                                                  \
[542]27        invalid.h                                                       \
[810]28        kruskal.h                                                       \
[578]29        list_graph.h                                                    \
[1109]30        alteration_notifier.h                                           \
[542]31        maps.h                                                          \
[1109]32        max_matching.h                                                  \
[937]33        min_cost_flow.h                                                 \
[899]34        suurballe.h                                                     \
[840]35        preflow.h                                                       \
[843]36        path.h                                                          \
[1217]37        radix_heap.h                                                    \
[542]38        smart_graph.h                                                   \
39        time_measure.h                                                  \
40        unionfind.h                                                     \
[829]41        vector_map.h                                                    \
[946]42        xy.h                                                            \
43        concept_check.h                                                 \
[977]44        utility.h                                                       \
[946]45        iterable_graph_extender.h                                       \
46        extendable_graph_extender.h                                     \
47        clearable_graph_extender.h                                      \
[962]48        erasable_graph_extender.h                                       \
[1137]49        undir_graph_extender.h                                          \
50        graph_reader.h                                                  \
51        graph_writer.h                                                  \
52        map_utils.h
[596]53
[563]54noinst_HEADERS =                                                        \
[959]55        concept/graph.h                                                 \
56        concept/graph_component.h                                       \
[962]57        concept/undir_graph.h                                           \
[959]58        concept/sym_graph.h                                             \
59        concept/maps.h                                                  \
60        concept/path.h
Note: See TracBrowser for help on using the repository browser.