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