head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.07.12.10.02.22;	author jyelon;	state dead;
branches;
next	1.1;

1.1
date	97.07.07.22.59.47;	author rbrunner;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Whatever.
@
text
@#!/bin/sh -x

CC="cc -D__AXP__ -I."

ln -s md/t3e.h qtmd.h
$CC -c -o qt.o qt.c
cam -o qtmds.o md/t3e.s
ar q libqt.a qt.o qtmds.o

$CC -c stp.c
ar q libstp.a stp.o

#$CC -c meas.c
#cam -o qtmdb.o md/t3e_b.s
#$CC -o run meas.o qtmdb.o libstp.a libqt.a
@


1.1
log
@Non-working t3e threads port
@
text
@@
