mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
2739d0d3f1
llvm-svn: 16295
16 lines
621 B
Makefile
16 lines
621 B
Makefile
##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Valery A. Khamenya and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../..
|
|
TOOLNAME = Fibonacci
|
|
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
|
|
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
|
|
support.a LLVMsystem.a
|
|
|
|
include $(LEVEL)/Makefile.common
|