blob: a2b38821cd43b0f5a204d46c3567d2c7db1ca53f [file] [log] [blame]
Reid Spencerc21214a2004-08-23 18:06:31 +00001##===- examples/Makefile -----------------------------------*- Makefile -*-===##
Reid Spencerf3b47552004-08-19 20:09:14 +00002#
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 Spencer3a168a72004-08-23 19:29:54 +00009LEVEL=..
Reid Spencerf3b47552004-08-19 20:09:14 +000010
11include $(LEVEL)/Makefile.config
12
Reid Spencer3a168a72004-08-23 19:29:54 +000013#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
14PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
Reid Spencerf3b47552004-08-19 20:09:14 +000015
Reid Spencer3a168a72004-08-23 19:29:54 +000016include $(LEVEL)/Makefile.common