NetBSD/tools/llvm-tblgen/Makefile
joerg 48360965f3 Add LLVM and clang build system. It is enabled by MKLLVM=yes.
Upstream sources can be fetched by running "make checkout" in
src/external/bsd/llvm, they will be properly imported once the
integration and missing features are sorted out.
2011-02-06 01:13:42 +00:00

8 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:24 joerg Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tblgen
HOSTPROG_CXX= ${_TOOL_PREFIX}tblgen
HOST_SRCDIR= external/bsd/llvm/bin/tblgen
.include "${.CURDIR}/../Makefile.host"