2009-11-15 03:22:33 +03: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 00:34:18 +04:00
|
|
|
CLANG_LEVEL := ..
|
2009-11-15 03:22:33 +03:00
|
|
|
|
2011-06-02 20:58:33 +04:00
|
|
|
PARALLEL_DIRS := clang-interpreter PrintFunctionNames
|
2009-11-15 03:22:33 +03:00
|
|
|
|
2010-06-09 00:34:18 +04:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|