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


1.5
date	99.06.01.17.02.21;	author milind;	state Exp;
branches;
next	1.4;

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

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

1.2
date	97.07.07.23.18.23;	author jyelon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@
CC=/bin/cc -I. -L. -O

all: qt stp testpgm

qt: md/hppa.h qt.c md/hppa.s
	rm -f qtmd.h
	ln -s md/hppa.h qtmd.h
	$(CC) -pedantic -Wall -c -o qt.o qt.c
	cc -c -o qtmds.o md/hppa.s
	ar q libqt.a qt.o qtmds.o

stp:
	$(CC) -c stp.c
	ar q libstp.a stp.o

testpgm: qt stp
	$(CC) -c meas.c
	cc -c -o qtmdb.o md/hppa_b.s
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.4
log
@Made Converse run on Exemplar.
@
text
@d6 1
a6 1
qt:
@


1.3
log
@fixed some exemplar-related bugs.
@
text
@d2 1
a2 1
CC=/bin/cc -I. -O
d17 1
a17 1
testpgm:
@


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@d2 1
a2 1
CC=/usr/convex/bin/cc -I. -O
d7 1
d10 1
a10 1
	as -o qtmds.o md/hppa.s
d19 1
a19 1
	as -o qtmdb.o md/hppa_b.s
@


1.1
log
@*** empty log message ***
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="/usr/convex/bin/cc -I. -O"
d4 1
a4 4
ln -s md/hppa.h qtmd.h
$CC -pedantic -Wall -c -o qt.o qt.c
as -o qtmds.o md/hppa.s
ar q libqt.a qt.o qtmds.o
d6 5
a10 2
$CC -c stp.c
ar q libstp.a stp.o
d12 8
a19 3
$CC -c meas.c
as -o qtmdb.o md/hppa_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
