File:  [MW Coherent from dump] / coherent / d / usr / lib / libterm / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:38 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

CFLAGS=	-O -DCM_N -DCM_GT -DCM_B -DCM_D

DESTDIR=/interim/usr/lib/

libterm.a: termcap.o tgoto.o tputs.o
	$(AR) rucks $(DESTDIR)libterm.a termcap.o tgoto.o tputs.o

libtermcap: termcap.c tgoto.c tputs.c
	cc -v -c $<
	(cd /newbits/usr/lib/libcurses/obj386 ; make libtermcap)

libtermcap.NDP: termcap.c tgoto.c tputs.c
	cc -VNDP -v -c $<
	(cd /newbits/usr/lib/libcurses/obj386 ; make libtermcap.NDP)

install: libterm.a
	cp libterm.a ${DESTDIR}/usr/lib/libterm.a

clean:
	-rm -f *.o
	-rm -f libterm.a
	-rm -f etc_termcap

# reorder gives an editor command for most common terminals
# (in reverse order from n'th to 1'st most commonly used)
# to move them to the front of termcap

/etc/termcap: etc_termcap
	cp etc_termcap /etc/termcap
	rm etc_termcap

etc_termcap: termcap
	ed - termcap < reorder

tabset:
	-mkdir /usr/lib/tabset

# who knows ...
vgrind:
	${VGRIND} -n -h "Terminal Capibility Data Base" \
	termcap reorder makefile

unix.superglobalmegacorp.com

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