[llvm-commits] CVS: llvm-test/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 20:25:13 PDT 2004
Changes in directory llvm-test:
Makefile updated: 1.24 -> 1.25
---
Log message:
* Fix comment header
* Remove extraneous comments that don't apply to non-sample projects
---
Diffs of the changes: (+4 -13)
Index: llvm-test/Makefile
diff -u llvm-test/Makefile:1.24 llvm-test/Makefile:1.25
--- llvm-test/Makefile:1.24 Sun Sep 5 02:56:51 2004
+++ llvm-test/Makefile Mon Sep 6 22:25:02 2004
@@ -1,4 +1,4 @@
-##===- projects/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
+##===- projects/llvm-test/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -7,21 +7,12 @@
#
##===----------------------------------------------------------------------===##
#
-# This is a sample Makefile for a project that uses LLVM.
+# This recursively traverses the programs, building them as necessary. This
+# makefile also implements 'make report TEST=<x>'.
#
+##===----------------------------------------------------------------------===##
-#
-# Indicates our relative path to the top of the project's root directory.
-#
LEVEL = .
-
-#
-# Directories that needs to be built.
-#
PARALLEL_DIRS = SingleSource MultiSource External
-#
-# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.programs
-
More information about the llvm-commits
mailing list