freebsd-dev/examples/Makefile

15 lines
458 B
Makefile
Raw Normal View History

2010-01-01 10:34:51 +00: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.
#
##===----------------------------------------------------------------------===##
2010-07-13 17:21:42 +00:00
CLANG_LEVEL := ..
2010-01-01 10:34:51 +00:00
PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
2010-01-01 10:34:51 +00:00
2010-07-13 17:21:42 +00:00
include $(CLANG_LEVEL)/Makefile