COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/hugo/Makefile.am @ 799:3393abe30678

Last change on this file since 799:3393abe30678 was 795:cfa6c2ea48e5, checked in by Alpar Juttner, 20 years ago

Put a lot of missing header files to src/hugo/Makefile.am

File size: 1.1 KB
Line 
1pkginclude_HEADERS =                                                    \
2        array_map_factory.h                                             \
3        bfs.h                                                           \
4        dfs.h                                                           \
5        bin_heap.h                                                      \
6        dijkstra.h                                                      \
7        dimacs.h                                                        \
8        error.h                                                         \
9        extended_pair.h                                                 \
10        fib_heap.h                                                      \
11        full_graph.h                                                    \
12        graph_wrapper.h                                                 \
13        invalid.h                                                       \
14        list_graph.h                                                    \
15        map_defines.h                                                   \
16        map_registry.h                                                  \
17        maps.h                                                          \
18        max_flow.h                                                      \
19        mincostflows.h                                                  \
20        minlengthpaths.h                                                \
21        smart_graph.h                                                   \
22        sym_map_factory.h                                               \
23        time_measure.h                                                  \
24        unionfind.h                                                     \
25        vector_map_factory.h                                            \
26        xy.h
27
28noinst_HEADERS =                                                        \
29        skeletons/graph.h                                               \
30        skeletons/maps.h
Note: See TracBrowser for help on using the repository browser.