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