File: itpp_debug.pc.in

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (12 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: @PACKAGE_NAME@ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Version: @PACKAGE_VERSION@
URL: http://itpp.sourceforge.net/
Libs: -L${libdir} -l@PACKAGE_DEBUG@@EXPLICIT_LIBS@
Libs.private:@PRIVATE_LIBS@
Cflags: -I${includedir} @CXXFLAGS_DEBUG@