2009-04-12 22:47:23 +02:00
|
|
|
##===- examples/Kaleidoscope/Makefile ----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2009-09-22 23:15:00 +02:00
|
|
|
LEVEL=../..
|
2009-04-12 22:47:23 +02:00
|
|
|
|
2009-09-22 23:15:00 +02:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2009-09-22 23:15:19 +02:00
|
|
|
PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7
|
2009-04-12 22:47:23 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|