1 ### all of the standard pc files we need to generate
3 gstreamer-plugins-base-@GST_MAJORMINOR@.pc
4 pcverfiles_uninstalled = \
5 gstreamer-plugins-base-@GST_MAJORMINOR@-uninstalled.pc
7 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
9 ### how to generate versioned .pc files from .pc files in this dir
10 %-@GST_MAJORMINOR@.pc: %.pc
12 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = $(pcverfiles)
18 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
20 gstreamer-plugins-base.pc.in gstreamer-plugins-base-uninstalled.pc.in
22 DISTCLEANFILES = $(pcinfiles:.in=)
23 EXTRA_DIST = $(pcinfiles)