Deleted Added
full compact
Makefile (212904) Makefile (214562)
1# $FreeBSD: head/lib/clang/Makefile 212904 2010-09-20 16:43:17Z dim $
1# $FreeBSD: head/lib/clang/Makefile 214562 2010-10-30 16:53:42Z rpaulo $
2
2
3.if !make(install)
3SUBDIR= libclanganalysis \
4 libclangast \
5 libclangbasic \
6 libclangchecker \
7 libclangcodegen \
8 libclangdriver \
9 libclangindex \
10 libclangfrontend \

--- 32 unchanged lines hidden (view full) ---

43 libllvmmipsinfo \
44 libllvmpowerpcasmprinter \
45 libllvmpowerpccodegen \
46 libllvmpowerpcinfo \
47 libllvmx86asmparser \
48 libllvmx86asmprinter \
49 libllvmx86codegen \
50 libllvmx86disassembler \
4SUBDIR= libclanganalysis \
5 libclangast \
6 libclangbasic \
7 libclangchecker \
8 libclangcodegen \
9 libclangdriver \
10 libclangindex \
11 libclangfrontend \

--- 32 unchanged lines hidden (view full) ---

44 libllvmmipsinfo \
45 libllvmpowerpcasmprinter \
46 libllvmpowerpccodegen \
47 libllvmpowerpcinfo \
48 libllvmx86asmparser \
49 libllvmx86asmprinter \
50 libllvmx86codegen \
51 libllvmx86disassembler \
51 libllvmx86info \
52 \
53 include
52 libllvmx86info
53.endif
54
54
55SUBDIR+= include
56
55.include <bsd.subdir.mk>
57.include <bsd.subdir.mk>