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