1 # file: .../tcl-lib/makefile
3 # $Header: /cvs/root/Security/SecuritySNACCRuntime/tcl-lib/Attic/makefile,v 1.1.1.1 2001/05/18 23:14:10 mb Exp $
5 # Revision 1.1.1.1 2001/05/18 23:14:10 mb
6 # Move from private repository to open source repository
8 # Revision 1.1.1.1 1999/03/16 18:06:55 aram
9 # Originals from SMIME Free Library.
11 # Revision 1.1 1997/01/01 23:11:57 rj
38 tclIndex: $(TCLFILES.dist) makefile
39 echo 'auto_mkindex . $(TCLFILES.dist)' | $(TCLSH)
42 ln $(TOP)/install-sh $@
44 install:: $(TCLFILES) install-sh $(tcldir)
47 $(TOP)/mkinstalldirs $@
50 $(INSTALL_PROGRAM) make-snacced $(bindir)/
51 for tcl in $(TCLFILES); do\
52 $(INSTALL_DATA) $$tcl $(tcldir)/;\
56 $(RM) *~ *.dvi *.log *.aux *.toc *.lof *.lot *.bbl *.blg sp_errs .emacs*
62 gen-distfiles:: $(DISTFILES)