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.2
	charm499:1.2;
locks; strict;
comment	@# @;


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

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

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

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


desc
@@


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

all: qt stp run

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

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

testpgm:
	$(CC) -c meas.c
	as -o qtmdb.o md/sparc_b.s
	$(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
@Now we're using real makefiles, not make scripts.
@
text
@d7 1
@


1.1
log
@New quickthreads-based threads package.
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="gcc -I. -O2"
d4 1
a4 5
ln -s md/sparc.h qtmd.h
$CC -pedantic -Wall -c -o qt.o qt.c
as -o qtmds.o md/sparc.s
ar q libqt.a qt.o qtmds.o
ranlib libqt.a
d6 6
a11 3
$CC -c stp.c
ar q libstp.a stp.o
ranlib libqt.a
d13 9
a21 3
$CC -c meas.c
as -o qtmdb.o md/sparc_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
