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.5
	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	2003.05.25.23.30.31;	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.34;	author milind;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@build share lib.
@
text
@
CC=cc -std1 -D__AXP__ -D__OSF1__ -I.

all: qt stp testpgm

qt: md/axp.h qt.c  md/axp.s
	rm -f qtmd.h
	ln -s md/axp.h qtmd.h
	$(CC) -c -o qt.o qt.c
	as -o qtmds.o md/axp.s
	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
	as -o qtmdb.o md/axp_b.s
	$(CC) -o run meas.o qtmdb.o libstp.a libqt.a
@


1.4
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d12 1
@


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="cc -std1 -D__AXP__ -D__OSF1__ -I."
d4 1
a4 4
ln -s md/axp.h qtmd.h
$CC -c -o qt.o qt.c
as -o qtmds.o md/axp.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/axp_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
@
