gui/Makefile.am
author hegyi
Thu, 16 Jun 2005 18:58:15 +0000
changeset 1500 a222eb109e52
parent 1468 d0ccb2fdeeff
child 1510 cde847387b5a
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.
ladanyi@1435
     1
AM_CPPFLAGS = -I$(top_srcdir)
ladanyi@1435
     2
LDADD = $(top_builddir)/lemon/libemon.la
ladanyi@1412
     3
ladanyi@1412
     4
bin_PROGRAMS = gd
ladanyi@1412
     5
ladanyi@1412
     6
gd_SOURCES = \
ladanyi@1412
     7
	all_include.h \
ladanyi@1412
     8
	graph_displayer_canvas.cc \
ladanyi@1412
     9
	graph_displayer_canvas.h \
ladanyi@1412
    10
	graph-displayer.cc \
ladanyi@1412
    11
	main_win.cc \
ladanyi@1412
    12
	main_win.h \
ladanyi@1412
    13
	mapstorage.cc \
ladanyi@1412
    14
	mapstorage.h \
ladanyi@1412
    15
	map_win.cc \
hegyi@1468
    16
	map_win.h \
hegyi@1468
    17
	edit_win.cc \
hegyi@1497
    18
	edit_win.h \
hegyi@1497
    19
	broken_edge.cc \
hegyi@1497
    20
	broken_edge.h
hegyi@1497
    21
ladanyi@1412
    22
ladanyi@1412
    23
gd_CXXFLAGS = $(GTK_CFLAGS)
ladanyi@1412
    24
gd_LDFLAGS = $(GTK_LIBS)