1 # $NetBSD: Makefile.inc,v 1.1 2011/02/06 01:14:12 joerg Exp $ 2 3 .include "${.PARSEDIR}/../llvm/Makefile.inc" 4 5 HOSTLIB= ${LIB} 6 7 .include "${LLVM_TOPLEVEL}/lib/Makefile.inc" 8 .include "${LLVM_TOPLEVEL}/lib/${.CURDIR:T}/Makefile" 9 10 HOST_CPPFLAGS:= ${HOST_CPPFLAGS:N-Wp,-iremap,*} 11