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.21;	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.30;	author jyelon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@
CC=gcc88 -Dm88k -ansi -fno-builtin -I. -O

all: qt stp testpgm

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

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

testpgm:
	$(CC) -c meas.c
	as88 -o qtmdb.o md/m88k_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
d22 1
a22 1
	@


1.1
log
@New quickthreads-based threads package.
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="gcc88 -Dm88k -ansi -fno-builtin -I. -O"
d4 1
a4 5
ln -s md/m88k.h qtmd.h
$CC -pedantic -Wall -c -o qt.o qt.c
$CC -pedantic -Wall -c -o qtmdc.o md/m88k.c
as88 -o qtmds.o md/m88k.s
ar q libqt.a qt.o qtmds.o qtmdc.o
d6 6
a11 2
$CC -c stp.c
ar q libstp.a stp.o
d13 9
a21 3
$CC -c meas.c
as88 -o qtmdb.o md/m88k_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
