win32: remove .def file with exports
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 if BUILD_EXAMPLES
4 SUBDIRS_EXAMPLES = examples
5 else
6 SUBDIRS_EXAMPLES =
7 endif
8
9 SUBDIRS =               \
10         gst \
11         common \
12         pkgconfig \
13         docs \
14         $(SUBDIRS_EXAMPLES) \
15         tests
16
17 DIST_SUBDIRS = gst common pkgconfig docs examples tests
18
19 EXTRA_DIST = \
20         ChangeLog autogen.sh depcomp \
21         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
22         docs/design/gst-rtp-server-design \
23         gst-rtsp-server.doap \
24         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
25         meson_options.txt
26
27 ACLOCAL_AMFLAGS = -I m4 -I common/m4
28
29 DISTCLEANFILES = _stdint.h
30
31 include $(top_srcdir)/common/release.mak
32 include $(top_srcdir)/common/po.mak
33
34 include $(top_srcdir)/common/coverage/lcov.mak
35
36 check-valgrind:
37         $(MAKE) -C tests/check check-valgrind
38
39 if HAVE_CHECK
40 check-torture:
41         $(MAKE) -C tests/check torture
42 build-checks:
43         $(MAKE) -C tests/check  build-checks
44 else
45 check-torture:
46         true
47 build-checks:
48         true
49 endif
50
51 # cruft: plugins that have been merged or moved or renamed
52 CRUFT_FILES = \
53         $(top_builddir)/gst-rtsp.spec \
54         $(top_builddir)/common/shave \
55         $(top_builddir)/common/shave-libtool \
56         $(top_builddir)/common/m4/codeset.m4 \
57         $(top_builddir)/common/m4/gettext.m4 \
58         $(top_builddir)/common/m4/glibc2.m4 \
59         $(top_builddir)/common/m4/glibc21.m4 \
60         $(top_builddir)/common/m4/iconv.m4 \
61         $(top_builddir)/common/m4/intdiv0.m4 \
62         $(top_builddir)/common/m4/intl.m4 \
63         $(top_builddir)/common/m4/intldir.m4 \
64         $(top_builddir)/common/m4/intlmacosx.m4 \
65         $(top_builddir)/common/m4/intmax.m4 \
66         $(top_builddir)/common/m4/inttypes-pri.m4 \
67         $(top_builddir)/common/m4/inttypes_h.m4 \
68         $(top_builddir)/common/m4/lcmessage.m4 \
69         $(top_builddir)/common/m4/lib-ld.m4 \
70         $(top_builddir)/common/m4/lib-link.m4 \
71         $(top_builddir)/common/m4/lib-prefix.m4 \
72         $(top_builddir)/common/m4/libtool.m4 \
73         $(top_builddir)/common/m4/lock.m4 \
74         $(top_builddir)/common/m4/longlong.m4 \
75         $(top_builddir)/common/m4/ltoptions.m4 \
76         $(top_builddir)/common/m4/ltsugar.m4 \
77         $(top_builddir)/common/m4/ltversion.m4 \
78         $(top_builddir)/common/m4/lt~obsolete.m4 \
79         $(top_builddir)/common/m4/nls.m4 \
80         $(top_builddir)/common/m4/po.m4 \
81         $(top_builddir)/common/m4/printf-posix.m4 \
82         $(top_builddir)/common/m4/progtest.m4 \
83         $(top_builddir)/common/m4/size_max.m4 \
84         $(top_builddir)/common/m4/stdint_h.m4 \
85         $(top_builddir)/common/m4/uintmax_t.m4 \
86         $(top_builddir)/common/m4/visibility.m4 \
87         $(top_builddir)/common/m4/wchar_t.m4 \
88         $(top_builddir)/common/m4/wint_t.m4 \
89         $(top_builddir)/common/m4/xsize.m4
90
91 include $(top_srcdir)/common/cruft.mak
92
93 all-local: check-cruft