blob: d71651deda4658ec7474f9362b2de3fb97af003c [file] [log] [blame]
Reid Spencer30039692004-08-23 18:06:31 +00001##===- examples/Makefile -----------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Reid Spencer5b81eea2004-08-23 19:29:54 +00009LEVEL=..
Reid Spencer30039692004-08-23 18:06:31 +000010
11include $(LEVEL)/Makefile.config
12
Reid Spencer5b81eea2004-08-23 19:29:54 +000013#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
Reid Spencer68550972005-07-12 21:51:33 +000014PARALLEL_DIRS:= ParallelJIT Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
Reid Spencer30039692004-08-23 18:06:31 +000015
Reid Spencer5b81eea2004-08-23 19:29:54 +000016include $(LEVEL)/Makefile.common