mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
16 lines
507 B
Makefile
16 lines
507 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
api:
|
|
$(GAPI_PARSER) gstreamer-sharp-source.xml
|
|
grep -v "public const string " \
|
|
$(top_srcdir)/gstreamer-sharp/Tag.custom \
|
|
> $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp
|
|
mv $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp \
|
|
$(top_srcdir)/gstreamer-sharp/Tag.custom
|
|
$(MONO) $(top_builddir)/parser/gst-generate-tags.exe \
|
|
--header=../../gstreamer/gst/gsttaglist.h \
|
|
--namespace=Gst \
|
|
--class=Tags \
|
|
--only-body \
|
|
> $(top_srcdir)/gstreamer-sharp/Tag.custom
|
|
|