1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= MCLinkerSupport 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${MCLINKER_SRCDIR}/lib/Support 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS= CommandLine.cpp \ 10*f4a2713aSLionel Sambuc Directory.cpp \ 11*f4a2713aSLionel Sambuc FileHandle.cpp \ 12*f4a2713aSLionel Sambuc FileSystem.cpp \ 13*f4a2713aSLionel Sambuc HandleToArea.cpp \ 14*f4a2713aSLionel Sambuc LEB128.cpp \ 15*f4a2713aSLionel Sambuc MemoryArea.cpp \ 16*f4a2713aSLionel Sambuc MemoryAreaFactory.cpp \ 17*f4a2713aSLionel Sambuc MemoryRegion.cpp \ 18*f4a2713aSLionel Sambuc MsgHandling.cpp \ 19*f4a2713aSLionel Sambuc Path.cpp \ 20*f4a2713aSLionel Sambuc raw_mem_ostream.cpp \ 21*f4a2713aSLionel Sambuc raw_ostream.cpp \ 22*f4a2713aSLionel Sambuc RealPath.cpp \ 23*f4a2713aSLionel Sambuc RegionFactory.cpp \ 24*f4a2713aSLionel Sambuc Space.cpp \ 25*f4a2713aSLionel Sambuc SystemUtils.cpp \ 26*f4a2713aSLionel Sambuc TargetRegistry.cpp \ 27*f4a2713aSLionel Sambuc ToolOutputFile.cpp 28*f4a2713aSLionel Sambuc 29*f4a2713aSLionel Sambuc.if defined(HOSTLIB) 30*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 31*f4a2713aSLionel Sambuc.else 32*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 33*f4a2713aSLionel Sambuc.endif 34