COIN-OR::LEMON - Graph Library

source: glemon-0.x/Makefile.am @ 27:e2c86ae158cf

gui
Last change on this file since 27:e2c86ae158cf was 27:e2c86ae158cf, checked in by Hegyi Péter, 19 years ago

File graph_displayer is split in functional parts.

File size: 511 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-event.cc \
11        graph_displayer_canvas-zoom.cc \
12        graph_displayer_canvas.h \
13        graph-displayer.cc \
14        main_win.cc \
15        main_win.h \
16        mapstorage.cc \
17        mapstorage.h \
18        map_win.cc \
19        map_win.h \
20        edit_win.cc \
21        edit_win.h \
22        broken_edge.cc \
23        broken_edge.h
24
25
26gd_CXXFLAGS = $(GTK_CFLAGS)
27gd_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.