2009-11-15 08:22:33 +08:00
|
|
|
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2010-06-09 04:34:18 +08:00
|
|
|
CLANG_LEVEL := ..
|
2009-11-15 08:22:33 +08:00
|
|
|
|
2012-02-13 20:32:15 +08:00
|
|
|
PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
|
2009-11-15 08:22:33 +08:00
|
|
|
|
2010-06-09 04:34:18 +08:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|