[llvm-commits] CVS: llvm/examples/Makefile
Reid Spencer
reid at x10sys.com
Mon Aug 23 12:30:04 PDT 2004
Changes in directory llvm/examples:
Makefile updated: 1.3 -> 1.4
---
Log message:
Moved small examples from /projects/SmallExamples to /examples.
Made the "ModuleMaker" into an example since its just one source file.
---
Diffs of the changes: (+4 -3)
Index: llvm/examples/Makefile
diff -u llvm/examples/Makefile:1.3 llvm/examples/Makefile:1.4
--- llvm/examples/Makefile:1.3 Mon Aug 23 13:06:31 2004
+++ llvm/examples/Makefile Mon Aug 23 14:29:54 2004
@@ -6,10 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL=../..
+LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
-include $(BUILD_SRC_ROOT)/Makefile.rules
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list