2009-09-22 21:15:19 +00:00
|
|
|
##===- examples/Kaleidoscope/Chapter7/Makefile -------------*- Makefile -*-===##
|
2009-09-22 21:15:00 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2009-09-22 21:15:19 +00:00
|
|
|
LEVEL = ../../..
|
2009-09-22 21:15:00 +00:00
|
|
|
TOOLNAME = Kaleidoscope-Ch7
|
|
|
|
EXAMPLE_TOOL = 1
|
2010-01-25 00:45:01 +00:00
|
|
|
REQUIRES_RTTI := 1
|
2009-09-22 21:15:00 +00:00
|
|
|
|
2010-02-11 19:15:20 +00:00
|
|
|
LINK_COMPONENTS := core jit native
|
2009-09-22 21:15:00 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|