tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / libLLVMLTO / Makefile
blob02fd095f78ffe8cdd97ad8fc96d03bfe5790a64e
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
3 LIB= LLVMLTO
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/LTO
9 SRCS+= LTOCodeGenerator.cpp \
10 LTOModule.cpp
12 .if defined(HOSTLIB)
13 .include <bsd.hostlib.mk>
14 .else
15 .include <bsd.lib.mk>
16 .endif