mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
22 lines
389 B
Makefile
22 lines
389 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmobjcarcopts
|
|
|
|
SRCDIR= lib/Transforms/ObjCARC
|
|
SRCS= ARCInstKind.cpp \
|
|
DependencyAnalysis.cpp \
|
|
ObjCARC.cpp \
|
|
ObjCARCAPElim.cpp \
|
|
ObjCARCAliasAnalysis.cpp \
|
|
ObjCARCContract.cpp \
|
|
ObjCARCExpand.cpp \
|
|
ObjCARCOpts.cpp \
|
|
ProvenanceAnalysis.cpp \
|
|
ProvenanceAnalysisEvaluator.cpp \
|
|
PtrState.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|