build_support/yat.pc.in

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