head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0:1.2
	ChaNGa_1-0:1.2
	charm5_9:1.2;
locks; strict;
comment	@# @;


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

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


desc
@@


1.2
log
@fixed shared lib suffix for max.
@
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
	CHARMINC=..; . ../conv-config.sh;	\
	$(CC) -shared -o libqt.$$CMK_SHARED_SUF 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.1
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
@d11 2
a12 1
	$(CC) -shared -o libqt.so qt.o qtmds.o
@

