12 lines
183 B
Makefile
12 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-diff
|
|
|
|
SRCDIR= tools/llvm-diff
|
|
SRCS+= DiffConsumer.cpp
|
|
SRCS+= DiffLog.cpp
|
|
SRCS+= DifferenceEngine.cpp
|
|
SRCS+= llvm-diff.cpp
|
|
|
|
.include "../llvm.prog.mk"
|