blob: fbacc2d5ca18657b975dc2f8a7b4129ed0011760 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Valery A. Khamenya and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = HowToUseJIT
11EXAMPLE_TOOL = 1
12
13LINK_COMPONENTS := jit interpreter native
14
15include $(LEVEL)/Makefile.common