Moved small examples from /projects/SmallExamples to /examples.
[oota-llvm.git] / examples / Makefile
index c94b7017a0ebf4c60303ddc724c62dc1c97a665b..a2b38821cd43b0f5a204d46c3567d2c7db1ca53f 100644 (file)
@@ -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