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
|
Line | |
---|
1 | SUBDIRS = icons |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
4 | LDADD = $(top_builddir)/lemon/libemon.la |
---|
5 | |
---|
6 | |
---|
7 | bin_PROGRAMS = glemon |
---|
8 | |
---|
9 | glemon_SOURCES = \ |
---|
10 | all_include.h \ |
---|
11 | gdc-broken_edge.cc \ |
---|
12 | graph_displayer_canvas.cc \ |
---|
13 | graph_displayer_canvas.h \ |
---|
14 | graph_displayer_canvas-edge.cc \ |
---|
15 | graph_displayer_canvas-event.cc \ |
---|
16 | graph_displayer_canvas-node.cc \ |
---|
17 | graph_displayer_canvas-zoom.cc \ |
---|
18 | graph-displayer.cc \ |
---|
19 | main_win.cc \ |
---|
20 | main_win.h \ |
---|
21 | mapstorage.cc \ |
---|
22 | mapstorage.h \ |
---|
23 | map_win.cc \ |
---|
24 | map_win.h \ |
---|
25 | mw-mapselector.cc \ |
---|
26 | nbtab.h \ |
---|
27 | nbtab.cc \ |
---|
28 | new_map_win.cc \ |
---|
29 | new_map_win.h \ |
---|
30 | xymap.h \ |
---|
31 | icons/guipixbufs.h |
---|
32 | |
---|
33 | |
---|
34 | glemon_CXXFLAGS = $(GTK_CFLAGS) |
---|
35 | glemon_LDFLAGS = $(GTK_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.