freebsd-dev/lib/clang/libllvmcore/Makefile

52 lines
824 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= llvmcore
SRCDIR= lib/VMCore
SRCS= AsmWriter.cpp \
Attributes.cpp \
AutoUpgrade.cpp \
BasicBlock.cpp \
ConstantFold.cpp \
Constants.cpp \
Core.cpp \
DIBuilder.cpp \
DataLayout.cpp \
DebugInfo.cpp \
DebugLoc.cpp \
Dominators.cpp \
Function.cpp \
GCOV.cpp \
GVMaterializer.cpp \
Globals.cpp \
IRBuilder.cpp \
InlineAsm.cpp \
Instruction.cpp \
Instructions.cpp \
IntrinsicInst.cpp \
LLVMContext.cpp \
LLVMContextImpl.cpp \
LeakDetector.cpp \
Metadata.cpp \
Module.cpp \
Pass.cpp \
PassManager.cpp \
PassRegistry.cpp \
PrintModulePass.cpp \
Type.cpp \
TypeFinder.cpp \
TargetTransformInfo.cpp \
Use.cpp \
User.cpp \
Value.cpp \
ValueSymbolTable.cpp \
ValueTypes.cpp \
Verifier.cpp
LLVM_REQUIRES_RTTI=
TGHDRS= Intrinsics
.include "../clang.lib.mk"