1356 |
23 Jun 08 |
peter |
# $Id$ |
1486 |
09 Sep 08 |
jari |
2 |
|
2119 |
12 Dec 09 |
peter |
# Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
3365 |
01 Dec 14 |
peter |
# Copyright (C) 2009, 2010, 2012, 2013, 2014 Peter Johansson |
1486 |
09 Sep 08 |
jari |
5 |
# |
1486 |
09 Sep 08 |
jari |
# This file is part of the yat library, http://dev.thep.lu.se/yat |
1486 |
09 Sep 08 |
jari |
7 |
# |
1486 |
09 Sep 08 |
jari |
# The yat library is free software; you can redistribute it |
1486 |
09 Sep 08 |
jari |
# and/or modify it under the terms of the GNU General Public License as |
1486 |
09 Sep 08 |
jari |
# published by the Free Software Foundation; either version 3 of the |
1486 |
09 Sep 08 |
jari |
# License, or (at your option) any later version. |
1486 |
09 Sep 08 |
jari |
12 |
# |
1486 |
09 Sep 08 |
jari |
# The yat library is distributed in the hope that it will be useful, |
1486 |
09 Sep 08 |
jari |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
1486 |
09 Sep 08 |
jari |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
1486 |
09 Sep 08 |
jari |
# General Public License for more details. |
1486 |
09 Sep 08 |
jari |
17 |
# |
1486 |
09 Sep 08 |
jari |
# You should have received a copy of the GNU General Public License |
1487 |
10 Sep 08 |
jari |
# along with yat. If not, see <http://www.gnu.org/licenses/>. |
1486 |
09 Sep 08 |
jari |
20 |
|
1356 |
23 Jun 08 |
peter |
prefix=@prefix@ |
1356 |
23 Jun 08 |
peter |
exec_prefix=@exec_prefix@ |
1356 |
23 Jun 08 |
peter |
libdir=@libdir@ |
1356 |
23 Jun 08 |
peter |
includedir=@includedir@ |
1356 |
23 Jun 08 |
peter |
25 |
|
1356 |
23 Jun 08 |
peter |
Name: yat |
1356 |
23 Jun 08 |
peter |
Description: yat |
2144 |
15 Jan 10 |
peter |
URL: @PACKAGE_URL@ |
1356 |
23 Jun 08 |
peter |
Version: @VERSION@ |
3365 |
01 Dec 14 |
peter |
Requires: @YAT_PC_REQUIRES@ |
3366 |
03 Dec 14 |
peter |
Requires.private: @YAT_PC_REQUIRES_PRIVATE@ |
3111 |
10 Nov 13 |
peter |
Libs: -L${libdir} -lyat @YAT_PC_LIBS@ @YAT_LDFLAGS@ @LDFLAGS@ @LIBS@ |
3366 |
03 Dec 14 |
peter |
Libs.private: @YAT_PC_LIBS_PRIVATE@ |
1892 |
13 Apr 09 |
peter |
Cflags: @YAT_CPPFLAGS@ @YAT_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir} |