2003-04-07 21:28:57 +00:00
|
|
|
### all of the standard pc files we need to generate
|
2003-11-24 02:09:23 +00:00
|
|
|
pcfiles = \
|
|
|
|
gstreamer-@GST_MAJORMINOR@.pc \
|
2003-04-07 21:28:57 +00:00
|
|
|
gstreamer-control-@GST_MAJORMINOR@.pc
|
|
|
|
|
2003-11-24 02:09:23 +00:00
|
|
|
pcfiles_uninstalled = \
|
|
|
|
gstreamer-@GST_MAJORMINOR@-uninstalled.pc \
|
2003-04-07 21:28:57 +00:00
|
|
|
gstreamer-control-@GST_MAJORMINOR@-uninstalled.pc
|
|
|
|
|
|
|
|
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
|
|
|
|
|
|
|
### how to generate pc files
|
2004-04-19 22:54:58 +00:00
|
|
|
%-@GST_MAJORMINOR@.pc: %.pc
|
2003-04-07 21:28:57 +00:00
|
|
|
cp $< $@
|
2004-04-19 22:54:58 +00:00
|
|
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
2003-04-07 21:28:57 +00:00
|
|
|
cp $< $@
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = $(pcfiles)
|
|
|
|
|
2003-11-24 02:09:23 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gstreamer.pc.in \
|
|
|
|
gstreamer-uninstalled.pc.in \
|
|
|
|
gstreamer-control.pc.in \
|
2003-04-07 21:28:57 +00:00
|
|
|
gstreamer-control-uninstalled.pc.in
|
|
|
|
|
|
|
|
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|