[llvm-commits] CVS: llvm/lib/System/Makefile
LLVM
llvm at cs.uiuc.edu
Sun Jul 18 15:31:38 PDT 2004
Changes in directory llvm/lib/System:
Makefile added (r1.1)
---
Log message:
Initiali Makefile for this library.
---
Diffs of the changes: (+13 -0)
Index: llvm/lib/System/Makefile
diff -c /dev/null llvm/lib/System/Makefile:1.1
*** /dev/null Sun Jul 18 17:31:38 2004
--- llvm/lib/System/Makefile Sun Jul 18 17:31:28 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
+ #
+ # The LLVM Compiler Infrastructure
+ #
+ # This file was developed by Reid Spencer and is distributed under the
+ # University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ ##===----------------------------------------------------------------------===##
+ LEVEL = ../..
+ LIBRARYNAME = system
+ BUILD_ARCHIVE = 1
+
+ include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list