2004-08-23 20:06:31 +02: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-23 21:29:54 +02:00
|
|
|
LEVEL=..
|
2004-08-23 20:06:31 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2004-08-23 21:29:54 +02:00
|
|
|
#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
2004-10-05 20:05:53 +02:00
|
|
|
PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
|
2004-08-23 20:06:31 +02:00
|
|
|
|
2004-08-23 21:29:54 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|