1 1.4 christos # $NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $ 2 1.1 joerg 3 1.1 joerg .include <bsd.hostinit.mk> 4 1.1 joerg 5 1.1 joerg # 6 1.1 joerg # Do *not* set HOSTPROG or HOSTLIB at this point otherwise 7 1.1 joerg # it will create a loop trying to extract the object directory. 8 1.1 joerg # 9 1.1 joerg .include "Makefile.inc" 10 1.1 joerg 11 1.2 joerg CONFIGURE_ARGS+= --enable-threads=no --disable-nls 12 1.3 lukem .if ${MAKEVERBOSE} == 0 13 1.3 lukem CONFIGURE_ARGS+= --silent 14 1.3 lukem .endif 15 1.1 joerg 16 1.1 joerg config.status: ${XZSRCDIR}/configure 17 1.1 joerg ${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \ 18 1.4 christos CC=${HOST_CC:Q} CPPFLAGS=${HOST_CPPFLAGS:Q} 19 1.1 joerg 20 1.1 joerg CLEANFILES+= config.log config.status config.h libtool stamp-h1 21 1.1 joerg 22 1.1 joerg realdepends realall: config.status 23 1.1 joerg 24 1.1 joerg .include <bsd.hostprog.mk> 25