No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / atf / lib / libatf-c++ / Makefile
blobe8474e3f96436b9b7c7b511d0a7ad08c5119d91d
1 # $NetBSD: Makefile,v 1.1 2009/01/19 07:13:04 jmmv Exp $
3 NOLINT= # defined
5 .include <bsd.own.mk>
7 LIB= atf-c++
8 LDADD= -L${.OBJDIR}/../libatf-c -latf-c
9 NOPIC= # defined; interface is still too unstable
11 SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
12 .PATH: ${SRCDIR}
13 .PATH: ${SRCDIR}/atf-c++
15 CPPFLAGS+= -I${.CURDIR}/../libatf-c
16 CPPFLAGS+= -I.
18 CPPFLAGS+= -DHAVE_CONFIG_H
20 WARNS?= 2
22 SRCS= application.cpp \
23 atffile.cpp \
24 build.cpp \
25 check.cpp \
26 config.cpp \
27 env.cpp \
28 exceptions.cpp \
29 expand.cpp \
30 formats.cpp \
31 fs.cpp \
32 io.cpp \
33 parser.cpp \
34 process.cpp \
35 signals.cpp \
36 tests.cpp \
37 text.cpp \
38 ui.cpp \
39 user.cpp
41 INCS= application.hpp \
42 atffile.hpp \
43 build.hpp \
44 check.hpp \
45 config.hpp \
46 env.hpp \
47 exceptions.hpp \
48 expand.hpp \
49 formats.hpp \
50 fs.hpp \
51 io.hpp \
52 macros.hpp \
53 parser.hpp \
54 process.hpp \
55 sanity.hpp \
56 signals.hpp \
57 tests.hpp \
58 text.hpp \
59 ui.hpp \
60 user.hpp \
61 utils.hpp
62 INCSDIR= /usr/include/atf-c++
64 INCS+= atf-c++.hpp
65 INCSDIR_atf-c++.hpp=/usr/include
67 MAN= # empty
69 .include <bsd.lib.mk>