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
|
|
|
|
|
2007-03-06 08:30:03 +01:00
|
|
|
#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
|
2006-06-01 03:09:43 +02:00
|
|
|
|
2006-12-01 01:37:14 +01:00
|
|
|
ifeq ($(HAVE_PTHREAD),1)
|
2007-03-06 08:30:03 +01:00
|
|
|
#PARALLEL_DIRS += ParallelJIT
|
2006-06-01 03:09:43 +02:00
|
|
|
endif
|
2004-08-23 20:06:31 +02:00
|
|
|
|
2004-08-23 21:29:54 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|