blob: 10325e6a6d5f89415c6a1acc402bb5113bcc547e [file] [log] [blame]
Mikhail Glushenkov113ec352008-11-25 21:38:12 +00001##===- tools/llvmc/plugins/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 Glushenkove4a5ea32008-10-02 21:15:05 +000012LLVMC_PLUGIN = Hello
Mikhail Glushenkovc82ce4a2008-09-22 20:49:34 +000013
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000014include $(LEVEL)/Makefile.common