~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pkgconfig/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### all of the standard pc files we need to generate
 
2
pcverfiles =  \
 
3
        gstreamer-plugins-libav-@GST_API_VERSION@.pc
 
4
pcverfiles_uninstalled = \
 
5
        gstreamer-plugins-libav-@GST_API_VERSION@-uninstalled.pc
 
6
 
 
7
### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
 
8
all-local: $(pcverfiles_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 versioned .pc files from .pc files in this dir
 
15
%-@GST_API_VERSION@.pc: %.pc
 
16
        $(cp_verbose)cp $< $@
 
17
%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
 
18
        $(cp_verbose)cp $< $@
 
19
 
 
20
# do not install for now
 
21
# pkgconfigdir = $(libdir)/pkgconfig
 
22
# pkgconfig_DATA = $(pcverfiles)
 
23
 
 
24
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
 
25
# pcinfiles = \
 
26
#           gstreamer-plugins-libav.pc.in gstreamer-plugins-libav-uninstalled.pc.in
 
27
pcinfiles = \
 
28
           gstreamer-plugins-libav-uninstalled.pc.in
 
29
 
 
30
DISTCLEANFILES = $(pcinfiles:.in=)
 
31
EXTRA_DIST = $(pcinfiles)