File:  [CSRG BSD Unix] / 43BSD / contrib / dipress / bin / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
# Copyright (c) 1984, 1985 Xerox Corp.
#
#
BINS= charset dipress ipf ipmetrics iptotext iptroff maha makextdev qip restotext stackres texttoip

install: iptroff
	for i in ${BINS}; do \
		(install -c $$i ${DESTBIN}/$$i); done

iptroff: ../src/bin/iptroff.skel
	sed "2s;^#;# THIS FILE WAS AUTOMATICALLY PRODUCED;" < ../src/bin/iptroff.skel > iptroff.skel0
	sed "s;DESTBIN;${DESTBIN};" < iptroff.skel0 > iptroff.skel1
	sed "s;DESTLIB;${DESTLIB};" < iptroff.skel1 > iptroff.skel2
	sed "s;TITROFFBINARY;${TITROFFBINARY};" < iptroff.skel2 > iptroff
	install -c -m 755 iptroff ${DESTBIN}
	rm -f iptroff.skel0 iptroff.skel1 iptroff.skel2

clean:
	rm -f  ${BINS}

unix.superglobalmegacorp.com

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