1 ### all of the standard pc files we need to generate
3 CHECK_PC_I = gstreamer-check-@GST_MAJORMINOR@.pc
4 CHECK_PC_U = gstreamer-check-@GST_MAJORMINOR@-uninstalled.pc
11 gstreamer-@GST_MAJORMINOR@.pc \
12 gstreamer-base-@GST_MAJORMINOR@.pc \
14 gstreamer-controller-@GST_MAJORMINOR@.pc \
15 gstreamer-dataprotocol-@GST_MAJORMINOR@.pc
17 pcfiles_uninstalled = \
18 gstreamer-@GST_MAJORMINOR@-uninstalled.pc \
19 gstreamer-base-@GST_MAJORMINOR@-uninstalled.pc \
21 gstreamer-controller-@GST_MAJORMINOR@-uninstalled.pc \
22 gstreamer-dataprotocol-@GST_MAJORMINOR@-uninstalled.pc
24 all-local: $(pcfiles) $(pcfiles_uninstalled)
26 ### how to generate pc files
27 %-@GST_MAJORMINOR@.pc: %.pc
29 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = $(pcfiles)
37 gstreamer-uninstalled.pc.in \
38 gstreamer-base.pc.in \
39 gstreamer-base-uninstalled.pc.in \
40 gstreamer-check.pc.in \
41 gstreamer-check-uninstalled.pc.in \
42 gstreamer-controller.pc.in \
43 gstreamer-controller-uninstalled.pc.in \
44 gstreamer-dataprotocol.pc.in \
45 gstreamer-dataprotocol-uninstalled.pc.in
47 CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)