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


1.6
date	2006.02.01.05.47.49;	author gzheng;	state Exp;
branches;
next	1.5;

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

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

1.3
date	97.07.12.10.02.19;	author jyelon;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@use charmc
@
text
@
CC=../../bin/charmc -I. $(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) -pedantic -Wall -c -o qt.o qt.c
	$(CC) -DQT_GROW_DOWN -c -o qtmds.o md/setjmp.c
	ar q libqt.a 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.5
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d2 1
a2 1
CC=gcc -I.
@


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


1.3
log
@Whatever.
@
text
@d7 1
@


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@d9 1
a9 1
	$(CC) -c -o qtmds.o md/sjalloca.c
@


1.1
log
@New quickthreads-based threads package.
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="gcc -I."
d4 1
a4 4
ln -s md/setjmp_d.h qtmd.h
$CC -pedantic -Wall -c -o qt.o qt.c
$CC -c -o qtmds.o md/sjalloca.c
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
$CC -c -o qtmdb.o md/setjmp_b.c
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
