Cross Reference: Makefile
xref: /src/lib/librefuse/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/librefuse/
Makefile revision 1.14
1# $NetBSD: Makefile,v 1.14 2022/01/22 07:53:06 pho Exp $
2
3USE_FORT?=	yes	# data driven bugs?
4
5LIB=		refuse
6LIBDPLIBS+=	puffs	${.CURDIR}/../libpuffs		\
7		pthread	${.CURDIR}/../libpthread
8
9.ifdef DEBUG
10FUSE_OPT_DEBUG_FLAGS=	-g -DFUSE_OPT_DEBUG
11.endif
12
13CFLAGS+=	${FUSE_OPT_DEBUG_FLAGS}
14CPPFLAGS+=	-I${.CURDIR}
15SRCS=		refuse.c refuse_log.c refuse_lowlevel.c
16SRCS+=		refuse_opt.c refuse_signals.c
17MAN=		refuse.3
18WARNS?=		5
19INCS=           fuse.h fuse_opt.h fuse_log.h fuse_lowlevel.h
20INCSDIR=        /usr/include
21
22.include "${.CURDIR}/refuse/Makefile.inc"
23
24.include <bsd.lib.mk>
25

Indexes created Sat Dec 20 21:09:36 GMT 2025