head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2003.10.23.01.53.09;	author gzheng;	state dead;
branches;
next	1.2;

1.2
date	2003.05.25.07.29.53;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.21.15.33.51;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.3
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/setjmp64.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/setjmp64.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.2
log
@change to create libqt.so as well.
@
text
@@


1.1
log
@64 version for aix that use setjmp64.c.
@
text
@d11 1
@

