1 ### all of the standard pc files we need to generate
3 gstreamer-plugins-good-@GST_MAJORMINOR@.pc
4 pcverfiles_uninstalled = \
5 gstreamer-plugins-good-@GST_MAJORMINOR@-uninstalled.pc
7 ### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
8 all-local: $(pcverfiles_uninstalled)
10 cp_verbose = $(cp_verbose_$(V))
11 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
12 cp_verbose_0 = @echo " CP $@";
14 ### how to generate versioned .pc files from .pc files in this dir
15 %-@GST_MAJORMINOR@.pc: %.pc
17 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
20 # do not install for now
21 # pkgconfigdir = $(libdir)/pkgconfig
22 # pkgconfig_DATA = $(pcverfiles)
24 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
26 # gstreamer-plugins-good.pc.in gstreamer-plugins-good-uninstalled.pc.in
28 gstreamer-plugins-good-uninstalled.pc.in
30 DISTCLEANFILES = $(pcinfiles:.in=)
31 EXTRA_DIST = $(pcinfiles)