Home | History | Annotate | Line # | Download | only in libwind
      1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $
      2 
      3 NOLINT=		# defined
      4 
      5 .include <bsd.own.mk>
      6 .include <${.CURDIR}/../../Makefile.inc>
      7 
      8 .PATH:		${HEIMDIST}/lib/wind
      9 
     10 LIB=		wind
     11 
     12 LIBDPLIBS+=	com_err ${HEIMBASE}/lib/libcom_err	\
     13 		crypt ${NETBSDSRCDIR}/lib/libcrypt	\
     14 		roken ${HEIMBASE}/lib/libroken
     15 
     16 
     17 HEIMSRCS = wind_err.et
     18 
     19 SRCS=				\
     20 	bidi.c			\
     21 	bidi_table.c		\
     22 	combining.c		\
     23 	combining_table.c	\
     24 	doxygen.c		\
     25 	errorlist.c		\
     26 	errorlist_table.c	\
     27 	ldap.c			\
     28 	map.c			\
     29 	map_table.c		\
     30 	normalize.c		\
     31 	normalize_table.c	\
     32 	punycode.c		\
     33 	stringprep.c		\
     34 	utf8.c
     35 
     36 INCSDIR=/usr/include/krb5
     37 INCS= wind.h ${COMPILE_ET_INCS}
     38 
     39 .include <${HEIMBASE}/Makefile.rules.inc>
     40 .include <bsd.lib.mk>
     41