Home | History | Annotate | Line # | Download | only in libXau
Makefile revision 1.1
      1  1.1  mrg #	$NetBSD: Makefile,v 1.1 2008/07/29 05:01:21 mrg Exp $
      2  1.1  mrg 
      3  1.1  mrg .include <bsd.own.mk>
      4  1.1  mrg 
      5  1.1  mrg LIB=	Xau
      6  1.1  mrg .PATH:	${X11SRCDIR.${LIB}}
      7  1.1  mrg .PATH:	${X11SRCDIR.${LIB}}/include/X11
      8  1.1  mrg 
      9  1.1  mrg SRCS=	AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c \
     10  1.1  mrg 	AuRead.c AuUnlock.c AuWrite.c
     11  1.1  mrg 
     12  1.1  mrg INCS=	Xauth.h
     13  1.1  mrg INCSDIR=${X11INCDIR}/X11
     14  1.1  mrg 
     15  1.1  mrg CPPFLAGS+=	${X11FLAGS.THREADLIB}
     16  1.1  mrg 
     17  1.1  mrg .include <bsd.x11.mk>
     18  1.1  mrg .include <bsd.lib.mk>
     19