Files
netbsd/external/bsd/llvm/lib/libLLVMTableGen/Makefile
2013-04-06 16:48:33 +02:00

23 lines
361 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/05/29 19:31:52 joerg Exp $
LIB= LLVMTableGen
.include <bsd.init.mk>
.PATH: ${LLVM_SRCDIR}/lib/TableGen
SRCS+= Error.cpp \
Main.cpp \
Record.cpp \
StringMatcher.cpp \
TableGenAction.cpp \
TableGenBackend.cpp \
TGLexer.cpp \
TGParser.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif