blob: c5b2959b6fc3cb24e2f2df26f403a579f74a3195 [file] [log] [blame]
Mikhail Glushenkov15456a12008-05-06 18:08:12 +00001##===- tools/llvmc2/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
Bill Wendling6730d412008-10-15 16:20:13 +000012##### FIXME: Does not work when objdir != srcdir
13#####BUILTIN_PLUGINS = Base
14
Mikhail Glushenkov20e4de72008-10-03 09:09:34 +000015DRIVER_NAME = llvmc2
Anton Korobeynikov694d91e2008-10-15 14:22:06 +000016DIRS = plugins driver
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +000017
Mikhail Glushenkov20e4de72008-10-03 09:09:34 +000018export BUILTIN_PLUGINS
19export DRIVER_NAME
Mikhail Glushenkovadcf7532008-10-02 21:15:05 +000020
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000021include $(LEVEL)/Makefile.common