h43838
s 00000/00000/00000
d R 1.2 95/04/27 23:28:19 Codemgr 2 1
c SunPro Code Manager data about conflicts, renames, etc...
c Name history : 1 0 thr/case2/Makefile
e
s 00020/00000/00000
d D 1.1 95/04/27 23:28:18 richard 1 0
c date and time created 95/04/27 23:28:18 by richard
e
u
U
f e 0
t
T
I 1
#
# Threads Case Study #2
#
# written: Richard.Marejka@Canada.Sun.COM
#

all	: intf int int-mt

intf	: intf.o
	f77 -fast -o intf intf.o

int	: int.o
	cc -Xa -v -fast -o int int.o -lm

int-mt	: int-mt.o
	cc -Xa -v -fast -o int-mt int-mt.c -lm -lthread

intf.o		: intf.f
int.o		: int.c
int-mt.o	: int-mt.c
E 1
