Home | History | Annotate | Line # | Download | only in librt
Makefile.inc revision 1.3.2.1
      1  1.3.2.1      cjep #	$NetBSD: Makefile.inc,v 1.3.2.1 2021/05/31 22:10:14 cjep Exp $
      2      1.1     joerg 
      3      1.1     joerg LLVM_TOPLEVEL:=	${.PARSEDIR}/..
      4      1.1     joerg NOSTATICLIB=	yes
      5      1.1     joerg 
      6  1.3.2.1      cjep CWARNFLAGS.gcc+=	${${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
      7      1.3  christos 
      8      1.1     joerg .include "${LLVM_TOPLEVEL}/lib/Makefile.inc"
      9      1.1     joerg .include "${LLVM_TOPLEVEL}/lib/${.CURDIR:T}/Makefile"
     10      1.2       mrg 
     11  1.3.2.1      cjep LLVM_INCLUDE_OBJDIR!=	cd ${LLVM_TOPLEVEL}/include && ${PRINTOBJDIR}
     12  1.3.2.1      cjep LLVM_MODULE_CACHE=	${LLVM_INCLUDE_OBJDIR}/module.cache-rt
     13