source: trunk/build_support/yat.pc.in @ 1785

Last change on this file since 1785 was 1695, checked in by Peter, 15 years ago

remove string: 'generated by make...' from yat.pc.in and let make
include the string into yat-pc.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1# $Id: yat.pc.in 1695 2009-01-05 14:45:08Z peter $
2
3# Copyright (C) 2008 Peter Johansson
4#
5# This file is part of the yat library, http://dev.thep.lu.se/yat
6#
7# The yat library is free software; you can redistribute it
8# and/or modify it under the terms of the GNU General Public License as
9# published by the Free Software Foundation; either version 3 of the
10# License, or (at your option) any later version.
11#
12# The yat library is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15# General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with yat. If not, see <http://www.gnu.org/licenses/>.
19
20prefix=@prefix@
21exec_prefix=@exec_prefix@
22libdir=@libdir@
23includedir=@includedir@
24
25Name: yat
26Description: yat
27URL: http://dev.thep.lu.se/yat
28Version: @VERSION@
29Requires: gsl >= @gsl_version@ boost >= @boost_version@
30Libs: -L${libdir} -l@YAT_LIBNAME@ @EXTRA_LDFLAGS@ @LDFLAGS@
31Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir}
Note: See TracBrowser for help on using the repository browser.