2009-09-23 05:15:19 +08:00
|
|
|
##===- examples/Kaleidoscope/Chapter4/Makefile -------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
|
|
|
TOOLNAME = Kaleidoscope-Ch4
|
|
|
|
EXAMPLE_TOOL = 1
|
|
|
|
|
2014-09-03 21:12:16 +08:00
|
|
|
LINK_COMPONENTS := core mcjit native
|
2009-09-23 05:15:19 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|