summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c/atf-c.pc.in
blob: 6fd52740b791064fd10c9cb2921e685517bcc260 (plain)
1
2
3
4
5
6
7
8
9
10
11
# ATF pkg-config file

cc=__CC__
includedir=__INCLUDEDIR__
libdir=__LIBDIR__

Name: atf-c
Description: Automated Testing Framework (C binding)
Version: __ATF_VERSION__
Cflags: -I${includedir}
Libs: -L${libdir} -latf-c
OpenPOWER on IntegriCloud