third time...

Original commit message from CVS:
third time...
This commit is contained in:
Johan Dahlin 2004-03-08 18:49:21 +00:00
parent d434acf0c2
commit bc79e3988d

View file

@ -27,12 +27,12 @@ CLEANFILES = gst.c
EXTRA_DIST = gst.defs gst-types.defs $(GST_OVERRIDES) arg-types.py
gst.c: $(srcdir)/gst.defs $(srcdir)/arg-types.py $(GST_OVERRIDES)
&& rm -f $(srcdir)/gst.c \
$(PYGTK_CODEGEN) \
rm -f $(srcdir)/gst.c \
&& $(PYGTK_CODEGEN) \
--load-types $(srcdir)/arg-types.py \
--register $(srcdir)/gst-types.defs \
--override $(srcdir)/gst.override \
--prefix pygst $(srcdir)/gst.defs > $(srcdir)/gen-gst.c \
&& echo '/* GENERATED FILE - DO NOT EDIT */' >> $(srcdir)/gst.c \
&& echo '/* GENERATED FILE - DO NOT EDIT */' >> $(srcdir)/gst.c \
&& cat $(srcdir)/gen-gst.c >> $(srcdir)/gst.c \
&& rm -f $(srcdir)/gen-gst.c