blob: 71f6ba0ef52ed18e891f8f4112e984661391c232 [file] [log] [blame]
Reid Spencer987319d2004-09-11 20:30:11 +00001##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
Reid Spencerf30f28e2004-08-19 20:10:04 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner11cc8b32007-12-29 20:11:13 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencerf30f28e2004-08-19 20:10:04 +00007#
8##===----------------------------------------------------------------------===##
Misha Brukmanf9898d72004-10-14 19:02:13 +00009
Reid Spencer5b81eea2004-08-23 19:29:54 +000010LEVEL = ../..
Reid Spencerf30f28e2004-08-19 20:10:04 +000011TOOLNAME = Fibonacci
Reid Spencer7e9e0b02004-11-18 10:03:46 +000012EXAMPLE_TOOL = 1
Misha Brukmanf9898d72004-10-14 19:02:13 +000013
Chris Lattnere63072e2006-09-04 06:04:03 +000014# Link in JIT support
Anton Korobeynikovb9fc3a22008-08-17 13:55:33 +000015LINK_COMPONENTS := jit interpreter nativecodegen
Reid Spencerf30f28e2004-08-19 20:10:04 +000016
17include $(LEVEL)/Makefile.common