2004-08-11 00:27:08 +08:00
|
|
|
##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = llvmc
|
2004-08-19 12:49:47 +08:00
|
|
|
USEDLIBS = support.a
|
2004-08-11 00:27:08 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|