COIN-OR::LEMON - Graph Library

source: glemon-0.x/Makefile.am @ 48:b8ec84524fa2

gui
Last change on this file since 48:b8ec84524fa2 was 48:b8ec84524fa2, 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
Line 
1AM_CPPFLAGS = -I$(top_srcdir)
2LDADD = $(top_builddir)/lemon/libemon.la
3
4bin_PROGRAMS = gd
5
6gd_SOURCES = \
7        all_include.h \
8        graph_displayer_canvas.cc \
9        graph_displayer_canvas-edge.cc \
10        graph_displayer_canvas-node.cc \
11        graph_displayer_canvas-event.cc \
12        graph_displayer_canvas-zoom.cc \
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 \
20        map_win.h \
21        broken_edge.cc \
22        broken_edge.h \
23        new_map_win.cc \
24        new_map_win.h
25
26gd_CXXFLAGS = $(GTK_CFLAGS)
27gd_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.