2006-05-19 19:24:35 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
api:
|
|
|
|
$(GAPI_PARSER) gstreamer-sharp-source.xml
|
2009-04-21 12:31:29 +00:00
|
|
|
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
|
2009-04-17 14:41:00 +00:00
|
|
|
$(MONO) $(top_builddir)/parser/gst-generate-tags.exe \
|
|
|
|
--header=../../gstreamer/gst/gsttaglist.h \
|
|
|
|
--namespace=Gst \
|
|
|
|
--class=Tags \
|
2009-04-18 14:43:15 +00:00
|
|
|
--only-body \
|
2009-04-24 12:56:40 +00:00
|
|
|
>> $(top_srcdir)/gstreamer-sharp/Tag.custom
|
2006-05-19 19:24:35 +00:00
|
|
|
|