1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= MCLinkerFragment 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${MCLINKER_SRCDIR}/lib/Fragment 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS= AlignFragment.cpp \ 10*f4a2713aSLionel Sambuc FillFragment.cpp \ 11*f4a2713aSLionel Sambuc Fragment.cpp \ 12*f4a2713aSLionel Sambuc FragmentLinker.cpp \ 13*f4a2713aSLionel Sambuc FragmentRef.cpp \ 14*f4a2713aSLionel Sambuc NullFragment.cpp \ 15*f4a2713aSLionel Sambuc RegionFragment.cpp \ 16*f4a2713aSLionel Sambuc Relocation.cpp \ 17*f4a2713aSLionel Sambuc Stub.cpp 18*f4a2713aSLionel Sambuc 19*f4a2713aSLionel Sambuc.if defined(HOSTLIB) 20*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 21*f4a2713aSLionel Sambuc.else 22*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 23*f4a2713aSLionel Sambuc.endif 24