]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/tcl-lib/makefile
Security-54.1.7.tar.gz
[apple/security.git] / SecuritySNACCRuntime / tcl-lib / makefile
1 # file: .../tcl-lib/makefile
2 #
3 # $Header: /cvs/root/Security/SecuritySNACCRuntime/tcl-lib/Attic/makefile,v 1.1.1.1 2001/05/18 23:14:10 mb Exp $
4 # $Log: makefile,v $
5 # Revision 1.1.1.1 2001/05/18 23:14:10 mb
6 # Move from private repository to open source repository
7 #
8 # Revision 1.1.1.1 1999/03/16 18:06:55 aram
9 # Originals from SMIME Free Library.
10 #
11 # Revision 1.1 1997/01/01 23:11:57 rj
12 # first check-in
13 #
14
15 include ../makehead
16
17 TOP = ..
18
19 TCLFILES.dist = \
20 bindings.tcl \
21 help.tcl \
22 selbox.tcl \
23 snacced.tcl \
24 tkuti.tcl \
25 uti.tcl
26
27 TCLFILES = \
28 $(TCLFILES.dist) \
29 tclIndex
30
31 DISTFILES = \
32 $(TCLFILES.dist) \
33 make-snacced \
34 makefile
35
36 default: tclIndex
37
38 tclIndex: $(TCLFILES.dist) makefile
39 echo 'auto_mkindex . $(TCLFILES.dist)' | $(TCLSH)
40
41 install-sh:
42 ln $(TOP)/install-sh $@
43
44 install:: $(TCLFILES) install-sh $(tcldir)
45
46 $(tcldir):
47 $(TOP)/mkinstalldirs $@
48
49 install::
50 $(INSTALL_PROGRAM) make-snacced $(bindir)/
51 for tcl in $(TCLFILES); do\
52 $(INSTALL_DATA) $$tcl $(tcldir)/;\
53 done
54
55 clean::
56 $(RM) *~ *.dvi *.log *.aux *.toc *.lof *.lot *.bbl *.blg sp_errs .emacs*
57
58 clobber::
59 $(RM) tclIndex
60 $(RM) install-sh
61
62 gen-distfiles:: $(DISTFILES)
63
64 distfiles::
65 echo $(DISTFILES)
66
67 # dummy:
68 depend::
69 @true