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