File: tre.pc.in

package info (click to toggle)
tre 0.8.0-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,640 kB
  • sloc: sh: 10,135; ansic: 9,887; makefile: 159; python: 44; sed: 16
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: TRE
Description: TRE regexp matching library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ltre @LDFLAGS@ @LIBINTL@ @LIBS@
Cflags: -I${includedir} @CPPFLAGS@