COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/Makefile.am @ 1795:ed3c253b9c29

Last change on this file since 1795:ed3c253b9c29 was 1731:616bc933c2bc, checked in by Hegyi Péter, 19 years ago

Mapselector widget reached its first release, but there are still work to do on it, I know...

File size: 651 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 \
11        graph_displayer_canvas.cc \
[1510]12        graph_displayer_canvas-edge.cc \
[1512]13        graph_displayer_canvas-node.cc \
[1510]14        graph_displayer_canvas-event.cc \
15        graph_displayer_canvas-zoom.cc \
[1412]16        graph_displayer_canvas.h \
17        graph-displayer.cc \
18        main_win.cc \
19        main_win.h \
20        mapstorage.cc \
21        mapstorage.h \
22        map_win.cc \
[1468]23        map_win.h \
[1497]24        broken_edge.cc \
[1592]25        broken_edge.h \
26        new_map_win.cc \
[1606]27        new_map_win.h \
[1656]28        xymap.h \
[1731]29        icons/guipixbufs.h\
30        mapselector.h\
31        mapselector.cc
32
[1412]33
[1653]34glemon_CXXFLAGS = $(GTK_CFLAGS)
35glemon_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.