~chasedouglas/geis/subscription-flags

16 by Stephen M. Webb
Added packaging.
1
#
2
# @file Makefile.am 
3
# @brief top-level makefile for the libgeis project
4
#
217 by Stephen M. Webb
Tweaks for distcheck.
5
# Copyright 2010, 2011, 2012 Canonical, Ltd.
101.1.1 by Stephen M. Webb
Added XCB back end subproject to libutouch-geis.
6
#
7
# This file is part of the utouch-geis library. This library is free software;
8
# you can redistribute it and/or modify it under the terms of the GNU Lesser
9
# General Public License as published by the Free Software Foundation; either
10
# version 3 of the License, or (at your option) any later version.
11
#
12
# This library is distributed in the hope that it will be useful, but WITHOUT
13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14
# FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
15
# details.
16
#
17
# You should have received a copy of the GNU Lesser General Public License
18
# along with this program; if not, write to the Free Software Foundation, Inc.,
19
# 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20
16 by Stephen M. Webb
Added packaging.
21
220.1.1 by Stephen M. Webb
Update the build machinery for libxorg-gtest-dev 0.2.0.
22
ACLOCAL_AMFLAGS = -I m4 --install
158.2.1 by Stephen M. Webb
Tweaked default make args for more pleasing build output.
23
AM_MAKEFLAGS = --no-print-directory
243 by Stephen M. Webb
Restored distcheck builds once again.
24
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-integration-tests
16 by Stephen M. Webb
Added packaging.
25
164.2.1 by Stephen M. Webb
Added desktop icon for geisview.
26
SUBDIRS = include libs libutouch-geis testsuite python tools examples doc data
16 by Stephen M. Webb
Added packaging.
27
23 by Stephen M. Webb
Added the libgeis-doc package
28
doc-%:
29
	$(MAKE) -C doc $@
30
16 by Stephen M. Webb
Added packaging.
31
pkgconfigdir = $(libdir)/pkgconfig
32
57 by Stephen M. Webb
Renamed DSOs and packages to conform to branding and policy requests.
33
pkgconfig_DATA = libutouch-geis.pc
16 by Stephen M. Webb
Added packaging.
34
64 by Stephen M. Webb
Bumped version to .0.9 and increased strictness.
35
EXTRA_DIST = \
36
	AUTHORS \
37
	COPYING \
38
	COPYING.GPL \
39
	INSTALL \
40
	NEWS \
41
	README
61 by Stephen M. Webb
Distributed license files.
42