summaryrefslogtreecommitdiffstats
path: root/lib/clang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/Makefile')
-rw-r--r--lib/clang/Makefile67
1 files changed, 67 insertions, 0 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile
new file mode 100644
index 0000000..8f7d18a
--- /dev/null
+++ b/lib/clang/Makefile
@@ -0,0 +1,67 @@
+# $FreeBSD$
+
+.if !make(install)
+SUBDIR= libclanganalysis \
+ libclangarcmigrate \
+ libclangast \
+ libclangbasic \
+ libclangcodegen \
+ libclangdriver \
+ libclangfrontend \
+ libclangfrontendtool \
+ libclangindex \
+ libclanglex \
+ libclangparse \
+ libclangrewrite \
+ libclangsema \
+ libclangserialization \
+ libclangstaticanalyzercheckers \
+ libclangstaticanalyzercore \
+ libclangstaticanalyzerfrontend \
+ \
+ libllvmanalysis \
+ libllvmasmparser \
+ libllvmasmprinter \
+ libllvmbitreader \
+ libllvmbitwriter \
+ libllvmcodegen \
+ libllvmcore \
+ libllvminstcombine \
+ libllvminstrumentation \
+ libllvmipa \
+ libllvmipo \
+ libllvmmc \
+ libllvmmcparser \
+ libllvmscalaropts \
+ libllvmselectiondag \
+ libllvmsupport \
+ libllvmtablegen \
+ libllvmtarget \
+ libllvmtransformutils \
+ \
+ libllvmarmasmparser \
+ libllvmarmcodegen \
+ libllvmarmdesc \
+ libllvmarmdisassembler \
+ libllvmarminfo \
+ libllvmarminstprinter \
+ libllvmmipscodegen \
+ libllvmmipsdesc \
+ libllvmmipsinfo \
+ libllvmmipsinstprinter \
+ libllvmpowerpccodegen \
+ libllvmpowerpcdesc \
+ libllvmpowerpcinfo \
+ libllvmpowerpcinstprinter \
+ libllvmx86asmparser \
+ libllvmx86codegen \
+ libllvmx86desc \
+ libllvmx86disassembler \
+ libllvmx86info \
+ libllvmx86instprinter \
+ libllvmx86utils
+.endif
+
+SUBDIR+= include
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud