Initial makefile for the LLVM Compiler Driver.

llvm-svn: 15608
This commit is contained in:
Reid Spencer 2004-08-10 16:27:08 +00:00
parent 89ff1de384
commit e70c43de89
1 changed files with 13 additions and 0 deletions

13
llvm/tools/llvmc/Makefile Normal file
View File

@ -0,0 +1,13 @@
##===- 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
USEDLIBS = asmparser bcreader bcwriter vmcore support.a
include $(LEVEL)/Makefile.common