1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= MCLinkerTarget 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${MCLINKER_SRCDIR}/lib/Target 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS= ELFDynamic.cpp \ 10*f4a2713aSLionel Sambuc ELFEmulation.cpp \ 11*f4a2713aSLionel Sambuc ELFMCLinker.cpp \ 12*f4a2713aSLionel Sambuc GNUInfo.cpp \ 13*f4a2713aSLionel Sambuc GNULDBackend.cpp \ 14*f4a2713aSLionel Sambuc GOT.cpp \ 15*f4a2713aSLionel Sambuc OutputRelocSection.cpp \ 16*f4a2713aSLionel Sambuc PLT.cpp \ 17*f4a2713aSLionel Sambuc Target.cpp \ 18*f4a2713aSLionel Sambuc TargetLDBackend.cpp 19*f4a2713aSLionel Sambuc 20*f4a2713aSLionel Sambuc.if defined(HOSTLIB) 21*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 22*f4a2713aSLionel Sambuc.else 23*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 24*f4a2713aSLionel Sambuc.endif 25