gst/gdp/: Handle error cases when calling functions do downwards state change after...
[platform/upstream/gstreamer.git] / pkgconfig / Makefile.am
1 ### all of the standard pc files we need to generate
2 pcverfiles =  \
3         gstreamer-plugins-base-@GST_MAJORMINOR@.pc
4 pcverfiles_uninstalled = \
5         gstreamer-plugins-base-@GST_MAJORMINOR@-uninstalled.pc
6
7 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
8
9 ### how to generate versioned .pc files from .pc files in this dir
10 %-@GST_MAJORMINOR@.pc: %.pc
11         cp $< $@
12 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
13         cp $< $@
14
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = $(pcverfiles)
17
18 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
19 pcinfiles = \
20            gstreamer-plugins-base.pc.in gstreamer-plugins-base-uninstalled.pc.in
21
22 DISTCLEANFILES = $(pcinfiles:.in=)
23 EXTRA_DIST = $(pcinfiles)