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
	charm_5-4-2:1.1
	charm_5-4-1:1.1
	pre-winnt-version:1.1;
locks; strict;
comment	@# @;


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

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


desc
@@


1.2
log
@change to create libqt.so as well.
@
text
@
CC=gcc -I. -D_REENTRANT

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) -pedantic -Wall -c -o qt.o qt.c
	$(CC) -c -o qtmds.o md/setjmp.c
	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 -o qtmdb.o md/setjmp_b.c
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.1
log
@Fixed linux-smp version based on pthreads.
@
text
@d12 1
@

