1# $OpenBSD: Makefile,v 1.7 2023/11/11 18:35:37 robert Exp $
2
3LIB=	LLVMDemangle
4NOPROFILE=
5
6CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/Demangle
7
8SRCS+=	Demangle.cpp \
9	ItaniumDemangle.cpp \
10	MicrosoftDemangle.cpp \
11	MicrosoftDemangleNodes.cpp \
12	RustDemangle.cpp \
13	DLangDemangle.cpp
14
15.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Demangle
16