[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Tue Aug 10 09:27:18 PDT 2004
Changes in directory llvm/tools/llvmc:
Makefile added (r1.1)
---
Log message:
Initial makefile for the LLVM Compiler Driver.
---
Diffs of the changes: (+13 -0)
Index: llvm/tools/llvmc/Makefile
diff -c /dev/null llvm/tools/llvmc/Makefile:1.1
*** /dev/null Tue Aug 10 11:27:18 2004
--- llvm/tools/llvmc/Makefile Tue Aug 10 11:27:08 2004
***************
*** 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
More information about the llvm-commits
mailing list