gstreamer/source/Makefile.am

17 lines
508 B
Makefile
Raw Normal View History

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