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 = \
|
2005-07-01 19:41:07 +00:00
|
|
|
gstreamer-libs-@GST_MAJORMINOR@.pc
|
|
|
|
|
2004-03-15 17:17:28 +00:00
|
|
|
pcverfiles_uninstalled = \
|
2005-07-01 19:41:07 +00:00
|
|
|
gstreamer-libs-@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
|
|
|
|
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
|
2003-04-07 21:34:30 +00:00
|
|
|
cp $< $@
|
2004-04-19 22:51:57 +00:00
|
|
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
2003-04-07 21:34:30 +00:00
|
|
|
cp $< $@
|
|
|
|
|
|
|
|
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 = \
|
2005-07-01 19:41:07 +00:00
|
|
|
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in
|
2004-03-15 17:17:28 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(pcinfiles:.in=)
|
|
|
|
EXTRA_DIST = $(pcinfiles)
|