Initial import to Tizen
[profile/ivi/gstreamer-python.git] / pkgconfig / Makefile.am
1 ### all of the standard pc files we need to generate
2 pcfiles = \
3         gst-python-@GST_MAJORMINOR@.pc
4
5 pcfiles_uninstalled = \
6         gst-python-@GST_MAJORMINOR@-uninstalled.pc
7
8 all-local: $(pcfiles) $(pcfiles_uninstalled)
9
10 cp_verbose = $(cp_verbose_$(V))
11 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
12 cp_verbose_0 = @echo "  CP     $@";
13
14 ### how to generate pc files
15 $(pcfiles): %-@GST_MAJORMINOR@.pc: %.pc
16         $(cp_verbose_0)cp $< $@
17 $(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
18         $(cp_verbose_0)cp $< $@
19
20 pkgconfigdir = $(libdir)/pkgconfig
21 pkgconfig_DATA = $(pcfiles)
22
23 EXTRA_DIST = \
24         gst-python.pc.in \
25         gst-python-uninstalled.pc.in
26
27 CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)