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.3
	charm500:1.3
	charm499:1.3;
locks; strict;
comment	@# @;


1.5
date	2003.03.21.22.18.46;	author olawlor;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.5
log
@Just pull CMK_QT out of Charm config files, rather than having
it passed in explicitly.  This makes the Charm Makefile slightly
simpler, and more portable.
@
text
@#!/bin/sh

CHARMINC=".."
. ../conv-config.sh

if [ ! -r mkfiles/$CMK_QT ] ; then
    echo "Usage: configure <version>"
    echo ""
    echo "Available versions are:"
    echo ""
    (cd mkfiles ; ls -C)
    echo ""
    exit 1
fi

rm -f Makefile
cp mkfiles/$CMK_QT Makefile

cat >> Makefile << EOF

mostlyclean:
	rm -f qtmd.h libqt.a libstp.a meas.o stp.o qt.o
	rm -f qtmdb.s qtmds.s qtmdc.o qtmdb.o qtmds.o run

clean: mostlyclean
	rm -f Makefile

EOF

#echo "You're ready to do a make now."
@


1.4
log
@SUPER_INSTALL now takes "-*" arguments prior to the target, that will
be passed to make as "makeflags". This makes it easy to suppress
make's output of commands etc (with the -s flag). As a result of this,
several Makefiles have been massaged.
@
text
@d3 4
a6 1
if [ ! -r mkfiles/$1 ] ; then
d17 1
a17 1
cp mkfiles/$1 Makefile
@


1.3
log
@Changed CldEnqueue to three parameters ( no pack function )
@
text
@d27 1
a27 1
echo "You're ready to do a make now."
@


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@d3 1
a3 1
if [ ! -f mkfiles/$1 ] ; then
@


1.1
log
@New quickthreads-based threads package.
@
text
@d13 14
a26 2
rm -f Makescript
ln -s mkfiles/$1 Makescript
@
