1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= LLVMArchive 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Archive 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS+= Archive.cpp \ 10*f4a2713aSLionel Sambuc ArchiveReader.cpp \ 11*f4a2713aSLionel Sambuc ArchiveWriter.cpp 12*f4a2713aSLionel Sambuc 13*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 14