14 lines
220 B
Makefile
14 lines
220 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $
|
||
|
|
||
|
LIB= LLVMArchive
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
.PATH: ${LLVM_SRCDIR}/lib/Archive
|
||
|
|
||
|
SRCS+= Archive.cpp \
|
||
|
ArchiveReader.cpp \
|
||
|
ArchiveWriter.cpp
|
||
|
|
||
|
.include <bsd.lib.mk>
|