summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile
blob: 307713f8a5c70ae5bd25ae180785017b296fe7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $OpenBSD: Makefile,v 1.4 2017/10/04 20:57:09 patrick Exp $

LIB=	LLVMDebugInfoCodeView
NOPIC=
NOPROFILE=

CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/DebugInfo/CodeView

.include <bsd.own.mk>
SRCS=	CVTypeVisitor.cpp \
	CodeViewError.cpp \
	CodeViewRecordIO.cpp \
	Formatters.cpp \
	Line.cpp \
	RecordSerialization.cpp \
	SymbolDumper.cpp \
	TypeDumpVisitor.cpp \
	TypeIndex.cpp \
	TypeName.cpp \
	TypeRecordMapping.cpp \
	TypeSerializer.cpp \
	TypeStreamMerger.cpp \
	TypeTableCollection.cpp

.PATH:	${.CURDIR}/../../../llvm/lib/DebugInfo/CodeView

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>