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 $ |
---|
2 | prefix=@prefix@ |
---|
3 | exec_prefix=@exec_prefix@ |
---|
4 | libdir=@libdir@ |
---|
5 | includedir=@includedir@ |
---|
6 | |
---|
7 | Name: yat |
---|
8 | Description: yat |
---|
9 | URL: http://trac.thep.lu.se/yat |
---|
10 | Version: @VERSION@ |
---|
11 | Requires: gsl >= @gsl_version@ boost >= @boost_version@ |
---|
12 | Libs: -L${libdir} -l@YAT_LIBNAME@ @EXTRA_LDFLAGS@ @LDFLAGS@ |
---|
13 | Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CXXFLAGS@ @CPPFLAGS@ @CXXFLAGS@ -I${includedir} |
---|
Note: See
TracBrowser
for help on using the repository browser.