~fginther/geis/geis-2.2.9.1-precise

16 by Stephen M. Webb
Added packaging.
1
#
2
# @file Makefile.am 
3
# @brief top-level makefile for the libgeis project
4
#
46.1.171 by Stephen M. Webb
Tweaks for distcheck.
5
# Copyright 2010, 2011, 2012 Canonical, Ltd.
46.27.1 by Stephen M. Webb
Added XCB back end subproject to libutouch-geis.
6
#
46.1.220 by Francis Ginther
Rename project to simply geis
7
# This file is part of the geis library. This library is free software;
46.27.1 by Stephen M. Webb
Added XCB back end subproject to libutouch-geis.
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
46.124.1 by Stephen M. Webb
Update the build machinery for libxorg-gtest-dev 0.2.0.
22
ACLOCAL_AMFLAGS = -I m4 --install
46.76.1 by Stephen M. Webb
Tweaked default make args for more pleasing build output.
23
AM_MAKEFLAGS = --no-print-directory
46.1.197 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
46.1.220 by Francis Ginther
Rename project to simply geis
26
SUBDIRS = include libs libgeis 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
46.1.220 by Francis Ginther
Rename project to simply geis
33
pkgconfig_DATA = libgeis.pc
16 by Stephen M. Webb
Added packaging.
34
46.1.18 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
46.1.15 by Stephen M. Webb
Distributed license files.
42