34cdd77646
clang-tblgen and clang itself built.
13 lines
143 B
Makefile
13 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmirreader
|
|
|
|
SRCDIR= lib/IRReader
|
|
SRCS= IRReader.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|