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.1
1#	$NetBSD: Makefile,v 1.1 2001/09/21 23:01:08 tv Exp $
2
3HOST_SRCDIR=	usr.bin/compile_et
4HOST_SRCS=	getarg.c print_version.c warnerr.c strupr.c get_window_size.c
5HOST_CPPFLAGS=	-I${DIST}/heimdal/lib/roken
6
7# uncommon library functions
8.PATH: ${.CURDIR}/../../lib/libc/string
9HOST_SRCS+=	strlcpy.c strlcat.c
10
11DPSRCS=	print_version.h
12print_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h
13	${HOST_LINK.c} -o make-print-version ${>:M*.c}
14	./make-print-version print_version.h
15
16.include "${.CURDIR}/../Makefile.host"
17
18.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
19CLEANFILES+=	print_version.h make-print-version make-print-version.lo
20
21${TIMESTAMP}: Makefile
22

Indexes created Sat Dec 13 21:09:37 GMT 2025