File:  [CSRG BSD Unix] / 43BSDTahoe / new / dipress / lib / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#
# Copyright (c) 1984, 1985 Xerox Corp.
#
CFLAGS=	-O
DESTLIB=/usr/new/lib

all:

install: $(DESTLIB)
	cp -r fonts $(DESTLIB)
	install -c libip.a ${DESTLIB}
	install -c libip_p.a ${DESTLIB}
	install -c llib-lip.ln ${DESTLIB}

# Do a "make install" before running this command.
# Calling rdist so many times in not very efficient
rdist:
	for j in ${DESTMACHINES}; do \
		(rdist -wR -c ${DESTLIB}/fonts \
			${DESTLIB}/libip.a \
			${DESTLIB}/libip_p.a \
			${DESTLIB}/llib-lip.ln $$j); done;

$(DESTLIB):
	mkdir $(DESTLIB)

clean:
	rm -f libip.a libip_p.a llib-lip.ln libgetopt.a llib-lgetopt.ln
	rm -rf fonts/*

unix.superglobalmegacorp.com

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