aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
diff options
context:
space:
mode:
authornobody <nobody@localhost>2005-02-04 12:50:50 +0800
committernobody <nobody@localhost>2005-02-04 12:50:50 +0800
commit149acf37ca7ad28ee42e9d00afb6df4e23c98113 (patch)
tree38981335bcf538742a3be591b0ab85cf16bd6bd0 /marshal.mk
parentab13d05f6e1b47523f2fed817c1963f289cee2d0 (diff)
downloadgsoc2013-evolution-GAL_2_3_4.tar.gz
gsoc2013-evolution-GAL_2_3_4.tar.zst
gsoc2013-evolution-GAL_2_3_4.zip
This commit was manufactured by cvs2svn to create tag 'GAL_2_3_4'.GAL_2_3_4
svn path=/tags/GAL_2_3_4/; revision=28703
Diffstat (limited to 'marshal.mk')
-rw-r--r--marshal.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/marshal.mk b/marshal.mk
deleted file mode 100644
index 91fac93ff3..0000000000
--- a/marshal.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-%.h: %.list
- ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$< --header > $@.tmp \
- && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
-
-%.c: %.list %.h
- ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \
- && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )