Skip to content
Makefile 609 B
Newer Older
Reid Spencer's avatar
Reid Spencer committed
##===- 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.
# 
##===----------------------------------------------------------------------===##
Reid Spencer's avatar
Reid Spencer committed

include $(LEVEL)/Makefile.config

#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
Reid Spencer's avatar
Reid Spencer committed
PARALLEL_DIRS:= ParallelJIT Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
Reid Spencer's avatar
Reid Spencer committed

include $(LEVEL)/Makefile.common