2010-08-19 22:04:19 +02:00
|
|
|
##===- tools/llvmc/examples/Makefile -----------------------*- Makefile -*-===##
|
2008-09-22 22:49:34 +02: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 22:04:19 +02:00
|
|
|
LEVEL=../../..
|
2009-03-02 10:01:14 +01:00
|
|
|
|
2010-08-19 22:04:19 +02:00
|
|
|
PARALLEL_DIRS := Hello Simple mcc16 Skeleton
|
2008-09-22 22:49:34 +02:00
|
|
|
|
2009-03-02 10:04:13 +01:00
|
|
|
include $(LEVEL)/Makefile.common
|