blob: d7adb5d851e5842ecfed4d4b7d1db2dfa0faab0e [file] [log] [blame]
Mikhail Glushenkov113ec352008-11-25 21:38:12 +00001##===- tools/llvmc/plugins/Simple/Makefile -----------------*- Makefile -*-===##
Mikhail Glushenkovcc30d9c2008-10-16 14:02:29 +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 Glushenkovcc30d9c2008-10-16 14:02:29 +000012LLVMC_PLUGIN = Simple
13BUILT_SOURCES = AutoGenerated.inc
14
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000015include $(LEVEL)/Makefile.common