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