Mikhail Glushenkov | 113ec35 | 2008-11-25 21:38:12 +0000 | [diff] [blame] | 1 | ##===- tools/llvmc/plugins/Hello/Makefile ------------------*- Makefile -*-===## |
Mikhail Glushenkov | c82ce4a | 2008-09-22 20:49:34 +0000 | [diff] [blame] | 2 | # |
| 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 Glushenkov | 540d73f | 2009-03-02 09:04:13 +0000 | [diff] [blame] | 10 | LEVEL = ../../../.. |
Mikhail Glushenkov | f188178 | 2009-03-02 09:01:14 +0000 | [diff] [blame] | 11 | |
Mikhail Glushenkov | b57326c | 2010-08-19 20:04:19 +0000 | [diff] [blame] | 12 | LLVMC_BASED_DRIVER = Hello |
Mikhail Glushenkov | c82ce4a | 2008-09-22 20:49:34 +0000 | [diff] [blame] | 13 | |
Mikhail Glushenkov | 540d73f | 2009-03-02 09:04:13 +0000 | [diff] [blame] | 14 | include $(LEVEL)/Makefile.common |