]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmipa/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmipa / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmipa
4
5 SRCDIR= lib/Analysis/IPA
6 SRCS=   CallGraph.cpp \
7         CallGraphSCCPass.cpp \
8         FindUsedTypes.cpp \
9         GlobalsModRef.cpp
10
11 TGHDRS= Intrinsics
12
13 .include "../clang.lib.mk"