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