source: trunk/build_support/yat.pc.in

Last change on this file was 3366, checked in by Peter, 9 years ago

prefer private variables in yat.pc. closes #808

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1# $Id: yat.pc.in 3366 2014-12-03 11:23:07Z peter $
2
3# Copyright (C) 2008 Jari Häkkinen, Peter Johansson
4# Copyright (C) 2009, 2010, 2012, 2013, 2014 Peter Johansson
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
19# along with yat. If not, see <http://www.gnu.org/licenses/>.
20
21prefix=@prefix@
22exec_prefix=@exec_prefix@
23libdir=@libdir@
24includedir=@includedir@
25
26Name: yat
27Description: yat
28URL: @PACKAGE_URL@
29Version: @VERSION@
30Requires: @YAT_PC_REQUIRES@
31Requires.private: @YAT_PC_REQUIRES_PRIVATE@
32Libs: -L${libdir} -lyat @YAT_PC_LIBS@ @YAT_LDFLAGS@ @LDFLAGS@ @LIBS@
33Libs.private: @YAT_PC_LIBS_PRIVATE@
34Cflags: @YAT_CPPFLAGS@ @YAT_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir}
Note: See TracBrowser for help on using the repository browser.