ffa548ae3e
WITH_CLANG_EXTRAS tools built.
18 lines
210 B
Makefile
18 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=llvm-as
|
|
|
|
SRCDIR= tools/llvm-as
|
|
SRCS= llvm-as.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
LIBDEPS=llvmbitwriter \
|
|
llvmasmparser \
|
|
llvmcore \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|