2008-11-25 21:38:12 +00:00
|
|
|
##===- tools/llvmc/plugins/Base/Makefile -------------------*- Makefile -*-===##
|
2008-10-02 21:15:05 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2009-03-02 09:04:13 +00:00
|
|
|
LEVEL = ../../../..
|
2009-03-02 09:01:14 +00:00
|
|
|
|
2008-10-02 21:15:05 +00:00
|
|
|
LLVMC_PLUGIN = Base
|
2008-10-16 14:02:29 +00:00
|
|
|
BUILT_SOURCES = AutoGenerated.inc
|
2008-10-02 21:15:05 +00:00
|
|
|
|
2009-03-02 09:04:13 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|