tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / libLLVMTableGen / Makefile
blob9653aa7196abfe9caa0548495d2f696a3c44428c
1 # $NetBSD: Makefile,v 1.4 2012/10/28 17:07:46 joerg Exp $
3 LIB= LLVMTableGen
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/TableGen
9 SRCS+= Error.cpp \
10 Main.cpp \
11 Record.cpp \
12 StringMatcher.cpp \
13 TableGenBackend.cpp \
14 TGLexer.cpp \
15 TGParser.cpp
17 .if defined(HOSTLIB)
18 .include <bsd.hostlib.mk>
19 .else
20 .include <bsd.lib.mk>
21 .endif