blob: 12ffff7d219a150a7589105d8a8e7f3e0eccadda [file] [log] [blame]
Jim Stichnothf7c9a142014-04-29 10:52:43 -07001
Derek Schuffbc643132014-05-22 16:39:25 -07002ifndef SUBZERO_LEVEL
3# Top-level, not included from a subdir
4SUBZERO_LEVEL := .
5DIRS := src
6PARALLEL_DIRS :=
7endif
Jim Stichnothf7c9a142014-04-29 10:52:43 -07008
Derek Schuffbc643132014-05-22 16:39:25 -07009# Set LLVM source root level.
10LEVEL := $(SUBZERO_LEVEL)/../..
Jim Stichnothf7c9a142014-04-29 10:52:43 -070011
Derek Schuffbc643132014-05-22 16:39:25 -070012# Include LLVM common makefile.
13include $(LEVEL)/Makefile.common