File: libxml-2.0.pc.in

package info (click to toggle)
libxml2 2.7.8.dfsg-2%2Bsqueeze8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 22,716 kB
  • ctags: 22,901
  • sloc: ansic: 172,065; xml: 22,666; python: 11,070; sh: 10,328; makefile: 1,819; php: 364; perl: 67
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modules=@WITH_MODULES@

Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2
Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@