source:
lemon-0.x/gui/Makefile.am
@
1829:183b4cbf9733
| Last change on this file since 1829:183b4cbf9733 was 1819:fd82adfbe905, checked in by , 20 years ago | |
|---|---|
| File size: 626 bytes | |
| Rev | Line | |
|---|---|---|
| [1659] | 1 | SUBDIRS = icons |
| 2 | ||
| [1435] | 3 | AM_CPPFLAGS = -I$(top_srcdir) |
| 4 | LDADD = $(top_builddir)/lemon/libemon.la | |
| [1412] | 5 | |
| [1635] | 6 | |
| [1653] | 7 | bin_PROGRAMS = glemon |
| [1412] | 8 | |
| [1653] | 9 | glemon_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 \ | |
| [1819] | 18 | gdc-broken_edge.cc \ |
| [1412] | 19 | main_win.cc \ |
| 20 | main_win.h \ | |
| 21 | mapstorage.cc \ | |
| 22 | mapstorage.h \ | |
| 23 | map_win.cc \ | |
| [1468] | 24 | map_win.h \ |
| [1819] | 25 | mw-mapselector.cc \ |
| [1592] | 26 | new_map_win.cc \ |
| [1606] | 27 | new_map_win.h \ |
| [1656] | 28 | xymap.h \ |
| [1819] | 29 | icons/guipixbufs.h |
| [1731] | 30 | |
| [1412] | 31 | |
| [1653] | 32 | glemon_CXXFLAGS = $(GTK_CFLAGS) |
| 33 | glemon_LDFLAGS = $(GTK_LIBS) |
Note: See TracBrowser
for help on using the repository browser.

