COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/Makefile.am @ 1860:27a9a75b957b

Last change on this file since 1860:27a9a75b957b was 1860:27a9a75b957b, checked in by Akos Ladanyi, 18 years ago

Save and load the coordinates of the arrows on the edges.

File size: 715 bytes
RevLine 
[1659]1SUBDIRS = icons
2
[1435]3AM_CPPFLAGS = -I$(top_srcdir)
4LDADD = $(top_builddir)/lemon/libemon.la
[1412]5
[1635]6
[1653]7bin_PROGRAMS = glemon
[1412]8
[1653]9glemon_SOURCES = \
[1412]10        all_include.h \
[1849]11        gdc-broken_edge.cc \
[1412]12        graph_displayer_canvas.cc \
[1849]13        graph_displayer_canvas.h \
[1510]14        graph_displayer_canvas-edge.cc \
[1849]15        graph_displayer_canvas-event.cc \
[1512]16        graph_displayer_canvas-node.cc \
[1510]17        graph_displayer_canvas-zoom.cc \
[1412]18        graph-displayer.cc \
19        main_win.cc \
20        main_win.h \
21        mapstorage.cc \
22        mapstorage.h \
23        map_win.cc \
[1468]24        map_win.h \
[1819]25        mw-mapselector.cc \
[1849]26        nbtab.h \
27        nbtab.cc \
[1592]28        new_map_win.cc \
[1606]29        new_map_win.h \
[1656]30        xymap.h \
[1860]31        gui_reader.h \
32        gui_reader.cc \
33        gui_writer.h \
34        gui_writer.cc \
[1819]35        icons/guipixbufs.h
[1731]36
[1412]37
[1653]38glemon_CXXFLAGS = $(GTK_CFLAGS)
39glemon_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.