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


1.7
date	2003.05.25.23.21.21;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	99.06.01.17.02.22;	author milind;	state Exp;
branches;
next	1.5;

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

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

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

1.2
date	97.07.15.21.35.29;	author milind;	state Exp;
branches;
next	1.1;

1.1
date	97.07.07.22.13.48;	author milind;	state Exp;
branches;
next	;


desc
@@


1.7
log
@build .so
@
text
@CC=cc -64 -I. -O

all: qt stp testpgm

qt: md/mipspro.h qt.c md/mipspro.s
	rm -f qtmd.h
	ln -s md/mipspro.h qtmd.h
	$(CC) -c -o qt.o qt.c
	cc -c -O -64 -o qtmds.o md/mipspro.s
	ar q libqt.a qt.o qtmds.o
	$(CC) -shared -o libqt.so qt.o qtmds.o

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

testpgm:
	$(CC) -c meas.c
	cc -c -64 -O -o qtmdb.o md/mipspro_b.s
	$(CC) -O -o run meas.o qtmdb.o libstp.a libqt.a

@


1.6
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d11 1
@


1.5
log
@Fixed bug that caused super-install to abort due to existing qtmd.h
@
text
@d5 1
a5 1
qt:
@


1.4
log
@Modified machine.c to make Cmi_shutdown_done volatile.
Modified projections to be unaffected by a chdir.
@
text
@d6 1
@


1.3
log
@Fixed minor bugs in makefile format.
@
text
@a0 2
#!/bin/sh -x

@


1.2
log
@Made the script into a makefile format.
@
text
@d3 1
a3 1
CC="cc -64 -I. -O"
d9 1
a9 1
	$CC -c -o qt.o qt.c
d14 1
a14 1
	$CC -c stp.c
d18 1
a18 1
	$CC -c meas.c
d20 1
a20 1
	$CC -O -o run meas.o qtmdb.o libstp.a libqt.a
@


1.1
log
@Made threads to work.
@
text
@d5 1
a5 4
ln -s md/mipspro.h qtmd.h
$CC -c -o qt.o qt.c
cc -c -O -64 -o qtmds.o md/mipspro.s
ar q libqt.a qt.o qtmds.o
d7 14
a20 2
$CC -c stp.c
ar q libstp.a stp.o
a21 3
$CC -c meas.c
cc -c -64 -O -o qtmdb.o md/mipspro_b.s
$CC -O -o run meas.o qtmdb.o libstp.a libqt.a
@
