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

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

fixes #533 - added creation and installation of a yat.pc file

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 364 bytes
Line 
1# $Id: yat.pc.in 1356 2008-06-23 23:19:05Z peter $
2prefix=@prefix@
3exec_prefix=@exec_prefix@
4libdir=@libdir@
5includedir=@includedir@
6
7Name: yat
8Description: yat
9URL: http://trac.thep.lu.se/yat
10Version: @VERSION@
11Requires: gsl >= @gsl_version@ boost >= @boost_version@
12Libs: -L${libdir} -l@YAT_LIBNAME@ @EXTRA_LDFLAGS@ @LDFLAGS@
13Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir}
Note: See TracBrowser for help on using the repository browser.