blob: 8cb431d7391608f404cd99068ce792f1a214bfdf [file] [log] [blame]
Daniel Dunbar297b0832009-11-15 00:22:33 +00001##===- examples/Makefile -----------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Daniel Dunbarafed0992010-06-08 20:34:18 +000010CLANG_LEVEL := ..
Daniel Dunbar297b0832009-11-15 00:22:33 +000011
Manuel Klimek16f21312011-06-02 16:58:33 +000012PARALLEL_DIRS := clang-interpreter PrintFunctionNames
Daniel Dunbar297b0832009-11-15 00:22:33 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile