From 179fa413b047bede6e32109e2ce82437c5fb8d34 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 16 Jan 2006 02:36:01 +0000 Subject: moving trunk for module inkscape (bzr r1) --- src/helper/Makefile_insert | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/helper/Makefile_insert (limited to 'src/helper/Makefile_insert') diff --git a/src/helper/Makefile_insert b/src/helper/Makefile_insert new file mode 100644 index 000000000..9f061c090 --- /dev/null +++ b/src/helper/Makefile_insert @@ -0,0 +1,51 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +# +# Miscellaneous unsystematized and temporary helper utilities +# +# libspchelp - canvas utilities, specific canvas items +# + +helper/all: helper/libspchelp.a + +helper/clean: + rm -f helper/libspchelp.a $(helper_libspchelp_a_OBJECTS) + +helper/unit-menu.$(OBJEXT): helper/sp-marshal.h + +helper_libspchelp_a_SOURCES = \ + helper/action.cpp \ + helper/action.h \ + helper/gnome-utils.cpp \ + helper/gnome-utils.h \ + helper/helper-forward.h \ + helper/png-write.cpp \ + helper/png-write.h \ + helper/sp-marshal.cpp \ + helper/sp-marshal.h \ + helper/stlport.h \ + helper/unit-menu.cpp \ + helper/unit-menu.h \ + helper/units.cpp \ + helper/units.h \ + helper/window.cpp \ + helper/window.h \ + helper/stock-items.cpp \ + helper/stock-items.h + + +# TODO: Check that the generated sp-marshal.h is the same as before. +helper/sp-marshal.h: helper/sp-marshal.list + glib-genmarshal --prefix=sp_marshal --header $(srcdir)/helper/sp-marshal.list > helper/tmp.$$$$ \ + && mv helper/tmp.$$$$ helper/sp-marshal.h + +helper/sp-marshal.cpp: helper/sp-marshal.list helper/sp-marshal.h + ( echo '#include "helper/sp-marshal.h"' && \ + glib-genmarshal --prefix=sp_marshal --body $(srcdir)/helper/sp-marshal.list ) \ + > helper/tmp.$$$$ \ + && mv helper/tmp.$$$$ helper/sp-marshal.cpp + +helper/sp-marshal.cpp helper/sp-marshal.h: Makefile + +helper_units_test_SOURCES = helper/units-test.cpp +helper_units_test_LDADD = helper/libspchelp.a -lglib-2.0 -- cgit v1.2.3