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


1.8
date	2001.03.04.22.35.37;	author gzheng;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.15.07.49.36;	author milind;	state Exp;
branches;
next	1.6;

1.6
date	99.07.13.23.28.44;	author rbrunner;	state Exp;
branches;
next	1.5;

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

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

1.3
date	99.02.01.02.32.17;	author rbrunner;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@mkfiles/irix5-cc changed compiler flag from -n32 to old -32. (charm is compiled with -32, and seems quickthread crashed with -n32)
@
text
@
CC=cc -32 -I. -O
AS=as -32

all: qt stp testpgm

qt: md/mips.h qt.c md/mips-irix5.s
	rm -f qtmd.h
	ln -s md/mips.h qtmd.h
	$(CC) -c -o qt.o qt.c
	$(CC) -c -o qtmds.o md/mips-irix5.s
	ar  q libqt.a qt.o qtmds.o

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

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


1.7
log
@Better support for F90 in charmc. Also, fixed the semantics of persistent
communication in AMPI. TODO: Improve the efficiency of persistent comms in
AMPI.
@
text
@d2 2
a3 2
CC=cc -n32 -I. -O
AS=as -n32
@


1.6
log
@Net-irix seems to work, at least somewhat
@
text
@d2 2
a3 2
CC=cc -32 -I. -O
AS=as -32
d11 2
a12 2
	$(AS) -o qtmds.o md/mips-irix5.s
	ar q libqt.a qt.o qtmds.o
@


1.5
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d2 2
a3 2
CC=cc -n32 -I. -O
AS=as -n32
@


1.4
log
@Fixed bug that caused super-install to abort due to existing qtmd.h
@
text
@d7 1
a7 1
qt:
@


1.3
log
@Compiles but doesn't run for irix
@
text
@d8 1
@


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@d2 2
a3 1
CC=cc -32 -I. -O
d10 1
a10 1
	as -o qtmds.o md/mips-irix5.s
d19 1
a19 1
	as -o qtmdb.o md/mips_b.s
@


1.1
log
@*** empty log message ***
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="cc -32 -I. -O"
d4 1
a4 4
ln -s md/mips.h qtmd.h
$CC -c -o qt.o qt.c
as -o qtmds.o md/mips-irix5.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/mips_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
