Makefile.am
author hegyi
Thu, 23 Jun 2005 17:56:24 +0000
branchgui
changeset 26 b0c76a4d5801
parent 9 0bb1675306cb
child 27 e2c86ae158cf
permissions -rw-r--r--
A bug, explored by Alpar is corrected, but with value-checking, and not with correct values. (There is some problem with map values of new items! Maybe refreshemnt is the responsible thing?)
ladanyi@3
     1
AM_CPPFLAGS = -I$(top_srcdir)
ladanyi@3
     2
LDADD = $(top_builddir)/lemon/libemon.la
ladanyi@1
     3
ladanyi@1
     4
bin_PROGRAMS = gd
ladanyi@1
     5
ladanyi@1
     6
gd_SOURCES = \
ladanyi@1
     7
	all_include.h \
ladanyi@1
     8
	graph_displayer_canvas.cc \
ladanyi@1
     9
	graph_displayer_canvas.h \
ladanyi@1
    10
	graph-displayer.cc \
ladanyi@1
    11
	main_win.cc \
ladanyi@1
    12
	main_win.h \
ladanyi@1
    13
	mapstorage.cc \
ladanyi@1
    14
	mapstorage.h \
ladanyi@1
    15
	map_win.cc \
hegyi@9
    16
	map_win.h \
hegyi@9
    17
	edit_win.cc \
hegyi@17
    18
	edit_win.h \
hegyi@17
    19
	broken_edge.cc \
hegyi@17
    20
	broken_edge.h
hegyi@17
    21
ladanyi@1
    22
ladanyi@1
    23
gd_CXXFLAGS = $(GTK_CFLAGS)
ladanyi@1
    24
gd_LDFLAGS = $(GTK_LIBS)