Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / liblldReaderWriterPECOFF / Makefile
blobb0013bcdb36800a64309d78c3e7acd2fa6a8cab6
1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:37 joerg Exp $
3 LIB= lldReaderWriterPECOFF
5 .include <bsd.init.mk>
7 .PATH: ${LLD_SRCDIR}/lib/ReaderWriter/PECOFF
9 SRCS+= EdataPass.cpp \
10 IdataPass.cpp \
11 LinkerGeneratedSymbolFile.cpp \
12 LoadConfigPass.cpp \
13 PECOFFLinkingContext.cpp \
14 Pass.cpp \
15 ReaderCOFF.cpp \
16 ReaderImportHeader.cpp \
17 WriterImportLibrary.cpp \
18 WriterPECOFF.cpp
20 .if defined(HOSTLIB)
21 .include <bsd.hostlib.mk>
22 .else
23 .include <bsd.lib.mk>
24 .endif