2010-08-19 20:04:19 +00:00
|
|
|
##===- tools/llvmc/examples/Makefile -----------------------*- Makefile -*-===##
|
2008-09-22 20:49:34 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2010-08-19 20:04:19 +00:00
|
|
|
LEVEL=../../..
|
2009-03-02 09:01:14 +00:00
|
|
|
|
2010-10-23 07:33:02 +00:00
|
|
|
PARALLEL_DIRS := Hello Simple mcc16 Skeleton
|
2008-09-22 20:49:34 +00:00
|
|
|
|
2009-03-02 09:04:13 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|