2008-05-06 18:08:12 +00:00
|
|
|
##===- tools/llvmc2/Makefile -------------------------------*- Makefile -*-===##
|
2008-03-23 08:57:20 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open
|
|
|
|
# Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2008-10-02 21:15:05 +00:00
|
|
|
|
2008-03-23 08:57:20 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
|
2008-10-03 09:09:34 +00:00
|
|
|
BUILTIN_PLUGINS = Base
|
|
|
|
DRIVER_NAME = llvmc2
|
2008-10-03 21:26:27 +00:00
|
|
|
DIRS = plugins driver
|
2008-10-02 21:15:05 +00:00
|
|
|
|
2008-10-03 09:09:34 +00:00
|
|
|
export BUILTIN_PLUGINS
|
|
|
|
export DRIVER_NAME
|
2008-10-02 21:15:05 +00:00
|
|
|
|
2008-03-23 08:57:20 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|