Home | History | Annotate | Line # | Download | only in compile_et
Makefile revision 1.5
      1  1.5    lukem #	$NetBSD: Makefile,v 1.5 2003/11/16 14:14:18 lukem Exp $
      2  1.1       tv 
      3  1.4  thorpej HOSTPROGNAME=	${_TOOL_PREFIX}compile_et
      4  1.1       tv HOST_SRCDIR=	usr.bin/compile_et
      5  1.1       tv HOST_SRCS=	getarg.c print_version.c warnerr.c strupr.c get_window_size.c
      6  1.1       tv HOST_CPPFLAGS=	-I${DIST}/heimdal/lib/roken
      7  1.1       tv 
      8  1.1       tv # uncommon library functions
      9  1.1       tv .PATH: ${.CURDIR}/../../lib/libc/string
     10  1.1       tv HOST_SRCS+=	strlcpy.c strlcat.c
     11  1.1       tv 
     12  1.5    lukem make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
     13  1.5    lukem make-print-version: make-print-version.lo
     14  1.5    lukem 	${_MKTARGET_LINK}
     15  1.5    lukem 	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
     16  1.5    lukem 
     17  1.1       tv DPSRCS=	print_version.h
     18  1.5    lukem print_version.h: make-print-version
     19  1.5    lukem 	${_MKTARGET_CREATE}
     20  1.1       tv 	./make-print-version print_version.h
     21  1.1       tv 
     22  1.1       tv .include "${.CURDIR}/../Makefile.host"
     23  1.1       tv 
     24  1.1       tv .PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
     25  1.1       tv CLEANFILES+=	print_version.h make-print-version make-print-version.lo
     26