Cross Reference: Makefile
xref: /src/tools/compile_et/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/compile_et/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2001/11/14 22:13:39 tv Exp $
2
3HOSTPROGNAME=	nbcompile_et
4HOST_SRCDIR=	usr.bin/compile_et
5HOST_SRCS=	getarg.c print_version.c warnerr.c strupr.c get_window_size.c
6HOST_CPPFLAGS=	-I${DIST}/heimdal/lib/roken
7
8# uncommon library functions
9.PATH: ${.CURDIR}/../../lib/libc/string
10HOST_SRCS+=	strlcpy.c strlcat.c
11
12DPSRCS=	print_version.h
13print_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h
14	${HOST_LINK.c} -o make-print-version ${>:M*.c}
15	./make-print-version print_version.h
16
17.include "${.CURDIR}/../Makefile.host"
18
19.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
20CLEANFILES+=	print_version.h make-print-version make-print-version.lo
21

Indexes created Thu Dec 11 22:09:38 GMT 2025