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

#	Makefile	1.12	83/07/03
#
#	DEBUG			use local directory to find ddate and dumpdates
#	TDEBUG			trace out the process forking
#
DESTDIR=
AS=/bin/as
CC=/bin/cc
LD=/bin/ld
INCLDIR=${DESTDIR}/usr/include
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} DESTDIR=${DESTDIR}

SRCS =  rtar.c tarrmt.c 

OBJS = 	rtar.o tarrmt.o

DFLAGS =
CFLAGS = -O $(DFLAGS)

all: rtar

rtar:	$(OBJS)
	$(CC) $(CFLAGS) $(OBJS) -o rtar

clean:
	rm -f rtar.o tarrmt.o  
	
cleansrc:
	rm -f *.[ch] Makefile

lint:
	lint $(DFLAGS) $(SRCS)

print:
	pr $(PSRCS) | lpr

$(OBJS): ${INCLDIR}/stdio.h \
 	 ${INCLDIR}/sys/param.h \
 	 ${INCLDIR}/sys/stat.h \
 	 ${INCLDIR}/sys/dir.h \
 	 ${INCLDIR}/sys/ioctl.h \
 	 ${INCLDIR}/sys/mtio.h \
 	 ${INCLDIR}/sys/time.h \
 	 ${INCLDIR}/signal.h \
 	 ${INCLDIR}/errno.h

$(OBJS): ${INCLDIR}/sys/param.h \
	 ${INCLDIR}/sys/mtio.h \
	 ${INCLDIR}/sys/ioctl.h \
	 ${INCLDIR}/netinet/in.h \
	 ${INCLDIR}/stdio.h \
	 ${INCLDIR}/netdb.h

$(OBJS): ${INCLDIR}/sys/types.h \
	 ${INCLDIR}/netdb.h \
	 ${INCLDIR}/sys/socket.h \
	 ${INCLDIR}/errno.h \
	 ${INCLDIR}/stdio.h \
	 ${INCLDIR}/netinet/in.h 

unix.superglobalmegacorp.com

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