blob: c281be655ddab0779c0525b30f329e54bedc580e [file] [log] [blame]
Mikhail Glushenkovc712edc2010-08-23 19:24:00 +00001##===- tools/llvmc/examples/Hello/Makefile -----------------*- Makefile -*-===##
Mikhail Glushenkovc82ce4a2008-09-22 20:49:34 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000010LEVEL = ../../../..
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000011
Mikhail Glushenkovb57326c2010-08-19 20:04:19 +000012LLVMC_BASED_DRIVER = Hello
Mikhail Glushenkovc82ce4a2008-09-22 20:49:34 +000013
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000014include $(LEVEL)/Makefile.common