# $NetBSD: Makefile,v 1.14 2001/12/12 00:51:00 tv Exp $ DIST= ${.CURDIR}/../../../crypto/dist .PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers PROG= asn1_compile NOLINT= # defined NOMAN= # defined WARNS?= 1 asn1_compile_SRCS = \ gen.c \ gen_copy.c \ gen_decode.c \ gen_encode.c \ gen_free.c \ gen_glue.c \ gen_length.c \ hash.c \ lex.l \ main.c \ parse.y \ symbol.c roken_SRCS = \ getarg.c \ print_version.c \ warnerr.c \ strupr.c \ get_window_size.c SRCS= $(asn1_compile_SRCS) \ $(roken_SRCS) YHEADER= # defined #LIBROKEN!= cd ${.CURDIR}/../../libroken && ${PRINTOBJDIR} # -I${LIBROKEN} \ HOST_CPPFLAGS+= -I. \ -I${.CURDIR}/../../../include/heimdal \ -I${DIST}/heimdal/lib/asn1 \ -I${DIST}/heimdal/lib/roken \ -DHAVE_CONFIG_H DPSRCS= print_version.h make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h make-print-version: make-print-version.lo ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC} print_version.h: make-print-version ./make-print-version print_version.h .NOPATH: print_version.h make-print-version CLEANFILES+= print_version.h make-print-version make-print-version.lo # HOSTPROG will be set already if this is a src/tools build. .ifndef HOSTPROG HOSTPROG= ${PROG} .include .endif