head	1.4;
access;
symbols
	charm6_1:1.4
	charm_6_0_1:1.4
	charm6_0_1:1.4
	charm6_0:1.4
	ChaNGa_1-0:1.4
	charm5_9:1.4
	charm_5-4-2:1.4
	charm_5-4-1:1.4
	pre-winnt-version:1.4
	charm500:1.1
	charm499:1.1;
locks; strict;
comment	@# @;


1.4
date	99.06.01.17.02.20;	author milind;	state Exp;
branches;
next	1.3;

1.3
date	99.06.01.02.35.34;	author milind;	state Exp;
branches;
next	1.2;

1.2
date	99.05.10.22.27.33;	author wilmarth;	state Exp;
branches;
next	1.1;

1.1
date	98.07.13.18.17.34;	author jyelon;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@
CC=cicc -I.

all: qt stp testpgm

qt: md/setjmp_d.h qt.c md/setjmp.c
	rm -f qtmd.h
	ln -s md/setjmp_d.h qtmd.h
	$(CC) -c -o qt.o qt.c
	$(CC) -c -o qtmds.o md/setjmp.c
	xar qs libqt.a qt.o qtmds.o

stp:
	$(CC) -c stp.c
	xar qs libstp.a stp.o

testpgm:
	$(CC) -c meas.c
	$(CC) -c -o qtmdb.o md/setjmp_b.c
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.3
log
@Fixed bug that caused super-install to abort due to existing qtmd.h
@
text
@d6 1
a6 1
qt:
@


1.2
log
@ar changed to xar qs
@
text
@d7 1
@


1.1
log
@*** empty log message ***
@
text
@d10 1
a10 1
	ar q libqt.a qt.o qtmds.o
d14 1
a14 1
	ar q libstp.a stp.o
@

