blob: 0be84d406405b33a90630f5d453167fc3f72e6de [file] [log] [blame]
Ted Kremenek305c6132012-09-01 05:09:24 +00001##===- clang/lib/StaticAnalyzer/Makefile -------------------*- Makefile -*-===##
Chris Lattner8bd12b82007-09-15 22:21:22 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner6298b8c2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Chris Lattner8bd12b82007-09-15 22:21:22 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner8bd12b82007-09-15 22:21:22 +00009
Daniel Dunbarafed0992010-06-08 20:34:18 +000010CLANG_LEVEL := ../..
Ted Kremenek305c6132012-09-01 05:09:24 +000011DIRS := Frontend
12PARALLEL_DIRS := Core
Chris Lattner8bd12b82007-09-15 22:21:22 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile