1 # $NetBSD: Makefile,v 1.24 2014/03/02 22:50:13 jmmv Exp $
10 LIBDPLIBS
+= atf-c
${.CURDIR
}/..
/libatf-c
11 LIBDPLIBS
+= m
${.CURDIR
}/..
/..
/..
/..
/..
/lib
/libm
14 .PATH
: ${SRCDIR}/atf-c
++
15 .PATH
: ${SRCDIR}/atf-c
++/detail
20 SRCS
= application.
cpp \
38 INCSDIR
= /usr
/include/atf-c
++
41 INCSDIR_atf-c
++.hpp
=/usr
/include
45 .if
${MKSHARE} != "no"
47 FILESDIR
= /usr
/lib
/pkgconfig
50 atf-c
++.
pc: Makefile atf-c
++.
pc.in atf-version.txt
51 ${TOOL_SED} -e
"s,__ATF_VERSION__,$$(cat atf-version.txt),g" \
52 -e
's,__CXX__,g++,g' \
53 -e
's,__INCLUDEDIR__,/usr/include,g' \
54 -e
's,__LIBDIR__,/usr/lib,g' \
55 <${SRCDIR}/atf-c
++/atf-c
++.
pc.in
>atf-c
++.
pc
56 CLEANFILES
+= atf-c
++.
pc