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


1.5
date	2006.03.23.21.46.59;	author gzheng;	state Exp;
branches;
next	1.4;

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

1.3
date	99.06.01.02.35.35;	author milind;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@make shared lib
@
text
@
#CC=gcc -I. -O2
CHARMC = ../../bin/charmc -seq -I.

all: qt stp testpgm

qt: md/i386.h qt.c md/i386.s
	rm -f qtmd.h
	ln -s md/i386.h qtmd.h
	$(CHARMC) -o qt.o qt.c
	as -o qtmds.o md/i386.s
	CHARMINC=..; . ../conv-config.sh;	\
	$(CHARMC) -shared -o libqt.$$CMK_SHARED_SUF qt.o qtmds.o
	ar q libqt.a qt.o qtmds.o

stp:
	$(CC) -c stp.c
	ar q libstp.a stp.o

testpgm:
	$(CC) -c meas.c
	as -o qtmdb.o md/i386_b.s
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.4
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d2 2
a3 1
CC=gcc -I. -O2
d10 1
a10 1
	$(CC) -pedantic -Wall -c -o qt.o qt.c
d12 2
@


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


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@d7 1
@


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