source: trunk/third/gst-plugins/pkgconfig/Makefile.am @ 21011

Revision 21011, 1.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21010, which included commits to RCS files with non-trunk default branches.
Line 
1if USE_GCONF
2GCONF_PC=gstreamer-gconf-@GST_MAJORMINOR@.pc
3GCONF_PC_UNINSTALLED=gstreamer-gconf-@GST_MAJORMINOR@-uninstalled.pc
4else
5GCONF_PC=
6GCONF_PC_UNINSTALLED=
7endif
8
9### all of the standard pc files we need to generate
10pcverfiles =  \
11        $(GCONF_PC) \
12        gstreamer-interfaces-@GST_MAJORMINOR@.pc \
13        gstreamer-libs-@GST_MAJORMINOR@.pc \
14        gstreamer-media-info-@GST_MAJORMINOR@.pc \
15        gstreamer-play-@GST_MAJORMINOR@.pc \
16        gstreamer-plugins-@GST_MAJORMINOR@.pc
17pcverfiles_uninstalled = \
18        $(GCONF_PC_UNINSTALLED) \
19        gstreamer-interfaces-@GST_MAJORMINOR@-uninstalled.pc \
20        gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc \
21        gstreamer-media-info-@GST_MAJORMINOR@-uninstalled.pc \
22        gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc \
23        gstreamer-plugins-@GST_MAJORMINOR@-uninstalled.pc
24
25pcverfiles_gconf = $(GCONF_PC) $(GCONF_PC_UNINSTALLED)
26all-local: $(pcverfiles) $(pcverfiles_uninstalled)
27
28### how to generate versioned .pc files from .pc files in this dir
29%-@GST_MAJORMINOR@.pc: %.pc
30        cp $< $@
31%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
32        cp $< $@
33
34pkgconfigdir = $(libdir)/pkgconfig
35pkgconfig_DATA = $(pcverfiles)
36
37CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
38pcinfiles = \
39           gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in \
40           gstreamer-interfaces.pc.in gstreamer-interfaces-uninstalled.pc.in \
41           gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
42           gstreamer-media-info.pc.in gstreamer-media-info-uninstalled.pc.in \
43           gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in \
44           gstreamer-plugins.pc.in gstreamer-plugins-uninstalled.pc.in
45
46DISTCLEANFILES = $(pcinfiles:.in=)
47EXTRA_DIST = $(pcinfiles)
Note: See TracBrowser for help on using the repository browser.