blob: c4535650a9143745001f59ae65329c2dd87a4f90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.5 2020/08/03 14:45:25 patrick Exp $
LIB= LLVMDemangle
NOPROFILE=
CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Demangle
SRCS+= Demangle.cpp \
ItaniumDemangle.cpp \
MicrosoftDemangle.cpp \
MicrosoftDemangleNodes.cpp
.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Demangle
|