]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/lib/bind/isccc/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / lib / bind / isccc / Makefile
1 # $FreeBSD$
2
3 BIND_DIR=       ${.CURDIR}/../../../contrib/bind9
4 LIB_BIND_REL=   ..
5 LIB_BIND_DIR=   ${.CURDIR}/${LIB_BIND_REL}
6 SRCDIR=         ${BIND_DIR}/lib/isccc
7
8 .include        "${LIB_BIND_DIR}/config.mk"
9
10 LIB=            isccc
11
12 .PATH:          ${SRCDIR}
13 SRCS=           alist.c base64.c cc.c ccmsg.c \
14                 lib.c \
15                 result.c sexpr.c symtab.c version.c
16
17 CFLAGS+=        -I${SRCDIR}/include
18
19 .if defined(WITH_BIND_LIBS)
20 INCS=           ${SRCDIR}/include/isccc/alist.h \
21                 ${SRCDIR}/include/isccc/base64.h \
22                 ${SRCDIR}/include/isccc/cc.h \
23                 ${SRCDIR}/include/isccc/ccmsg.h \
24                 ${SRCDIR}/include/isccc/events.h \
25                 ${SRCDIR}/include/isccc/lib.h \
26                 ${SRCDIR}/include/isccc/result.h \
27                 ${SRCDIR}/include/isccc/sexpr.h \
28                 ${SRCDIR}/include/isccc/symtab.h \
29                 ${SRCDIR}/include/isccc/symtype.h \
30                 ${SRCDIR}/include/isccc/types.h \
31                 ${SRCDIR}/include/isccc/util.h \
32                 ${SRCDIR}/include/isccc/version.h
33
34 INCSDIR=        ${INCLUDEDIR}/isccc
35 .endif
36
37 .include <bsd.lib.mk>