summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libMCLinkerSupport/Makefile
blob: 4bc5dd2b5840cb4923c697da75835fca9baf65cd (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
31
32
33
#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $

LIB=	MCLinkerSupport

.include <bsd.init.mk>

.PATH: ${MCLINKER_SRCDIR}/lib/Support

SRCS=	CommandLine.cpp \
	Directory.cpp \
	FileHandle.cpp \
	FileSystem.cpp \
	HandleToArea.cpp \
	LEB128.cpp \
	MemoryArea.cpp \
	MemoryAreaFactory.cpp \
	MemoryRegion.cpp \
	MsgHandling.cpp \
	Path.cpp \
	raw_mem_ostream.cpp \
	raw_ostream.cpp \
	RealPath.cpp \
	RegionFactory.cpp \
	Space.cpp \
	SystemUtils.cpp \
	TargetRegistry.cpp \
	ToolOutputFile.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif