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
|
|
|
|
|
2014-09-03 13:12:16 +00:00
|
|
|
LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
|
2007-09-12 18:24:00 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|