mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
another try
Original commit message from CVS: another try
This commit is contained in:
parent
c3d74c545b
commit
d434acf0c2
1 changed files with 5 additions and 5 deletions
|
@ -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) \
|
||||
--load-types $(srcdir)/arg-types.py \
|
||||
--register $(srcdir)/gst-types.defs \
|
||||
--override $(srcdir)/gst.override \
|
||||
--prefix pygst $(srcdir)/gst.defs > gen-gst.c \
|
||||
&& rm -fr gst.c \
|
||||
&& echo '/* GENERATED FILE - DO NOT EDIT */' >> gst.c \
|
||||
&& cat gen-gst.c >> gst.c \
|
||||
&& rm -f gen-gst.c
|
||||
--prefix pygst $(srcdir)/gst.defs > $(srcdir)/gen-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
|
||||
|
|
Loading…
Reference in a new issue