1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libdw
7Description: elfutils library for DWARF data and ELF file or process inspection
8Version: @VERSION@
9URL: http://elfutils.org/
10
11Libs: -L/usr/local/lib/elfutils -Wl,-rpath,/usr/local/lib/elfutils -L${libdir} -ldw
12Cflags: -I/usr/local/include/elfutils -I${includedir}
13
14# We need the exact matching elfutils libelf version since internal data
15# structures are used.
16
17# We support various compressed ELF images, but don't export any of the
18# data structures or functions.  zlib (gz) is always required, bzip2 (bz2)
19# and lzma (xz) are optional.  But bzip2 doesn't have a pkg-config file.
20Requires.private: zlib @LIBLZMA@
21Libs.private: @BZ2_LIB@
22