~ubuntu-branches/ubuntu/wily/grilo/wily

« back to all changes in this revision

Viewing changes to .pc/manpages.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2015-05-26 02:38:45 UTC
  • mfrom: (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150526023845-0aol35z6723azkie
Tags: 0.2.12-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile.am
3
 
#
4
 
# Author: Iago Toral Quiroga <itoral@igalia.com>
5
 
#
6
 
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
7
 
 
8
 
ACLOCAL_AMFLAGS = -I m4
9
 
 
10
 
SUBDIRS = src libs bindings po tools examples
11
 
 
12
 
if ENABLE_TESTS
13
 
SUBDIRS += tests
14
 
endif
15
 
 
16
 
if ENABLE_GTK_DOC
17
 
SUBDIRS += doc
18
 
endif
19
 
 
20
 
pkgconfigdir = $(libdir)/pkgconfig
21
 
pkgconfig_DATA = grilo-0.2.pc
22
 
 
23
 
if BUILD_GRILO_NET
24
 
pkgconfig_DATA += grilo-net-0.2.pc
25
 
endif
26
 
 
27
 
if BUILD_GRILO_PLS
28
 
pkgconfig_DATA += grilo-pls-0.2.pc
29
 
endif
30
 
 
31
 
dist_man1_MANS = grl-inspect.1
32
 
 
33
 
MAINTAINERCLEANFILES = \
34
 
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
35
 
        $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
36
 
        $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
37
 
        $(srcdir)/gtk-doc.make \
38
 
        $(srcdir)/m4/gtk-doc.m4 \
39
 
        $(srcdir)/m4/intltool.m4 \
40
 
        $(srcdir)/omf.make \
41
 
        $(srcdir)/xmldocs.make
42
 
 
43
 
DISTCLEANFILES = $(MAINTAINERCLEANFILES)
44
 
 
45
 
EXTRA_DIST = ./m4/introspection.m4
46
 
 
47
 
DISTCHECK_CONFIGURE_FLAGS= \
48
 
   --enable-grl-net        \
49
 
   --enable-grl-pls        \
50
 
   --enable-gtk-doc        \
51
 
   --enable-introspection  \
52
 
   --enable-test-ui        \
53
 
   --enable-vala
54
 
 
55
 
distclean-local:
56
 
        -rm -rf autom4te.cache
57
 
 
58
 
dist-hook:
59
 
 
60
 
-include $(top_srcdir)/git.mk
61
 
-include $(top_srcdir)/release.mk