2003-04-07 21:34:30 +00:00
|
|
|
### all of the standard pc files we need to generate
|
2004-03-15 17:17:28 +00:00
|
|
|
pcverfiles = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gstreamer-plugins-bad-@GST_MAJORMINOR@.pc
|
2005-07-01 19:41:07 +00:00
|
|
|
|
2004-03-15 17:17:28 +00:00
|
|
|
pcverfiles_uninstalled = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2004-03-15 17:17:28 +00:00
|
|
|
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2010-02-26 15:40:25 +00:00
|
|
|
cp_verbose = $(cp_verbose_$(V))
|
|
|
|
cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
cp_verbose_0 = @echo " CP $@";
|
|
|
|
|
2004-03-15 17:17:28 +00:00
|
|
|
### how to generate versioned .pc files from .pc files in this dir
|
2004-04-19 22:51:57 +00:00
|
|
|
%-@GST_MAJORMINOR@.pc: %.pc
|
2010-02-26 15:40:25 +00:00
|
|
|
$(cp_verbose_0)cp $< $@
|
2004-04-19 22:51:57 +00:00
|
|
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
2010-02-26 15:40:25 +00:00
|
|
|
$(cp_verbose_0)cp $< $@
|
2003-04-07 21:34:30 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2004-03-15 17:17:28 +00:00
|
|
|
pkgconfig_DATA = $(pcverfiles)
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2004-03-15 17:17:28 +00:00
|
|
|
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
|
|
|
|
pcinfiles = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
|
2004-03-15 17:17:28 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(pcinfiles:.in=)
|
|
|
|
EXTRA_DIST = $(pcinfiles)
|