2009-11-15 08:22:33 +08: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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
|
2009-11-15 08:27:43 +08:00
|
|
|
PARALLEL_DIRS := PrintFunctionNames wpa
|
2009-11-15 08:22:33 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|