-
Notifications
You must be signed in to change notification settings - Fork 23
/
Makefile
37 lines (31 loc) · 1010 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#################################################################################
#
# nofib/Makefile
#
# Toplevel Makefile for the nofib project
#
# $Id: Makefile,v 1.6 1998/04/14 10:38:57 simonm Exp $
#
#################################################################################
TOP = .
include $(TOP)/mk/boilerplate.mk
# Set up which parts of the nofib suite that is to be
# run. See $(TOP)/../mk/config.mk, which tells you how
# to set NoFibSubDirs
#
# As usual,if you want to override these, create
# $(TOP)/../mk/build.mk containing the flags and options
# you want to use in a build tree.
SUBDIRS = runstdtest nofib-analyse $(NoFibSubDirs)
# Include the standard targets, one of which
# causes make to descend into the SUBDIRS.
#
# Creating a nofib distribution
#
SRC_DIST_DIR=$(shell pwd)/nofib
SRC_DIST_NAME=nofib
SRC_DIST_DIRS=docs fibon gc imaginary smp spectral real parallel mk shootout
dist :: nofib-dist-pre
include $(TOP)/mk/target.mk
dist :: dist-post
dist :: dist-package