~bregma/geis/lp-891731

16 by Stephen M. Webb
Added packaging.
1
#
2
# @file Makefile.am 
3
# @brief top-level makefile for the libgeis project
4
#
101.1.1 by Stephen M. Webb
Added XCB back end subproject to libutouch-geis.
5
# Copyright 2010, 2011 Canonical, Ltd.
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
7 by Stephen M. Webb
Created reference impl skeleton.
22
ACLOCAL_MFLAGS = -I m4
16 by Stephen M. Webb
Added packaging.
23
116.1.1 by Stephen M. Webb
Refined the API documentation and added an examples directory.
24
SUBDIRS = include libs libutouch-geis testsuite examples doc
16 by Stephen M. Webb
Added packaging.
25
23 by Stephen M. Webb
Added the libgeis-doc package
26
doc-%:
27
	$(MAKE) -C doc $@
28
16 by Stephen M. Webb
Added packaging.
29
pkgconfigdir = $(libdir)/pkgconfig
30
57 by Stephen M. Webb
Renamed DSOs and packages to conform to branding and policy requests.
31
pkgconfig_DATA = libutouch-geis.pc
16 by Stephen M. Webb
Added packaging.
32
64 by Stephen M. Webb
Bumped version to .0.9 and increased strictness.
33
EXTRA_DIST = \
34
	AUTHORS \
35
	COPYING \
36
	COPYING.GPL \
37
	INSTALL \
38
	NEWS \
39
	README
61 by Stephen M. Webb
Distributed license files.
40