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


1.2
date     90.10.03.10.42.33;  author andy;  state Exp;
branches ;
next     1.1;

1.1
date     90.10.03.10.41.40;  author andy;  state Exp;
branches ;
next     ;


desc
@Makefile for tools directory.  Note:  we need to make the
tools on a Sun2
@


1.2
log
@change mailhost to ghostwheel
@
text
@SUBDIRS=	bcpl calink cassem sysl
EXECUTABLES=	absload.out atom.out genlib.out makeinclude.out \
		symba.out symbm.out

.c.out:
	rcp $? ghostwheel:qwe.$?
	rsh ghostwheel cc -O qwe.$? -o qwe.$@@
	rcp ghostwheel:qwe.$@@ $@@
	rsh ghostwheel rm qwe.$? qwe.$@@

all:		${SUBDIRS} ${EXECUTABLES}

install:
	for i in ${SUBDIRS}; do cp $$i/$$i ../bin; done;
	for i in ${EXECUTABLES}; do cp $$i ../bin/`basename $$i .out`; done;

${SUBDIRS}: FRC
	cd $@@; make ${MFLAGS} ${MARGS}

FRC:
@


1.1
log
@Initial revision
@
text
@d6 4
a9 4
	rcp $? mailhost:qwe.$?
	rsh mailhost cc -O qwe.$? -o qwe.$@@
	rcp mailhost:qwe.$@@ $@@
	rsh mailhost rm qwe.$? qwe.$@@
@
