remove glib_root add hack rule for .Plo files
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 3 Feb 2004 20:20:07 +0000 (20:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 3 Feb 2004 20:20:07 +0000 (20:20 +0000)
Original commit message from CVS:
remove glib_root
add hack rule for .Plo files

glib-gen.mak

index 8394920..1de0cd5 100644 (file)
@@ -4,7 +4,6 @@
 #glib_enum_headers=$(colorbalance_headers)
 #glib_enum_define=GST_COLOR_BALANCE
 #glib_enum_prefix=gst_color_balance
-#glib_root=colorbalance
 
 # these are all the rules generating the relevant files
 %-marshal.h: %-marshal.list
        --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
        --vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
        $^ > $@
+
+# a hack rule to make sure .Plo files exist because they get include'd
+# from Makefile's
+.deps/%-marshal.Plo:
+       touch $@
+
+.deps/%-enumtypes.Plo:
+       touch $@