Makefile_insert revision d1bde559850436556ebee2e70e10f1cfc8aff636
4632N/A## Makefile.am fragment sourced by src/Makefile.am.
4632N/A
4632N/Ahelper/unit-menu.$(OBJEXT): helper/sp-marshal.h
4632N/A
4632N/Aink_common_sources += \
4632N/A helper/action.cpp \
4632N/A helper/action.h \
4632N/A helper/geom.cpp \
4632N/A helper/geom.h \
4632N/A helper/geom-curves.h \
4632N/A helper/geom-nodetype.cpp \
4632N/A helper/geom-nodetype.h \
4632N/A helper/gnome-utils.cpp \
4632N/A helper/gnome-utils.h \
4632N/A helper/helper-forward.h \
4632N/A helper/png-write.cpp \
4632N/A helper/png-write.h \
4632N/A helper/recthull.h \
4632N/A helper/sp-marshal.cpp \
4632N/A helper/sp-marshal.h \
4632N/A helper/unit-menu.cpp \
4632N/A helper/unit-menu.h \
4632N/A helper/unit-tracker.cpp \
4632N/A helper/unit-tracker.h \
4632N/A helper/units.cpp \
4632N/A helper/units.h \
4632N/A helper/window.cpp \
4632N/A helper/window.h \
4632N/A helper/stock-items.cpp \
4632N/A helper/stock-items.h
4632N/A
4632N/A# cmp exits with status 0 when there are no differences. "if" executes the commands
4632N/A# after "then" when the exit status of the if command is 0 (this is crazy).
4632N/Ahelper/sp-marshal.h: helper/sp-marshal.list
4632N/A glib-genmarshal --prefix=sp_marshal --header $(srcdir)/helper/sp-marshal.list > helper/tmp.sp-marshal.h
4632N/A if cmp -s helper/sp-marshal.h helper/tmp.sp-marshal.h; \
4632N/A then rm helper/tmp.sp-marshal.h; \
4632N/A else mv helper/tmp.sp-marshal.h helper/sp-marshal.h; fi
4632N/A
4632N/Ahelper/sp-marshal.cpp: helper/sp-marshal.list helper/sp-marshal.h
4632N/A ( echo '#include "helper/sp-marshal.h"' && \
4632N/A glib-genmarshal --prefix=sp_marshal --body $(srcdir)/helper/sp-marshal.list ) \
4632N/A > helper/tmp.sp-marshal.cpp; \
4632N/A if cmp -s helper/sp-marshal.cpp helper/tmp.sp-marshal.cpp; \
4632N/A then rm helper/tmp.sp-marshal.cpp; \
4632N/A else mv helper/tmp.sp-marshal.cpp helper/sp-marshal.cpp; fi
4632N/A
4632N/Ahelper/sp-marshal.cpp helper/sp-marshal.h: helper/sp-marshal.list
4632N/A
4632N/A# ######################
4632N/A# ### CxxTest stuff ####
4632N/A# ######################
4632N/ACXXTEST_TESTSUITES += \
4632N/A $(srcdir)/helper/units-test.h
4632N/A