Home | History | Annotate | Line # | Download | only in librefuse
Makefile revision 1.9
      1  1.9     matt # $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
      2  1.5      tls 
      3  1.5      tls USE_FORT?=	yes	# data driven bugs?
      4  1.1      agc 
      5  1.1      agc LIB=		refuse
      6  1.7    pooka LIBDPLIBS+=	puffs	${.CURDIR}/../libpuffs		\
      7  1.7    pooka 		pthread	${.CURDIR}/../libpthread
      8  1.2    pooka 
      9  1.3  xtraeme .ifdef DEBUG
     10  1.3  xtraeme FUSE_OPT_DEBUG_FLAGS=	-g -DFUSE_OPT_DEBUG
     11  1.3  xtraeme .endif
     12  1.3  xtraeme 
     13  1.3  xtraeme CFLAGS+=	${FUSE_OPT_DEBUG_FLAGS}
     14  1.3  xtraeme SRCS=		refuse.c refuse_opt.c
     15  1.1      agc MAN=		refuse.3
     16  1.9     matt WARNS?=		5
     17  1.3  xtraeme INCS=           fuse.h fuse_opt.h
     18  1.1      agc INCSDIR=        /usr/include
     19  1.1      agc 
     20  1.1      agc .include <bsd.lib.mk>
     21