Cross Reference: Makefile
xref: /src/tools/xz-include/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/xz-include/
Makefile revision 1.2
11.2Sjoerg#	$NetBSD: Makefile,v 1.2 2018/09/25 11:41:35 joerg Exp $
21.1Sjoerg
31.1Sjoerg.include <bsd.hostinit.mk>
41.1Sjoerg
51.1Sjoerg#
61.1Sjoerg# Do *not* set HOSTPROG or HOSTLIB at this point otherwise
71.1Sjoerg# it will create a loop trying to extract the object directory.
81.1Sjoerg#
91.1Sjoerg.include "Makefile.inc"
101.1Sjoerg
111.2SjoergCONFIGURE_ARGS+=	--enable-threads=no --disable-nls
121.1Sjoerg
131.1Sjoergconfig.status: ${XZSRCDIR}/configure
141.1Sjoerg	${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \
151.1Sjoerg	    CC=${HOST_CC:Q}
161.1Sjoerg
171.1SjoergCLEANFILES+=	config.log config.status config.h libtool stamp-h1
181.1Sjoerg
191.1Sjoergrealdepends realall: config.status
201.1Sjoerg
211.1Sjoerg.include <bsd.hostprog.mk>
22

Indexes created Wed Jan 14 12:09:31 GMT 2026