2010-08-23 19:24:00 +00:00
|
|
|
##===- tools/llvmc/examples/Hello/Makefile -----------------*- Makefile -*-===##
|
2008-09-22 20:49:34 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2009-03-02 09:04:13 +00:00
|
|
|
LEVEL = ../../../..
|
2009-03-02 09:01:14 +00:00
|
|
|
|
2010-08-19 20:04:19 +00:00
|
|
|
LLVMC_BASED_DRIVER = Hello
|
2008-09-22 20:49:34 +00:00
|
|
|
|
2009-03-02 09:04:13 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|