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.6
1#	$NetBSD: Makefile,v 1.6 2010/02/03 12:58:53 tsutsui Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}compile_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
8make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
9make-print-version: make-print-version.lo
10	${_MKTARGET_LINK}
11	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
12
13DPSRCS=	print_version.h
14print_version.h: make-print-version
15	${_MKTARGET_CREATE}
16	./make-print-version print_version.h
17
18.include "${.CURDIR}/../Makefile.host"
19
20.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
21CLEANFILES+=	print_version.h make-print-version make-print-version.lo
22

Indexes created Mon Jan 26 14:10:17 GMT 2026