COIN-OR::LEMON - Graph Library

source: glemon-0.x/Makefile.am @ 96:e664d8aa3f72

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

Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).

File size: 649 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 \
[96]11        gdc-broken_edge.cc \
[1]12        graph_displayer_canvas.cc \
[96]13        graph_displayer_canvas.h \
[27]14        graph_displayer_canvas-edge.cc \
[96]15        graph_displayer_canvas-event.cc \
[28]16        graph_displayer_canvas-node.cc \
[27]17        graph_displayer_canvas-zoom.cc \
[1]18        graph-displayer.cc \
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 \
[96]26        nbtab.h \
27        nbtab.cc \
[41]28        new_map_win.cc \
[53]29        new_map_win.h \
[73]30        xymap.h \
[89]31        icons/guipixbufs.h
[81]32
[1]33
[71]34glemon_CXXFLAGS = $(GTK_CFLAGS)
35glemon_LDFLAGS = $(GTK_LIBS)
Note: See TracBrowser for help on using the repository browser.