blob: 60961769d19754f956cd916433ee74fa929c7031 [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 +000012# The current plan is to make the user copy the skeleton project and change only
13# this file (and plugins/UserPlugin, of course).
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +000014
Mikhail Glushenkovddb24552009-03-02 09:01:14 +000015export LLVMC_BASED_DRIVER_NAME = llvmc
16export LLVMC_BUILTIN_PLUGINS = Base Clang
17
18DIRS = plugins driver
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +000019
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000020include $(LEVEL)/Makefile.common