]> git.saurik.com Git - apple/security.git/blame - SecuritySNACCRuntime/tcl-lib/makefile
Security-54.1.3.tar.gz
[apple/security.git] / SecuritySNACCRuntime / tcl-lib / makefile
CommitLineData
bac41a7b
A
1# file: .../tcl-lib/makefile
2#
5a719ac8 3# $Header: /cvs/Darwin/src/live/Security/SecuritySNACCRuntime/tcl-lib/makefile,v 1.1.1.1 2001/05/18 23:14:10 mb Exp $
bac41a7b
A
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
15include ../makehead
16
17TOP = ..
18
19TCLFILES.dist = \
20 bindings.tcl \
21 help.tcl \
22 selbox.tcl \
23 snacced.tcl \
24 tkuti.tcl \
25 uti.tcl
26
27TCLFILES = \
28 $(TCLFILES.dist) \
29 tclIndex
30
31DISTFILES = \
32 $(TCLFILES.dist) \
33 make-snacced \
34 makefile
35
36default: tclIndex
37
38tclIndex: $(TCLFILES.dist) makefile
39 echo 'auto_mkindex . $(TCLFILES.dist)' | $(TCLSH)
40
41install-sh:
42 ln $(TOP)/install-sh $@
43
44install:: $(TCLFILES) install-sh $(tcldir)
45
46$(tcldir):
47 $(TOP)/mkinstalldirs $@
48
49install::
50 $(INSTALL_PROGRAM) make-snacced $(bindir)/
51 for tcl in $(TCLFILES); do\
52 $(INSTALL_DATA) $$tcl $(tcldir)/;\
53 done
54
55clean::
56 $(RM) *~ *.dvi *.log *.aux *.toc *.lof *.lot *.bbl *.blg sp_errs .emacs*
57
58clobber::
59 $(RM) tclIndex
60 $(RM) install-sh
61
62gen-distfiles:: $(DISTFILES)
63
64distfiles::
65 echo $(DISTFILES)
66
67# dummy:
68depend::
69 @true