Home | History | Annotate | Line # | Download | only in xz-include
Makefile revision 1.1
      1  1.1  joerg #	$NetBSD: Makefile,v 1.1 2018/09/25 05:42:08 joerg 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.1  joerg CONFIGURE_ARGS+=	--enable-threads=no
     12  1.1  joerg 
     13  1.1  joerg config.status: ${XZSRCDIR}/configure
     14  1.1  joerg 	${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \
     15  1.1  joerg 	    CC=${HOST_CC:Q}
     16  1.1  joerg 
     17  1.1  joerg CLEANFILES+=	config.log config.status config.h libtool stamp-h1
     18  1.1  joerg 
     19  1.1  joerg realdepends realall: config.status
     20  1.1  joerg 
     21  1.1  joerg .include <bsd.hostprog.mk>
     22