1 1.1.2.2 cjep # $NetBSD: Makefile,v 1.1.2.2 2021/05/31 22:10:12 cjep Exp $ 2 1.1.2.2 cjep 3 1.1.2.2 cjep LIB= clangInterpreter 4 1.1.2.2 cjep 5 1.1.2.2 cjep .include <bsd.init.mk> 6 1.1.2.2 cjep 7 1.1.2.2 cjep .PATH: ${CLANG_SRCDIR}/lib/Interpreter 8 1.1.2.2 cjep 9 1.1.2.2 cjep CPPFLAGS+= -I${CLANG_SRCDIR}/lib/Interpreter 10 1.1.2.2 cjep 11 1.1.2.2 cjep SRCS+= IncrementalExecutor.cpp \ 12 1.1.2.2 cjep IncrementalParser.cpp \ 13 1.1.2.2 cjep Interpreter.cpp 14 1.1.2.2 cjep 15 1.1.2.2 cjep .if defined(HOSTLIB) 16 1.1.2.2 cjep .include <bsd.hostlib.mk> 17 1.1.2.2 cjep .else 18 1.1.2.2 cjep .include <bsd.lib.mk> 19 1.1.2.2 cjep .endif 20