freebsd-dev/lib/clang/libllvmipa/Makefile
Roman Divacky 47c832c3dd Import the build makefiles for clang/LLVM.
Approved by:	ed (mentor)
2010-06-09 19:32:20 +00:00

12 lines
180 B
Makefile

# $FreeBSD$
LIB= llvmipa
SRCDIR= lib/Analysis/IPA
SRCS= CallGraph.cpp CallGraphSCCPass.cpp FindUsedTypes.cpp \
GlobalsModRef.cpp
TGHDRS= Intrinsics
.include "../clang.lib.mk"