1# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $ 2 3LIB= MCLinkerSupport 4 5.include <bsd.init.mk> 6 7.PATH: ${MCLINKER_SRCDIR}/lib/Support 8 9SRCS= 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 28 29.if defined(HOSTLIB) 30.include <bsd.hostlib.mk> 31.else 32.include <bsd.lib.mk> 33.endif 34