11 lines
162 B
Makefile
11 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= lldb-tblgen
|
|
MAN=
|
|
|
|
SRCDIR= tools/lldb/utils/TableGen
|
|
SRCS+= LLDBOptionDefEmitter.cpp
|
|
SRCS+= LLDBTableGen.cpp
|
|
|
|
.include "../llvm.prog.mk"
|