COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/Makefile.am @ 1494:ae55ba000ebb

Last change on this file since 1494:ae55ba000ebb was 1468:d0ccb2fdeeff, checked in by Hegyi Péter, 19 years ago

Hopefully, node creation works well, after a small structural consideration.

File size: 372 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 \
9        graph_displayer_canvas.h \
10        graph-displayer.cc \
11        main_win.cc \
12        main_win.h \
13        mapstorage.cc \
14        mapstorage.h \
15        map_win.cc \
[1468]16        map_win.h \
17        edit_win.cc \
18        edit_win.h
[1412]19
20gd_CXXFLAGS = $(GTK_CFLAGS)
21gd_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.