blob: df91728ea360251779c0a2b34ae4790c727da6f7 [file] [log] [blame]
Mikhail Glushenkovc7e56fe2008-11-25 21:38:12 +00001##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open
6# Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +00009
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000010LEVEL = ../..
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000011
Mikhail Glushenkovddb24552009-03-02 09:01:14 +000012export LLVMC_BASED_DRIVER_NAME = llvmc
13export LLVMC_BUILTIN_PLUGINS = Base Clang
14
15DIRS = plugins driver
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +000016
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000017include $(LEVEL)/Makefile.common