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

# Description file for the Make command
# Makefile 4.3 82/10/19

MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
OBJECTS=ident.o main.o doname.o misc.o files.o dosys.o gram.o 
DESTDIR=
LIBES=${DESTDIR}/lib/libc.a 
LINT=	lint -ps
CFLAGS=	-O -DASCARCH 

all:	make

make:	${OBJECTS}
	${CC} -o make ${CFLAGS}  ${OBJECTS} ${LIBES}

${OBJECTS}:  defs

clean:
	-rm -f *.o gram.c make a.out errs
	
cleansrc:
	rm -f *.c defs Makefile

install: all
	install -s make ${DESTDIR}/bin/make

lint :  dosys.c doname.c files.c main.c misc.c ident.c gram.c
	${LINT} dosys.c doname.c files.c main.c misc.c ident.c gram.c
	rm -f gram.c

unix.superglobalmegacorp.com

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