Makefile.am
author hegyi
Wed, 29 Jun 2005 19:44:30 +0000
branchgui
changeset 31 66e85f44a66f
parent 27 e2c86ae158cf
child 41 06f1f9a8d51f
permissions -rw-r--r--
Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
     1 AM_CPPFLAGS = -I$(top_srcdir)
     2 LDADD = $(top_builddir)/lemon/libemon.la
     3 
     4 bin_PROGRAMS = gd
     5 
     6 gd_SOURCES = \
     7 	all_include.h \
     8 	graph_displayer_canvas.cc \
     9 	graph_displayer_canvas-edge.cc \
    10 	graph_displayer_canvas-node.cc \
    11 	graph_displayer_canvas-event.cc \
    12 	graph_displayer_canvas-zoom.cc \
    13 	graph_displayer_canvas.h \
    14 	graph-displayer.cc \
    15 	main_win.cc \
    16 	main_win.h \
    17 	mapstorage.cc \
    18 	mapstorage.h \
    19 	map_win.cc \
    20 	map_win.h \
    21 	edit_win.cc \
    22 	edit_win.h \
    23 	broken_edge.cc \
    24 	broken_edge.h
    25 
    26 
    27 gd_CXXFLAGS = $(GTK_CFLAGS)
    28 gd_LDFLAGS = $(GTK_LIBS)