[llvm-commits] CVS: llvm-tv/Makefile.common
Misha Brukman
brukman at cs.uiuc.edu
Mon Apr 18 11:56:23 PDT 2005
Changes in directory llvm-tv:
Makefile.common added (r1.1)
---
Log message:
This is now just a plain file, not an autoconf-processed input
---
Diffs of the changes: (+19 -0)
Makefile.common | 19 +++++++++++++++++++
1 files changed, 19 insertions(+)
Index: llvm-tv/Makefile.common
diff -c /dev/null llvm-tv/Makefile.common:1.1
*** /dev/null Mon Apr 18 13:56:22 2005
--- llvm-tv/Makefile.common Mon Apr 18 13:56:12 2005
***************
*** 0 ****
--- 1,19 ----
+ #===-- Makefile.common - Common make rules for LLVM-TV -----*- 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.
+ #
+ #===------------------------------------------------------------------------===#
+
+ #
+ # Include the local config file
+ #
+ include $(LEVEL)/Makefile.config
+
+ #
+ # Include LLVM's Master Makefile.
+ #
+ include $(LLVM_SRC_ROOT)/Makefile.rules
+
More information about the llvm-commits
mailing list