COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/Makefile.am @ 1604:4d037c2b66aa

Last change on this file since 1604:4d037c2b66aa was 1599:c2f95eac652b, checked in by Hegyi Péter, 19 years ago

cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.

File size: 550 bytes
RevLine 
[1435]1AM_CPPFLAGS = -I$(top_srcdir)
2LDADD = $(top_builddir)/lemon/libemon.la
[1412]3
4bin_PROGRAMS = gd
5
6gd_SOURCES = \
7        all_include.h \
8        graph_displayer_canvas.cc \
[1510]9        graph_displayer_canvas-edge.cc \
[1512]10        graph_displayer_canvas-node.cc \
[1510]11        graph_displayer_canvas-event.cc \
12        graph_displayer_canvas-zoom.cc \
[1412]13        graph_displayer_canvas.h \
14        graph-displayer.cc \
15        main_win.cc \
16        main_win.h \
17        mapstorage.cc \
18        mapstorage.h \
19        map_win.cc \
[1468]20        map_win.h \
[1497]21        broken_edge.cc \
[1592]22        broken_edge.h \
23        new_map_win.cc \
24        new_map_win.h
[1412]25
26gd_CXXFLAGS = $(GTK_CFLAGS)
27gd_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.