-
Notifications
You must be signed in to change notification settings - Fork 12
/
Makefile.am
59 lines (56 loc) · 1.86 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# Teng -- a general purpose templating engine.
# Copyright (C) 2004 Seznam.cz, a.s.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Seznam.cz, a.s.
# Naskove 1, Praha 5, 15000, Czech Republic
# http://www.seznam.cz, mailto:[email protected]
#
#
# $Id: Makefile.am,v 1.8 2008-11-14 11:00:02 burlog Exp $
#
# DESCRIPTION
# A makefile template for project Teng.
#
# AUTHORS
# Vaclav Blazek <[email protected]>
#
# HISTORY
# 2003-09-26 (vasek)
# Created.
#
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = . src tests
# directories temporarily out of order: 'doc'
#
# Removed due to this request:
#
# From: Andrew Betts [mailto:[email protected]]
#
# Would it be possible for you to release a source tarball without the
# debian/ directory?
#
# From: https://help.ubuntu.com/6.10/ubuntu/packagingguide/C/basic-mistakes.html
# "Q: What do I do with an .orig.tar.gz that already includes a debian/ dir?
# A: Do not repackage it. You can ask the author(s) to delete the debian/ dir"
#
# debian packaging scripts
#EXTRA_DIST = debian/libteng.control debian/libteng.postinst \
# debian/libteng-dev.control \
# debian/make.sh
pkgconfigdir=@libdir@/pkgconfig
pkgconfig_DATA=libteng.pc