Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / 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-riff-@GST_MAJORMINOR@.pc \
12         gstreamer-rtp-@GST_MAJORMINOR@.pc \
13         gstreamer-rtsp-@GST_MAJORMINOR@.pc \
14         gstreamer-sdp-@GST_MAJORMINOR@.pc \
15         gstreamer-tag-@GST_MAJORMINOR@.pc \
16         gstreamer-video-@GST_MAJORMINOR@.pc \
17         gstreamer-plugins-base-@GST_MAJORMINOR@.pc
18 pcverfiles_uninstalled = \
19         gstreamer-audio-@GST_MAJORMINOR@-uninstalled.pc \
20         gstreamer-app-@GST_MAJORMINOR@-uninstalled.pc \
21         gstreamer-cdda-@GST_MAJORMINOR@-uninstalled.pc \
22         gstreamer-fft-@GST_MAJORMINOR@-uninstalled.pc \
23         gstreamer-floatcast-@GST_MAJORMINOR@-uninstalled.pc \
24         gstreamer-interfaces-@GST_MAJORMINOR@-uninstalled.pc \
25         gstreamer-netbuffer-@GST_MAJORMINOR@-uninstalled.pc \
26         gstreamer-pbutils-@GST_MAJORMINOR@-uninstalled.pc \
27         gstreamer-riff-@GST_MAJORMINOR@-uninstalled.pc \
28         gstreamer-rtp-@GST_MAJORMINOR@-uninstalled.pc \
29         gstreamer-rtsp-@GST_MAJORMINOR@-uninstalled.pc \
30         gstreamer-sdp-@GST_MAJORMINOR@-uninstalled.pc \
31         gstreamer-tag-@GST_MAJORMINOR@-uninstalled.pc \
32         gstreamer-video-@GST_MAJORMINOR@-uninstalled.pc \
33         gstreamer-plugins-base-@GST_MAJORMINOR@-uninstalled.pc
34
35 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
36
37 cp_verbose = $(cp_verbose_$(V))
38 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
39 cp_verbose_0 = @echo "  CP     $@";
40
41 ### how to generate versioned .pc files from .pc files in this dir
42 %-@GST_MAJORMINOR@.pc: %.pc
43         $(cp_verbose_0)cp $< $@
44 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
45         $(cp_verbose_0)cp $< $@
46
47 pkgconfigdir = $(libdir)/pkgconfig
48 pkgconfig_DATA = $(pcverfiles)
49
50 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
51 pcinfiles = \
52            gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \
53            gstreamer-app.pc.in gstreamer-app-uninstalled.pc.in \
54            gstreamer-cdda.pc.in gstreamer-cdda-uninstalled.pc.in \
55            gstreamer-fft.pc.in gstreamer-fft-uninstalled.pc.in \
56            gstreamer-floatcast.pc.in gstreamer-floatcast-uninstalled.pc.in \
57            gstreamer-interfaces.pc.in gstreamer-interfaces-uninstalled.pc.in \
58            gstreamer-netbuffer.pc.in gstreamer-netbuffer-uninstalled.pc.in \
59            gstreamer-pbutils.pc.in gstreamer-pbutils-uninstalled.pc.in \
60            gstreamer-riff.pc.in gstreamer-riff-uninstalled.pc.in \
61            gstreamer-rtp.pc.in gstreamer-rtp-uninstalled.pc.in \
62            gstreamer-rtsp.pc.in gstreamer-rtsp-uninstalled.pc.in \
63            gstreamer-sdp.pc.in gstreamer-sdp-uninstalled.pc.in \
64            gstreamer-tag.pc.in gstreamer-tag-uninstalled.pc.in \
65            gstreamer-video.pc.in gstreamer-video-uninstalled.pc.in \
66            gstreamer-plugins-base.pc.in gstreamer-plugins-base-uninstalled.pc.in
67
68 DISTCLEANFILES = $(pcinfiles:.in=)
69 EXTRA_DIST = $(pcinfiles)