tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / libclangBasic / Makefile
blob13600e305f4c40414fa0187c6d2feb6aa294e03f
1 # $NetBSD: Makefile,v 1.10 2013/04/25 13:59:58 joerg Exp $
3 LIB= clangBasic
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Basic
9 SRCS+= Builtins.cpp \
10 CharInfo.cpp \
11 Diagnostic.cpp \
12 DiagnosticIDs.cpp \
13 FileManager.cpp \
14 FileSystemStatCache.cpp \
15 IdentifierTable.cpp \
16 LangOptions.cpp \
17 Module.cpp \
18 ObjCRuntime.cpp \
19 OpenMPKinds.cpp \
20 OperatorPrecedence.cpp \
21 SourceLocation.cpp \
22 SourceManager.cpp \
23 TargetInfo.cpp \
24 Targets.cpp \
25 TokenKinds.cpp \
26 Version.cpp \
27 VersionTuple.cpp
29 CPPFLAGS.Version.cpp= -DSVN_REVISION=\"${CLANG_REVISION}\" \
30 -DLLVM_REVISION=\"${LLVM_REVISION}\"
32 .if defined(HOSTLIB)
33 .include <bsd.hostlib.mk>
34 .else
35 .include <bsd.lib.mk>
36 .endif