2014-08-06 23:02:01 +00:00
|
|
|
PROJECTFILES = gstreamer-sharp.sln gstreamer-sharp.csproj
|
|
|
|
|
2014-08-01 13:07:22 +00:00
|
|
|
SUBDIRS = sources sources/glue samples doc
|
2013-06-17 14:23:54 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2013-07-19 14:28:29 +00:00
|
|
|
pkgconfig_DATA = gstreamer-sharp-1.0.pc
|
2013-06-17 14:23:54 +00:00
|
|
|
|
2014-08-06 23:02:01 +00:00
|
|
|
EXTRA_DIST = gstreamer-sharp-1.0.pc.in out/gstreamer-sharp.dll.config gstreamer-sharp.snk $(PROJECTFILES)
|
2013-07-19 14:28:29 +00:00
|
|
|
DISTCLEANFILES = gstreamer-sharp-1.0.pc
|
2013-06-17 14:23:54 +00:00
|
|
|
|
2014-08-06 21:21:40 +00:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
compile \
|
|
|
|
INSTALL \
|
|
|
|
aclocal.m4 \
|
|
|
|
ltmain.sh \
|
|
|
|
Makefile.in \
|
|
|
|
depcomp \
|
|
|
|
missing \
|
|
|
|
install-sh \
|
|
|
|
configure \
|
|
|
|
config.sub \
|
|
|
|
config.guess
|
|
|
|
|
2013-10-27 20:39:33 +00:00
|
|
|
regenerate:
|
2014-09-19 16:37:36 +00:00
|
|
|
bindinate --name=gstreamer --regenerate=true --merge-with=GstApp-1.0,GstAudio-1.0,GstBase-1.0,GstController-1.0,GstFft-1.0,GstNet-1.0,GstPbutils-1.0,GstRiff-1.0,GstRtp-1.0,GstRtsp-1.0,GstSdp-1.0,GstTag-1.0,GstVideo-1.0 --gir=Gst-1.0
|