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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
|
2010-02-25 11:49:05 +03:00
|
|
|
PARALLEL_DIRS := clang-interpreter PrintFunctionNames wpa
|
2009-11-15 03:22:33 +03:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|