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


1.8
date	2003.05.26.03.51.53;	author gzheng;	state Exp;
branches;
next	1.7;

1.7
date	2000.07.17.14.36.18;	author milind;	state Exp;
branches;
next	1.6;

1.6
date	99.06.01.17.02.22;	author milind;	state Exp;
branches;
next	1.5;

1.5
date	99.05.17.20.04.03;	author rbrunner;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.8
log
@build libqt.so
@
text
@
CC=cc -I. -O

all: qt stp testpgm

qt: md/sparc.h qt.c md/sparc.s
	rm -f qtmd.h
	ln -s md/sparc.h qtmd.h
	$(CC) -c -o qt.o qt.c
	$(CC) -c -o qtmds.o md/sparc.s
	ar cr libqt.a qt.o qtmds.o
	$(CC) -G -o libqt.so qt.o qtmds.o

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

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


1.7
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
@d12 1
@


1.6
log
@Added proper dependencies to QuickThreads makefiles.
@
text
@d11 1
a11 1
	ar crv libqt.a qt.o qtmds.o
d15 1
a15 1
	ar crv libstp.a stp.o
@


1.5
log
@Two fixes: Made quickthreads makefile for solaris-cc work for repeated
invocations by removing the symbolic link, and changed a prototype for
yyerror() in xi-generate.tab.C
@
text
@d6 1
a6 1
qt:
@


1.4
log
@Made charm++ to compile and run with Solaris 2.6.
In particular, changed INTBITS to CINTBITS, and handled EALREADY.
@
text
@d7 1
@


1.3
log
@Now we're using real makefiles, not make scripts.
@
text
@d9 1
a9 1
	as -o qtmds.o md/sparc.s
d18 1
a18 1
	as -o qtmdb.o md/sparc_b.s
d20 1
a20 1
	@


1.2
log
@*** empty log message ***
@
text
@a0 1
#!/bin/sh -x
d2 1
a2 1
CC="cc -I. -O"
d4 1
a4 4
ln -s md/sparc.h qtmd.h
$CC -c -o qt.o qt.c
as -o qtmds.o md/sparc.s
ar crv libqt.a qt.o qtmds.o
d6 5
a10 2
$CC -c stp.c
ar crv libstp.a stp.o
d12 3
a14 3
$CC -c meas.c
as -o qtmdb.o md/sparc_b.s
$CC -o run meas.o qtmdb.o libstp.a libqt.a
d16 5
@


1.1
log
@New quickthreads-based threads package.
@
text
@d1 1
a1 1
#!/bin/sh
d15 1
a15 1
$CC -o run qtmdb.o libstp.a libqt.a
@
