head     3.10;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


3.10
date     91.05.05.11.30.04;  author kgorlen;  state Rel;
branches ;
next     ;


desc
@MAKEFILE for NIHCL TeXinfo Reference Manual.
@


3.10
log
@Release for NIHCL 3.10.
@
text
@# $Header: /afs/alw.nih.gov/unix/src/nihcl-3.0/share/info/RCS/MAKEFILE,v 3.10 91/05/03 17:40:17 kgorlen Rel $

INFODIR = /usr/local/lib/emacs/info

.SUFFIXES: .texinfo .info .dvi
.texinfo.dvi:
	tex $<
	texindex $*.??
	tex $<

.texinfo.info:
	csh -c "emacs -batch $< -f texinfo-format-buffer -f save-buffer -kill"
	rm -f $@@
	ln $* $@@

.dvi.ps:
	dvi2ps -r $< > $@@

CLASSES = nihcl.texinfo nihclerrs.texinfo ArrayOb.texinfo Arraychar.texinfo Assoc.texinfo AssocInt.texinfo Bag.texinfo Bitset.texinfo Class.texinfo Collection.texinfo Date.texinfo Dictionary.texinfo Exception.texinfo FDSet.texinfo Float.texinfo Heap.texinfo IdentDict.texinfo IdentSet.texinfo Integer.texinfo Iterator.texinfo KeySortCltn.texinfo Link.texinfo LinkOb.texinfo LinkedList.texinfo LookupKey.texinfo NIHCL.texinfo Nil.texinfo OIOifd.texinfo OIOin.texinfo OIOistream.texinfo OIOnihin.texinfo OIOnihout.texinfo OIOofd.texinfo OIOostream.texinfo OIOout.texinfo Object.texinfo OrderedCltn.texinfo Point.texinfo Random.texinfo Range.texinfo ReadFromTbl.texinfo Regex.texinfo SeqCltn.texinfo Set.texinfo SortedCltn.texinfo Stack.texinfo StoreOnTbl.texinfo String.texinfo TemplateC.texinfo TemplateH.texinfo Time.texinfo Vector.texinfo
INFO = nihcl.info nihclerrs.info ArrayOb.info Arraychar.info Assoc.info AssocInt.info Bag.info Bitset.info Class.info Collection.info Date.info Dictionary.info Exception.info FDSet.info Float.info Heap.info IdentDict.info IdentSet.info Integer.info Iterator.info KeySortCltn.info Link.info LinkOb.info LinkedList.info LookupKey.info NIHCL.info Nil.info OIOifd.info OIOin.info OIOistream.info OIOnihin.info OIOnihout.info OIOofd.info OIOostream.info OIOout.info Object.info OrderedCltn.info Point.info Random.info Range.info ReadFromTbl.info Regex.info SeqCltn.info Set.info SortedCltn.info Stack.info StoreOnTbl.info String.info TemplateC.info TemplateH.info Time.info Vector.info
INFOBASE = nihcl nihclerrs ArrayOb Arraychar Assoc AssocInt Bag Bitset Class Collection Date Dictionary Exception FDSet Float Heap IdentDict IdentSet Integer Iterator KeySortCltn Link LinkOb LinkedList LookupKey NIHCL Nil OIOifd OIOin OIOistream OIOnihin OIOnihout OIOofd OIOostream OIOout Object OrderedCltn Point Random Range ReadFromTbl Regex SeqCltn Set SortedCltn Stack StoreOnTbl String TemplateC TemplateH Time Vector

all: nihcl.dvi ${INFO}

nihcl.dvi: nihcl.texinfo ${CLASSES}

depend:
	echo 'CLASSES =' nihcl*.texinfo [A-Z]*.texinfo >make.all
	echo 'INFO =' nihcl*.texinfo [A-Z]*.texinfo | sed -e 's/\.texinfo/\.info/g' >>make.all
	echo 'INFOBASE =' nihcl*.texinfo [A-Z]*.texinfo | sed -e 's/\.texinfo//g' >>make.all

install:
	cp ${INFOBASE} ${INFODIR}

clean:
	rm -f ${INFO} ${INFOBASE} nihcl.aux nihcl.cp nihcl.cps nihcl.dvi nihcl.fn nihcl.fns nihcl.ky nihcl.kys nihcl.log nihcl.pg nihcl.pgs nihcl.toc nihcl.tp nihcl.tps nihcl.vr nihcl.vrs
@
