1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:37 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldReaderWriterPECOFF 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLD_SRCDIR}/lib/ReaderWriter/PECOFF 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucSRCS+= EdataPass.cpp \ 10*0a6a1f1dSLionel Sambuc IdataPass.cpp \ 11*0a6a1f1dSLionel Sambuc LinkerGeneratedSymbolFile.cpp \ 12*0a6a1f1dSLionel Sambuc LoadConfigPass.cpp \ 13*0a6a1f1dSLionel Sambuc PECOFFLinkingContext.cpp \ 14*0a6a1f1dSLionel Sambuc Pass.cpp \ 15f4a2713aSLionel Sambuc ReaderCOFF.cpp \ 16f4a2713aSLionel Sambuc ReaderImportHeader.cpp \ 17*0a6a1f1dSLionel Sambuc WriterImportLibrary.cpp \ 18f4a2713aSLionel Sambuc WriterPECOFF.cpp 19f4a2713aSLionel Sambuc 20f4a2713aSLionel Sambuc.if defined(HOSTLIB) 21f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 22f4a2713aSLionel Sambuc.else 23f4a2713aSLionel Sambuc.include <bsd.lib.mk> 24f4a2713aSLionel Sambuc.endif 25