wininet: Fix warnings
[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_MAJORMINOR@.pc
4
5 pcverfiles_uninstalled = \
6         gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
7
8 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
9
10 cp_verbose = $(cp_verbose_$(V))
11 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
12 cp_verbose_0 = @echo "  CP     $@";
13
14 ### how to generate versioned .pc files from .pc files in this dir
15 %-@GST_MAJORMINOR@.pc: %.pc
16         $(cp_verbose_0)cp $< $@
17 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
18         $(cp_verbose_0)cp $< $@
19
20 pkgconfigdir = $(libdir)/pkgconfig
21 pkgconfig_DATA = $(pcverfiles)
22
23 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
24 pcinfiles = \
25            gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
26
27 DISTCLEANFILES = $(pcinfiles:.in=)
28 EXTRA_DIST = $(pcinfiles)