xref: /minix3/external/bsd/llvm/lib/libclangSerialization/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#	$NetBSD: Makefile,v 1.5 2013/02/04 15:00:36 joerg Exp $
2
3LIB=	clangSerialization
4
5.include <bsd.init.mk>
6
7.PATH: ${CLANG_SRCDIR}/lib/Serialization
8
9SRCS+=	ASTCommon.cpp \
10	ASTReader.cpp \
11	ASTReaderDecl.cpp \
12	ASTReaderStmt.cpp \
13	ASTWriter.cpp \
14	ASTWriterDecl.cpp \
15	ASTWriterStmt.cpp \
16	GeneratePCH.cpp \
17	GlobalModuleIndex.cpp \
18	Module.cpp \
19	ModuleManager.cpp
20
21.if defined(HOSTLIB)
22.include <bsd.hostlib.mk>
23.else
24.include <bsd.lib.mk>
25.endif
26