Makefile.am
author hegyi
Thu, 20 Oct 2005 15:50:23 +0000
branchgui
changeset 81 5ad61c33487c
parent 76 76f4f2ae0e7d
child 89 4042761b21e3
permissions -rw-r--r--
Mapselector widget reached its first release, but there are still work to do on it, I know...
     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 	graph_displayer_canvas.cc \
    12 	graph_displayer_canvas-edge.cc \
    13 	graph_displayer_canvas-node.cc \
    14 	graph_displayer_canvas-event.cc \
    15 	graph_displayer_canvas-zoom.cc \
    16 	graph_displayer_canvas.h \
    17 	graph-displayer.cc \
    18 	main_win.cc \
    19 	main_win.h \
    20 	mapstorage.cc \
    21 	mapstorage.h \
    22 	map_win.cc \
    23 	map_win.h \
    24 	broken_edge.cc \
    25 	broken_edge.h \
    26 	new_map_win.cc \
    27 	new_map_win.h \
    28 	xymap.h \
    29 	icons/guipixbufs.h\
    30 	mapselector.h\
    31 	mapselector.cc
    32 
    33 
    34 glemon_CXXFLAGS = $(GTK_CFLAGS)
    35 glemon_LDFLAGS = $(GTK_LIBS)