blob: d8d902874ae0a5eba87a3591d8ca04040cf355dc [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
Dylan Noblesmith89446752012-02-13 12:32:15 +000012PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
Daniel Dunbar297b0832009-11-15 00:22:33 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile