Home | History | Annotate | Line # | Download | only in perfused
Makefile revision 1.5
      1  1.5    riz # $NetBSD: Makefile,v 1.5 2012/09/06 16:39:08 riz Exp $
      2  1.2   manu 
      3  1.1   manu PROG=            perfused
      4  1.1   manu 
      5  1.1   manu PERFUSE_OPT_DEBUG_FLAGS=   -g -DPERFUSE_DEBUG
      6  1.1   manu 
      7  1.5    riz #CFLAGS+=        ${PERFUSE_OPT_DEBUG_FLAGS}
      8  1.1   manu SRCS=           perfused.c msg.c debug.c
      9  1.1   manu MAN=		perfused.8
     10  1.1   manu WARNS=          4
     11  1.1   manu 
     12  1.2   manu LDADD+= -lperfuse -lpuffs
     13  1.1   manu DPADD+= ${LIBPUFFS}
     14  1.1   manu 
     15  1.3  joerg CWARNFLAGS.clang+=	-Wno-format-security
     16  1.3  joerg 
     17  1.1   manu .include <bsd.prog.mk>
     18