gstreamer/pkgconfig/Makefile.am
Thomas Vander Stichele 5e55d73a7c remove old pc files
Original commit message from CVS:
remove old pc files
2005-07-01 19:41:07 +00:00

25 lines
663 B
Makefile

### all of the standard pc files we need to generate
pcverfiles = \
gstreamer-libs-@GST_MAJORMINOR@.pc
pcverfiles_uninstalled = \
gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc
all-local: $(pcverfiles) $(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 $< $@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcverfiles)
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
pcinfiles = \
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in
DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles)