mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
16 lines
263 B
Makefile
16 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= opt
|
|
|
|
SRCDIR= llvm/tools/opt
|
|
SRCS+= AnalysisWrappers.cpp
|
|
SRCS+= BreakpointPrinter.cpp
|
|
SRCS+= GraphPrinters.cpp
|
|
SRCS+= NewPMDriver.cpp
|
|
SRCS+= PassPrinters.cpp
|
|
SRCS+= PrintSCC.cpp
|
|
SRCS+= opt.cpp
|
|
|
|
LIBADD+= z
|
|
|
|
.include "../llvm.prog.mk"
|