| ##===- examples/Makefile -----------------------------------*- Makefile -*-===##
|
| # The LLVM Compiler Infrastructure
|
| # This file is distributed under the University of Illinois Open Source
|
| # License. See LICENSE.TXT for details.
|
| ##===----------------------------------------------------------------------===##
|
| include $(LEVEL)/Makefile.config
|
| PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
|
| PARALLEL_DIRS += ParallelJIT
|
| PARALLEL_DIRS += ExceptionDemo
|
| PARALLEL_DIRS += ExceptionDemo
|
| ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)
|
| PARALLEL_DIRS += OCaml-Kaleidoscope
|
| include $(LEVEL)/Makefile.common
|