Merge pull request #3120 from esdrubal/syscall_details
[mono.git] / llvm / Makefile.am
1 #
2 # Conditional submodule for llvm
3 #
4 # make reset-llvm will checkout a version of llvm which is suitable for this version of mono
5 # into $top_srcdir/llvm/llvm.
6 #
7
8 LLVM_PATH=llvm
9
10 include $(top_srcdir)/scripts/submodules/versions.mk
11
12 $(eval $(call ValidateVersionTemplate,llvm,LLVM))
13
14 # Bump the given submodule to the revision given by the REV make variable
15 # If COMMIT is 1, commit the change
16 bump-llvm: __bump-version-llvm
17
18 # Bump the given submodule to the branch given by the BRANCH/REMOTE_BRANCH make variables
19 # If COMMIT is 1, commit the change
20 bump-branch-llvm: __bump-branch-llvm
21
22 # Bump the given submodule to its current GIT version
23 # If COMMIT is 1, commit the change
24 bump-current-llvm: __bump-current-version-llvm
25
26 clean-local:
27         $(RM) -r $(LLVM_PATH)
28
29 EXTRA_DIST=SUBMODULES.json