blob: 3e36e0761758d6920715cf03f076c7e821012e3f [file] [log] [blame]
Chris Lattner909ef092007-09-12 18:24:00 +00001##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===##
2#
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.
Chris Lattner909ef092007-09-12 18:24:00 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = BrainF
11EXAMPLE_TOOL = 1
12
Iain Sandoed49305b2014-09-03 13:12:16 +000013LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
Chris Lattner909ef092007-09-12 18:24:00 +000014
15include $(LEVEL)/Makefile.common