2009-08-14 07:01:34 +00:00
|
|
|
SUBDIRS = source parser generator elementgen gstreamer-sharp doc tests samples
|
2006-05-19 19:24:35 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = gstreamer-sharp-0.10.pc
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
gstreamer-sharp-0.10.pc.in \
|
|
|
|
gstreamer-sharp.snk
|
|
|
|
|
|
|
|
DISTCLEANFILES = gstreamer-sharp-0.10.pc
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
compile \
|
|
|
|
INSTALL \
|
|
|
|
config.h.in \
|
|
|
|
aclocal.m4 \
|
|
|
|
ltmain.sh \
|
|
|
|
Makefile.in \
|
|
|
|
depcomp \
|
|
|
|
missing \
|
|
|
|
install-sh \
|
|
|
|
configure \
|
|
|
|
config.sub \
|
|
|
|
config.guess \
|
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
|
|
|
mkinstalldirs
|
|
|
|
|
2009-09-03 06:36:38 +00:00
|
|
|
check: all
|
|
|
|
$(MAKE) -C tests run-test
|