Reverting back to original 1.8 version so I can manually merge in patch.
[llvm-complete.git] / examples / BFtoLLVM / Makefile
blob0b4c429a39e6d69ceef068efe4b174b5db1996f9
1 ##===- examples/BFtoLLVM/Makefile --------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TOOLNAME = BFtoLLVM
12 EXAMPLE_TOOL = 1
13 include $(LEVEL)/Makefile.common