2004-10-06 02:05:25 +08:00
|
|
|
##===- examples/BFtoLLVM/Makefile --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = BFtoLLVM
|
2004-11-18 18:03:46 +08:00
|
|
|
EXAMPLE_TOOL = 1
|
2004-10-06 02:05:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|