[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcom_err

Annotation of src/lib/libcom_err/Makefile, Revision 1.8

1.8     ! tv          1: # $NetBSD: Makefile,v 1.7 2001/10/06 21:49:32 perry Exp $
1.5       gmcgarry    2:
                      3: .include <bsd.own.mk>
                      4:
1.2       thorpej     5: DIST=          ${.CURDIR}/../../crypto/dist
1.1       thorpej     6: .PATH: ${DIST}/heimdal/lib/com_err
                      7:
                      8: WARNS?=  1
                      9: MKLINT= no
                     10:
                     11: LIB=   com_err
                     12: SRCS=  error.c com_err.c roken_rename.h
                     13:
                     14: INCS=  com_err.h com_right.h
                     15:
1.8     ! tv         16: .if ${USETOOLS} != "yes"
1.1       thorpej    17: .PHONY: compile_et
                     18:
                     19: includes: compile_et
                     20:
                     21: compile_et:
1.3       jdolecek   22:        @cd ${.CURDIR}/compile_et && ${MAKE}
1.4       tv         23: .endif
1.1       thorpej    24:
                     25: INCSDIR=/usr/include/krb5
                     26:
                     27: CPPFLAGS+= -I.                                 \
                     28:         -I${.CURDIR}/../../include/heimdal     \
                     29:         -I${.CURDIR}/../libroken               \
                     30:         -I${DIST}/heimdal/lib/com_err          \
                     31:         -I${DIST}/heimdal/lib/roken            \
                     32:         -DHAVE_CONFIG_H
                     33:
1.8     ! tv         34: .if ${USETOOLS} != "yes"
1.1       thorpej    35: SUBDIR=        compile_et
1.4       tv         36: .endif
1.1       thorpej    37:
                     38: .include <bsd.lib.mk>
1.8     ! tv         39: .if ${USETOOLS} != "yes"
1.1       thorpej    40: .include <bsd.subdir.mk>
1.4       tv         41: .endif

CVSweb <webmaster@jp.NetBSD.org>