head	1.5;
access;
symbols
	charm_5-4-2:1.1
	charm_5-4-1:1.1
	pre-winnt-version:1.1;
locks; strict;
comment	@# @;


1.5
date	2003.10.23.01.53.09;	author gzheng;	state dead;
branches;
next	1.4;

1.4
date	2003.05.25.07.29.53;	author gzheng;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.11.04.16.36;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.09.02.57.38;	author olawlor;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@rename aix32-xlc to aix and aix64-xlc to aix64. no need for specifying compiler since using charmc. need 64 though because it uses setjmp64.c
@
text
@CC=../../bin/charmc -I. -ma $(OPTS)

all: qt stp testpgm

qt: md/setjmp_d.h qt.c md/setjmp.c
	rm -f qtmd.h
	ln -s md/setjmp_d.h qtmd.h
	$(CC) -c -o qt.o qt.c
	$(CC) -c -o qtmds.o md/setjmp.c
	$(CC) -o 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 -o qtmdb.o md/setjmp_b.c
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.4
log
@change to create libqt.so as well.
@
text
@@


1.3
log
@-ma which set alloca to inline was mistakenly removed during the change to charmc.
@
text
@d11 1
@


1.2
log
@Call charmc instead of trying to figure out the compiler ourselves.
@
text
@d1 1
a1 1
CC=../../bin/charmc -I. -DALLOCA_H=1
@


1.1
log
@for uth-rs6k and net-rs6k.
@
text
@d1 1
a1 1
CC=xlc -I. -ma
d10 1
a10 1
	ar q libqt.a qt.o qtmds.o
@

