hegyi@1: AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\" hegyi@1: ladanyi@5: ACLOCAL_AMFLAGS = -I m4 ladanyi@5: hegyi@1: SUBDIRS = po m4 hegyi@1: hegyi@1: bin_PROGRAMS = glemon hegyi@1: BUILT_SOURCES = guipixbufs.h hegyi@1: CLEANFILES = guipixbufs.h hegyi@1: hegyi@1: glemon_SOURCES = \ hegyi@1: all_include.h \ hegyi@1: algobox.cc \ hegyi@1: algobox.h \ hegyi@1: algowin.cc \ hegyi@1: algowin.h \ hegyi@1: gdc-broken_edge.cc \ hegyi@1: graph_displayer_canvas.cc \ hegyi@1: graph_displayer_canvas.h \ hegyi@1: graph_displayer_canvas-edge.cc \ hegyi@1: graph_displayer_canvas-event.cc \ hegyi@1: graph_displayer_canvas-node.cc \ hegyi@1: graph_displayer_canvas-zoom.cc \ hegyi@1: graph-displayer.cc \ hegyi@1: kruskalbox.cc \ hegyi@1: kruskalbox.h \ hegyi@1: main_win.cc \ hegyi@1: main_win.h \ hegyi@1: mapstorage.cc \ hegyi@1: mapstorage.h \ hegyi@1: map_win.cc \ hegyi@1: map_win.h \ hegyi@1: mapselector.cc \ hegyi@1: mapselector.h \ hegyi@1: nbtab.h \ hegyi@1: nbtab.cc \ hegyi@1: new_map_win.cc \ hegyi@1: new_map_win.h \ hegyi@1: xymap.h \ hegyi@1: gui_reader.h \ hegyi@1: gui_reader.cc \ hegyi@1: gui_writer.h \ hegyi@1: gui_writer.cc \ hegyi@1: xml.h \ hegyi@1: guipixbufs.h \ hegyi@1: i18n.h \ hegyi@1: gettext.h \ hegyi@1: design_win.h \ hegyi@1: design_win.cc \ hegyi@1: dijkstrabox.h \ hegyi@1: dijkstrabox.cc \ hegyi@1: file_import_dialog.h \ hegyi@1: file_import_dialog.cc \ hegyi@1: map_value.h \ hegyi@1: map_value.cc \ hegyi@1: map_value_map.h \ hegyi@1: map_value_map.cc \ hegyi@1: save_details_widget.h \ hegyi@1: save_details_widget.cc \ hegyi@1: save_details_dialog.h \ hegyi@1: save_details_dialog.cc \ hegyi@1: io_helper.h \ hegyi@1: io_helper.cc \ hegyi@1: background_chooser_dialog.h \ hegyi@1: background_chooser_dialog.cc \ hegyi@1: eps_win.h \ hegyi@1: eps_win.cc hegyi@1: hegyi@1: glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS) hegyi@1: # glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS) hegyi@1: glemon_LDADD = $(GTK_LIBS) $(LEMON_LIBS) $(LIBINTL) hegyi@1: hegyi@1: IMAGES = \ hegyi@1: icons/addlink.png \ hegyi@1: icons/addnode.png \ hegyi@1: icons/delete.png \ hegyi@1: icons/editlink.png \ hegyi@1: icons/editnode.png \ hegyi@1: icons/move.png \ hegyi@1: icons/newmap.png \ hegyi@1: icons/eps.png hegyi@1: hegyi@1: VARIABLES = \ hegyi@1: gui_icons_addlink $(srcdir)/icons/addlink.png \ hegyi@1: gui_icons_addnode $(srcdir)/icons/addnode.png \ hegyi@1: gui_icons_delete $(srcdir)/icons/delete.png \ hegyi@1: gui_icons_editlink $(srcdir)/icons/editlink.png \ hegyi@1: gui_icons_editnode $(srcdir)/icons/editnode.png \ hegyi@1: gui_icons_move $(srcdir)/icons/move.png \ hegyi@1: gui_icons_newmap $(srcdir)/icons/newmap.png \ hegyi@1: gui_icons_eps $(srcdir)/icons/eps.png hegyi@1: hegyi@1: guipixbufs.h: $(IMAGES) hegyi@1: gdk-pixbuf-csource \ hegyi@1: --raw --build-list $(VARIABLES) > guipixbufs.h || \ hegyi@1: ( rm -f guipixbufs.h && false ) hegyi@1: hegyi@1: EXTRA_DIST = \ hegyi@1: $(IMAGES) \ hegyi@1: guipixbufs.h \ hegyi@1: glemon.spec \ hegyi@1: AUTHORS \ hegyi@1: COPYING \ hegyi@1: LICENSE \ hegyi@1: NEWS \ hegyi@1: README \ ladanyi@5: ABOUT-NLS \ ladanyi@5: build-aux/config.rpath hegyi@1: hegyi@1: MRPROPERFILES = \ hegyi@1: Makefile.in \ hegyi@1: configure \ hegyi@1: config.h.in \ hegyi@1: aclocal.m4 \ hegyi@1: ABOUT-NLS \ hegyi@1: m4/Makefile.in \ hegyi@1: m4/lib-link.m4 \ hegyi@1: m4/printf-posix.m4 \ hegyi@1: m4/uintmax_t.m4 \ hegyi@1: m4/signed.m4 \ hegyi@1: m4/iconv.m4 \ hegyi@1: m4/inttypes.m4 \ hegyi@1: m4/longlong.m4 \ hegyi@1: m4/glibc21.m4 \ hegyi@1: m4/inttypes_h.m4 \ hegyi@1: m4/codeset.m4 \ hegyi@1: m4/longdouble.m4 \ hegyi@1: m4/nls.m4 \ hegyi@1: m4/intmax.m4 \ hegyi@1: m4/lib-prefix.m4 \ hegyi@1: m4/glibc2.m4 \ hegyi@1: m4/xsize.m4 \ hegyi@1: m4/lcmessage.m4 \ hegyi@1: m4/lib-ld.m4 \ hegyi@1: m4/ulonglong.m4 \ hegyi@1: m4/wint_t.m4 \ hegyi@1: m4/progtest.m4 \ hegyi@1: m4/inttypes-pri.m4 \ hegyi@1: m4/stdint_h.m4 \ hegyi@1: m4/intdiv0.m4 \ hegyi@1: m4/isc-posix.m4 \ hegyi@1: m4/po.m4 \ hegyi@1: m4/size_max.m4 \ hegyi@1: m4/gettext.m4 \ hegyi@1: m4/wchar_t.m4 \ hegyi@1: po/Rules-quot \ hegyi@1: po/en@quot.header \ hegyi@1: po/insert-header.sin \ hegyi@1: po/quot.sed \ hegyi@1: po/en@boldquot.header \ hegyi@1: po/boldquot.sed \ hegyi@1: po/Makevars.template \ hegyi@1: po/remove-potcdate.sin \ hegyi@1: po/Makefile.in.in \ hegyi@1: build-aux/mkinstalldirs \ hegyi@1: build-aux/config.rpath \ hegyi@1: build-aux/depcomp \ hegyi@1: build-aux/missing \ hegyi@1: build-aux/config.guess \ hegyi@1: build-aux/config.sub \ hegyi@1: build-aux/install-sh hegyi@1: hegyi@1: mrproper: hegyi@1: $(MAKE) $(AM_MAKEFLAGS) maintainer-clean hegyi@1: -rm -f $(MRPROPERFILES) hegyi@1: hegyi@1: rpm: dist hegyi@1: rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz hegyi@1: hegyi@1: .PHONY: mrproper