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


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.19;	author jyelon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Now we're using real makefiles, not make scripts.
@
text
@
CC=gcc -I. -O2

all: qt stp testpgm

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

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

@


1.1
log
@New quickthreads-based threads package.
@
text
@d2 18
a19 3
all: mostlyclean
	@@if [ ! -f Makescript ] ;then echo "Must configure first." ; exit 1; fi
	./Makescript
d26 1
a26 1
	rm -f Makescript
@
