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
37
38
39
40
41
42
43
44
# Makefile for MPI stubs library
# Syntax:
# make # build lib as libmpi_stubs.a
# make clean # remove *.o and lib files
# edit System-specific settings as needed for your platform
SHELL =
:
# Files
SRC =
INC =
# Definitions
EXE =
OBJ =
# System-specific settings
CC =
CCFLAGS = # add -I to insure mpi.h from this dir is included
ARCHIVE =
ARCHFLAG =
# Targets
: :
# Compilation rules
:
# Individual dependencies
: