aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-23 12:32:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-23 12:32:34 +0800
commitfc1a6b4088eebe2d9e6d923e73f4706062c06094 (patch)
treeb368c4476c8489862ebafc858be6afacb9eb9580 /marshal.mk
parent535f3ef13637c2edc0462d9c38bcb518d1bd8bcb (diff)
downloadgsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.gz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.bz2
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.lz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.xz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.zst
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.zip
Remove EVO_MARSHAL_RULE.
Use glib-gen.mak instead.
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 5da83b80ec..0000000000
--- a/marshal.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-%.h: %.list
- ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --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 )