2004-08-23 18:06:31 +00:00
|
|
|
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
|
2004-08-19 20:09:14 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-08-23 19:29:54 +00:00
|
|
|
LEVEL=..
|
2004-08-19 20:09:14 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2004-08-23 19:29:54 +00:00
|
|
|
#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
2005-07-12 21:51:33 +00:00
|
|
|
PARALLEL_DIRS:= ParallelJIT Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
|
2004-08-19 20:09:14 +00:00
|
|
|
|
2004-08-23 19:29:54 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|