Home | History | Annotate | Line # | Download | only in libcvs
Makefile revision 1.10.6.1
      1  1.10.6.1      yamt #	$NetBSD: Makefile,v 1.10.6.1 2012/04/17 00:04:15 yamt Exp $
      2       1.1  christos 
      3       1.1  christos LIBISPRIVATE=	yes
      4       1.1  christos 
      5       1.1  christos .include "${.CURDIR}/../../Makefile.inc"
      6       1.1  christos 
      7       1.1  christos LIB=	cvs
      8       1.1  christos 
      9       1.1  christos DIST=	${IDIST}/lib
     10       1.1  christos .PATH:	${DIST}
     11       1.1  christos CPPFLAGS+=-I${DIST}
     12       1.1  christos 
     13       1.1  christos SRCS=	__fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
     14       1.2  christos 	chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \
     15       1.7  christos 	fd-safer.c getdate.c gettime.c md5.c \
     16       1.5  christos 	openat.c pagealign_alloc.c printf-args.c printf-parse.c \
     17       1.1  christos 	quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \
     18       1.1  christos 	stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
     19       1.1  christos 	xmalloc.c xreadlink.c yesno.c
     20       1.1  christos 
     21  1.10.6.1      yamt CWARNFLAGS.clang+=	-Wno-string-plus-int
     22  1.10.6.1      yamt 
     23       1.1  christos .include <bsd.lib.mk>
     24       1.9  christos # bsd.lib.mk includes bsd.sys.mk which defines the suffix rules, so we
     25      1.10  pgoyette # need to override after.
     26       1.9  christos .y.c .y.h:
     27       1.9  christos 	@true
     28