Home | History | Annotate | Line # | Download | only in libpuffs
Makefile revision 1.23
      1  1.23     pooka #	$NetBSD: Makefile,v 1.23 2009/12/05 12:13:08 pooka Exp $
      2   1.1     pooka #
      3   1.1     pooka 
      4   1.2    dogcow .include <bsd.own.mk>
      5   1.2    dogcow 
      6  1.19       tls USE_FORT?= yes	# data-driven bugs?
      7  1.19       tls 
      8   1.1     pooka WARNS=		4
      9   1.1     pooka 
     10   1.1     pooka LIB=		puffs
     11  1.21     pooka 
     12  1.21     pooka # don't enable this unless you know what you're doing (or if you don't
     13  1.21     pooka # know what you're doing, it's still ok to enable this if you're me)
     14  1.21     pooka #LIBDPLIBS+=	pthread	${.CURDIR}/../libpthread
     15  1.21     pooka #CPPFLAGS+=	-DPUFFS_WITH_THREADS
     16  1.21     pooka 
     17  1.18     pooka SRCS=		puffs.c callcontext.c creds.c dispatcher.c flush.c	\
     18  1.18     pooka 		framebuf.c null.c opdump.c paths.c pnode.c requests.c	\
     19  1.18     pooka 		subr.c suspend.c
     20  1.14     pooka MAN=		puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3		\
     21  1.23     pooka 		puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3
     22   1.1     pooka INCS=		puffs.h puffsdump.h
     23   1.3  christos INCSDIR=	/usr/include
     24   1.3  christos LINTFLAGS+=-S -w
     25   1.1     pooka 
     26   1.1     pooka .include <bsd.lib.mk>
     27