Home | History | Annotate | Line # | Download | only in xz-include
Makefile revision 1.2.4.2
      1  1.2.4.2  christos #	$NetBSD: Makefile,v 1.2.4.2 2019/06/10 22:10:16 christos Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include <bsd.hostinit.mk>
      4  1.2.4.2  christos 
      5  1.2.4.2  christos #
      6  1.2.4.2  christos # Do *not* set HOSTPROG or HOSTLIB at this point otherwise
      7  1.2.4.2  christos # it will create a loop trying to extract the object directory.
      8  1.2.4.2  christos #
      9  1.2.4.2  christos .include "Makefile.inc"
     10  1.2.4.2  christos 
     11  1.2.4.2  christos CONFIGURE_ARGS+=	--enable-threads=no --disable-nls
     12  1.2.4.2  christos 
     13  1.2.4.2  christos config.status: ${XZSRCDIR}/configure
     14  1.2.4.2  christos 	${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \
     15  1.2.4.2  christos 	    CC=${HOST_CC:Q}
     16  1.2.4.2  christos 
     17  1.2.4.2  christos CLEANFILES+=	config.log config.status config.h libtool stamp-h1
     18  1.2.4.2  christos 
     19  1.2.4.2  christos realdepends realall: config.status
     20  1.2.4.2  christos 
     21  1.2.4.2  christos .include <bsd.hostprog.mk>
     22