File: Makefile

package info (click to toggle)
pvm 3.4.5-12.6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,596 kB
  • ctags: 6,227
  • sloc: ansic: 71,612; makefile: 1,180; fortran: 631; sh: 511; csh: 73; asm: 37
file content (49 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
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
45
46
47
48
49
#
# $Id: Makefile,v 1.8 1997/08/11 14:38:47 pvmsrc Exp $
#
# top-level PVM3 makefile
#

SHELL	=	/bin/sh

AIMKSTR	=	-here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk

default:
	./lib/aimk $(AIMKSTR) default

install:
	./lib/aimk $(AIMKSTR) install

all:
	./lib/aimk $(AIMKSTR) all

clean:
	./lib/aimk $(AIMKSTR) clean

s:
	./lib/aimk $(AIMKSTR) s

c:
	./lib/aimk $(AIMKSTR) c

f:
	./lib/aimk $(AIMKSTR) f

g: 
	./lib/aimk $(AIMKSTR) g

e:
	./lib/aimk $(AIMKSTR) e

m:
	./lib/aimk $(AIMKSTR) m

t:
	./lib/aimk $(AIMKSTR) t

x:
	./lib/aimk $(AIMKSTR) x

r:
	./lib/aimk $(AIMKSTR) r