File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / xsend / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:25:33 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

#	Makefile	4.2	83/06/30
#

MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
CFLAGS=	-O
DESTDIR=
ALL=	enroll xsend xget

all:	${ALL}

enroll:	enroll.o lib.o
	${CC} enroll.o lib.o -lmp -o enroll

xget:	xget.o lib.o
	${CC} xget.o lib.o -lmp -o xget

xsend:	xsend.o lib.o
	${CC} xsend.o lib.o -lmp -o xsend

enroll.o xget.o xsend.o lib.o:	xmail.h

list:
	@pr -2 -w124 m.h xmail.h enroll.c xsend.c xget.c lib.c Makefile

install: enroll xsend xget
	for i in ${ALL}; do install -s $$i ${DESTDIR}/usr/bin; done

clean:
	rm -f *.o yacc.* y.tab.c ${ALL}
	
cleansrc:
	rm -f *.[ch] Makefile

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.