Makefile.am
author hegyi
Thu, 16 Jun 2005 18:58:15 +0000
branchgui
changeset 20 a3bd39d50930
parent 9 0bb1675306cb
child 27 e2c86ae158cf
permissions -rw-r--r--
First of all: revision 1981 is mine, what is important me because I was born in 1981. But what is new in my revision? If you drag nodes with left button, edge-breakpoints do not change location. If you drag nodes by right button, they do, they take up their base situation at the halfpoint of the edge.
     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.h \
    10 	graph-displayer.cc \
    11 	main_win.cc \
    12 	main_win.h \
    13 	mapstorage.cc \
    14 	mapstorage.h \
    15 	map_win.cc \
    16 	map_win.h \
    17 	edit_win.cc \
    18 	edit_win.h \
    19 	broken_edge.cc \
    20 	broken_edge.h
    21 
    22 
    23 gd_CXXFLAGS = $(GTK_CFLAGS)
    24 gd_LDFLAGS = $(GTK_LIBS)