summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmruntimedyld/Makefile
blob: 02ca4bd0f1ae33f6412578c86d5bc326ad9357bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <bsd.own.mk>

LIB=	llvmruntimedyld

SRCDIR=	lib/ExecutionEngine/RuntimeDyld
SRCS=	GDBRegistrar.cpp \
	RuntimeDyld.cpp \
	RuntimeDyldELF.cpp \
	RuntimeDyldMachO.cpp

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud