Fix the weird build issue by disabling video4linux
[profile/ivi/gst-plugins-base.git] / pkgconfig / Makefile.am
1 ### all of the standard pc files we need to generate
2 pcverfiles =  \
3         gstreamer-audio-@GST_MAJORMINOR@.pc \
4         gstreamer-app-@GST_MAJORMINOR@.pc \
5         gstreamer-cdda-@GST_MAJORMINOR@.pc \
6         gstreamer-fft-@GST_MAJORMINOR@.pc \
7         gstreamer-floatcast-@GST_MAJORMINOR@.pc \
8         gstreamer-interfaces-@GST_MAJORMINOR@.pc \
9         gstreamer-netbuffer-@GST_MAJORMINOR@.pc \
10         gstreamer-pbutils-@GST_MAJORMINOR@.pc \
11     gstreamer-policy-@GST_MAJORMINOR@.pc \
12         gstreamer-riff-@GST_MAJORMINOR@.pc \
13         gstreamer-rtp-@GST_MAJORMINOR@.pc \
14         gstreamer-rtsp-@GST_MAJORMINOR@.pc \
15         gstreamer-sdp-@GST_MAJORMINOR@.pc \
16         gstreamer-tag-@GST_MAJORMINOR@.pc \
17         gstreamer-video-@GST_MAJORMINOR@.pc \
18         gstreamer-plugins-base-@GST_MAJORMINOR@.pc
19 pcverfiles_uninstalled = \
20         gstreamer-audio-@GST_MAJORMINOR@-uninstalled.pc \
21         gstreamer-app-@GST_MAJORMINOR@-uninstalled.pc \
22         gstreamer-cdda-@GST_MAJORMINOR@-uninstalled.pc \
23         gstreamer-fft-@GST_MAJORMINOR@-uninstalled.pc \
24         gstreamer-floatcast-@GST_MAJORMINOR@-uninstalled.pc \
25         gstreamer-interfaces-@GST_MAJORMINOR@-uninstalled.pc \
26         gstreamer-netbuffer-@GST_MAJORMINOR@-uninstalled.pc \
27         gstreamer-pbutils-@GST_MAJORMINOR@-uninstalled.pc \
28     gstreamer-policy-@GST_MAJORMINOR@-uninstalled.pc \
29         gstreamer-riff-@GST_MAJORMINOR@-uninstalled.pc \
30         gstreamer-rtp-@GST_MAJORMINOR@-uninstalled.pc \
31         gstreamer-rtsp-@GST_MAJORMINOR@-uninstalled.pc \
32         gstreamer-sdp-@GST_MAJORMINOR@-uninstalled.pc \
33         gstreamer-tag-@GST_MAJORMINOR@-uninstalled.pc \
34         gstreamer-video-@GST_MAJORMINOR@-uninstalled.pc \
35         gstreamer-plugins-base-@GST_MAJORMINOR@-uninstalled.pc
36
37 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
38
39 cp_verbose = $(cp_verbose_$(V))
40 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
41 cp_verbose_0 = @echo "  CP     $@";
42
43 ### how to generate versioned .pc files from .pc files in this dir
44 %-@GST_MAJORMINOR@.pc: %.pc
45         $(cp_verbose_0)cp $< $@
46 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
47         $(cp_verbose_0)cp $< $@
48
49 pkgconfigdir = $(libdir)/pkgconfig
50 pkgconfig_DATA = $(pcverfiles)
51
52 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
53 pcinfiles = \
54            gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \
55            gstreamer-app.pc.in gstreamer-app-uninstalled.pc.in \
56            gstreamer-cdda.pc.in gstreamer-cdda-uninstalled.pc.in \
57            gstreamer-fft.pc.in gstreamer-fft-uninstalled.pc.in \
58            gstreamer-floatcast.pc.in gstreamer-floatcast-uninstalled.pc.in \
59            gstreamer-interfaces.pc.in gstreamer-interfaces-uninstalled.pc.in \
60            gstreamer-netbuffer.pc.in gstreamer-netbuffer-uninstalled.pc.in \
61            gstreamer-pbutils.pc.in gstreamer-pbutils-uninstalled.pc.in \
62            gstreamer-policy.pc.in gstreamer-policy-uninstalled.pc.in \
63            gstreamer-riff.pc.in gstreamer-riff-uninstalled.pc.in \
64            gstreamer-rtp.pc.in gstreamer-rtp-uninstalled.pc.in \
65            gstreamer-rtsp.pc.in gstreamer-rtsp-uninstalled.pc.in \
66            gstreamer-sdp.pc.in gstreamer-sdp-uninstalled.pc.in \
67            gstreamer-tag.pc.in gstreamer-tag-uninstalled.pc.in \
68            gstreamer-video.pc.in gstreamer-video-uninstalled.pc.in \
69            gstreamer-plugins-base.pc.in gstreamer-plugins-base-uninstalled.pc.in
70
71 DISTCLEANFILES = $(pcinfiles:.in=)
72 EXTRA_DIST = $(pcinfiles)