blob: 8468e93104426421111a0262ce0c6d1b11daa44e [file] [log] [blame]
Mikhail Glushenkovb57326c2010-08-19 20:04:19 +00001##===- tools/llvmc/examples/Makefile -----------------------*- Makefile -*-===##
Mikhail Glushenkovc82ce4a2008-09-22 20:49:34 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Mikhail Glushenkovb57326c2010-08-19 20:04:19 +000010LEVEL=../../..
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000011
Mikhail Glushenkov086976d2010-10-23 07:33:02 +000012PARALLEL_DIRS := Hello Simple mcc16 Skeleton
Mikhail Glushenkovc82ce4a2008-09-22 20:49:34 +000013
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000014include $(LEVEL)/Makefile.common