Home | History | Annotate | Line # | Download | only in librefuse
Makefile revision 1.7
      1  1.7    pooka # $NetBSD: Makefile,v 1.7 2007/10/21 16:46:52 pooka 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 CPPFLAGS+=	-I.
     16  1.1      agc MAN=		refuse.3
     17  1.1      agc WARNS=		4
     18  1.3  xtraeme INCS=           fuse.h fuse_opt.h
     19  1.1      agc INCSDIR=        /usr/include
     20  1.1      agc 
     21  1.1      agc .include <bsd.lib.mk>
     22