COIN-OR::LEMON - Graph Library

source: glemon-0.x/Makefile.am @ 89:4042761b21e3

gui
Last change on this file since 89:4042761b21e3 was 89:4042761b21e3, checked in by Hegyi Péter, 18 years ago

Reorganizing.

File size: 626 bytes
RevLine 
[76]1SUBDIRS = icons
2
[3]3AM_CPPFLAGS = -I$(top_srcdir)
4LDADD = $(top_builddir)/lemon/libemon.la
[1]5
[61]6
[71]7bin_PROGRAMS = glemon
[1]8
[71]9glemon_SOURCES = \
[1]10        all_include.h \
11        graph_displayer_canvas.cc \
[27]12        graph_displayer_canvas-edge.cc \
[28]13        graph_displayer_canvas-node.cc \
[27]14        graph_displayer_canvas-event.cc \
15        graph_displayer_canvas-zoom.cc \
[1]16        graph_displayer_canvas.h \
17        graph-displayer.cc \
[89]18        gdc-broken_edge.cc \
[1]19        main_win.cc \
20        main_win.h \
21        mapstorage.cc \
22        mapstorage.h \
23        map_win.cc \
[9]24        map_win.h \
[89]25        mw-mapselector.cc \
[41]26        new_map_win.cc \
[53]27        new_map_win.h \
[73]28        xymap.h \
[89]29        icons/guipixbufs.h
[81]30
[1]31
[71]32glemon_CXXFLAGS = $(GTK_CFLAGS)
33glemon_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.