Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / libMCLinkerSupport / Makefile
blob4bc5dd2b5840cb4923c697da75835fca9baf65cd
1 # $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $
3 LIB= MCLinkerSupport
5 .include <bsd.init.mk>
7 .PATH: ${MCLINKER_SRCDIR}/lib/Support
9 SRCS= CommandLine.cpp \
10 Directory.cpp \
11 FileHandle.cpp \
12 FileSystem.cpp \
13 HandleToArea.cpp \
14 LEB128.cpp \
15 MemoryArea.cpp \
16 MemoryAreaFactory.cpp \
17 MemoryRegion.cpp \
18 MsgHandling.cpp \
19 Path.cpp \
20 raw_mem_ostream.cpp \
21 raw_ostream.cpp \
22 RealPath.cpp \
23 RegionFactory.cpp \
24 Space.cpp \
25 SystemUtils.cpp \
26 TargetRegistry.cpp \
27 ToolOutputFile.cpp
29 .if defined(HOSTLIB)
30 .include <bsd.hostlib.mk>
31 .else
32 .include <bsd.lib.mk>
33 .endif