[llvm-commits] [TV] r78999 - /television/trunk/Makefile
Misha Brukman
brukman+llvm at gmail.com
Fri Aug 14 07:53:27 PDT 2009
Author: brukman
Date: Fri Aug 14 09:53:26 2009
New Revision: 78999
URL: http://llvm.org/viewvc/llvm-project?rev=78999&view=rev
Log:
Dropped sample Makefile comments, added copyright header.
Modified:
television/trunk/Makefile
Modified: television/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/television/trunk/Makefile?rev=78999&r1=78998&r2=78999&view=diff
==============================================================================
--- television/trunk/Makefile (original)
+++ television/trunk/Makefile Fri Aug 14 09:53:26 2009
@@ -1,15 +1,15 @@
+#===- television/Makefile ----------------------------------*- Makefile -*-===##
#
-# This is a sample Makefile for a project that uses LLVM.
+# The LLVM Compiler Infrastructure
#
-
-#
-# Indicates our relative path to the top of the project's root directory.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
#
+##===----------------------------------------------------------------------===##
+
LEVEL = .
-#
-# Directories that needs to be built.
-#
+# Directories that need to be built.
DIRS = lib tools
#
@@ -26,4 +26,3 @@
distclean:: clean
${RM} -f Makefile.common Makefile.config config.log config.status
-
More information about the llvm-commits
mailing list