Last change
on this file since 2339 was
2264,
checked in by Peter, 12 years ago
|
prefer hard-coding name yat because it increases readability and is more consistent.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1356] | 1 | # $Id: yat.pc.in 2264 2010-05-27 13:57:06Z peter $ |
---|
[1486] | 2 | |
---|
[2119] | 3 | # Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
---|
[2161] | 4 | # Copyright (C) 2009, 2010 Peter Johansson |
---|
[1486] | 5 | # |
---|
| 6 | # This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
| 7 | # |
---|
| 8 | # The yat library is free software; you can redistribute it |
---|
| 9 | # and/or modify it under the terms of the GNU General Public License as |
---|
| 10 | # published by the Free Software Foundation; either version 3 of the |
---|
| 11 | # License, or (at your option) any later version. |
---|
| 12 | # |
---|
| 13 | # The yat library is distributed in the hope that it will be useful, |
---|
| 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 16 | # General Public License for more details. |
---|
| 17 | # |
---|
| 18 | # You should have received a copy of the GNU General Public License |
---|
[1487] | 19 | # along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
[1486] | 20 | |
---|
[1356] | 21 | prefix=@prefix@ |
---|
| 22 | exec_prefix=@exec_prefix@ |
---|
| 23 | libdir=@libdir@ |
---|
| 24 | includedir=@includedir@ |
---|
| 25 | |
---|
| 26 | Name: yat |
---|
| 27 | Description: yat |
---|
[2144] | 28 | URL: @PACKAGE_URL@ |
---|
[1356] | 29 | Version: @VERSION@ |
---|
[1790] | 30 | Requires: gsl >= @gsl_version@ |
---|
[2264] | 31 | Libs: -L${libdir} -lyat @YAT_LDFLAGS@ @LDFLAGS@ |
---|
[1892] | 32 | Cflags: @YAT_CPPFLAGS@ @YAT_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir} |
---|
Note: See
TracBrowser
for help on using the repository browser.