blob: 9f1615c2f0162084ab92bbb5623f43e8f1f074d5 [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 Klimekd06f5982011-06-01 01:21:01 +000012PARALLEL_DIRS := clang-interpreter PrintFunctionNames Tooling
Daniel Dunbar297b0832009-11-15 00:22:33 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile