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


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

1.2
date	99.06.01.02.35.36;	author milind;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@#
# Note: I have absolutely no idea how to write vax scripting language.
# so, i wrote a script that's generally the right idea.  Somebody familiar
# with vaxen will have to make this script actually work.
#

CC=cc -I.

all: qt stp testpgm

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


1.2
log
@Fixed bug that caused super-install to abort due to existing qtmd.h
@
text
@d11 1
a11 1
qt:
@


1.1
log
@Whatever.
@
text
@d12 1
@

