2006-04-03 09:02:29 +00:00
|
|
|
### all of the standard pc files we need to generate
|
|
|
|
pcverfiles = \
|
|
|
|
gstreamer-plugins-good-@GST_MAJORMINOR@.pc
|
|
|
|
pcverfiles_uninstalled = \
|
|
|
|
gstreamer-plugins-good-@GST_MAJORMINOR@-uninstalled.pc
|
|
|
|
|
|
|
|
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
|
|
|
all-local: $(pcverfiles_uninstalled)
|
|
|
|
|
|
|
|
### how to generate versioned .pc files from .pc files in this dir
|
|
|
|
%-@GST_MAJORMINOR@.pc: %.pc
|
|
|
|
cp $< $@
|
|
|
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
|
|
|
cp $< $@
|
|
|
|
|
|
|
|
# do not install for now
|
|
|
|
# pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
# pkgconfig_DATA = $(pcverfiles)
|
|
|
|
|
|
|
|
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
|
2006-04-03 13:28:55 +00:00
|
|
|
# pcinfiles = \
|
|
|
|
# gstreamer-plugins-good.pc.in gstreamer-plugins-good-uninstalled.pc.in
|
2006-04-03 09:02:29 +00:00
|
|
|
pcinfiles = \
|
2006-04-03 13:28:55 +00:00
|
|
|
gstreamer-plugins-good-uninstalled.pc.in
|
2006-04-03 09:02:29 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(pcinfiles:.in=)
|
|
|
|
EXTRA_DIST = $(pcinfiles)
|