2007-09-13 02:24:00 +08:00
|
|
|
##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:11:13 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-09-13 02:24:00 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = BrainF
|
|
|
|
EXAMPLE_TOOL = 1
|
|
|
|
|
2008-08-17 21:55:33 +08:00
|
|
|
LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
|
2007-09-13 02:24:00 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|