insertbin: Add bin to dynamically insert elements in a running pipeline
[platform/upstream/gstreamer.git] / pkgconfig / Makefile.am
1 ### all of the standard pc files we need to generate
2 pcverfiles =  \
3         gstreamer-plugins-bad-@GST_API_VERSION@.pc \
4         gstreamer-codecparsers-@GST_API_VERSION@.pc \
5         gstreamer-insertbin-@GST_API_VERSION@.pc \
6         gstreamer-basevideo-@GST_API_VERSION@.pc
7
8 pcverfiles_uninstalled = \
9         gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
10         gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
11         gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
12         gstreamer-basevideo-@GST_API_VERSION@-uninstalled.pc
13
14 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
15
16 cp_verbose = $(cp_verbose_$(V))
17 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
18 cp_verbose_0 = @echo "  CP     $@";
19
20 ### how to generate versioned .pc files from .pc files in this dir
21 %-@GST_API_VERSION@.pc: %.pc
22         $(cp_verbose_0)cp $< $@
23 %-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
24         $(cp_verbose_0)cp $< $@
25
26 pkgconfigdir = $(libdir)/pkgconfig
27 pkgconfig_DATA = $(pcverfiles)
28
29 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
30 pcinfiles = \
31            gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in \
32            gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \
33            gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \
34            gstreamer-basevideo.pc.in gstreamer-basevideo-uninstalled.pc.in
35
36 DISTCLEANFILES = $(pcinfiles:.in=)
37 EXTRA_DIST = $(pcinfiles)