diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index c94b701..a2b38821 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 |