2004-08-24 02:06:31 +08:00
|
|
|
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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-24 03:29:54 +08:00
|
|
|
LEVEL=..
|
2004-08-24 02:06:31 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2004-08-24 03:29:54 +08:00
|
|
|
#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
2005-07-13 05:51:33 +08:00
|
|
|
PARALLEL_DIRS:= ParallelJIT Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
|
2004-08-24 02:06:31 +08:00
|
|
|
|
2004-08-24 03:29:54 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|