xref: /openbsd-src/gnu/usr.bin/clang/libLLVMRemarks/Makefile (revision c04ab3e34662cd5b490d8e7187b529217351cc52)
1# $OpenBSD: Makefile,v 1.2 2021/04/28 12:55:40 patrick Exp $
2
3LIB=	LLVMRemarks
4NOPROFILE=
5
6SRCS+=	BitstreamRemarkParser.cpp \
7	BitstreamRemarkSerializer.cpp \
8	Remark.cpp \
9	RemarkFormat.cpp \
10	RemarkLinker.cpp \
11	RemarkParser.cpp \
12	RemarkSerializer.cpp \
13	RemarkStreamer.cpp \
14	RemarkStringTable.cpp \
15	YAMLRemarkParser.cpp \
16	YAMLRemarkSerializer.cpp
17
18.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Remarks
19