]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/makehead
Security-29.tar.gz
[apple/security.git] / SecuritySNACCRuntime / makehead
1 # file: makehead.in
2 # (unless it is the file Generated automatically from makehead.in by configure.)
3 #
4 # INSERT_VDA_COMMENTS
5 #
6 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/makehead,v 1.1.1.1 2001/05/18 23:14:04 mb Exp $
7 # $Log: makehead,v $
8 # Revision 1.1.1.1 2001/05/18 23:14:04 mb
9 # Move from private repository to open source repository
10 #
11 # Revision 1.4 2000/06/15 18:50:16 dmitch
12 # Doc change only.
13 #
14 # Revision 1.1.1.1 1999/03/16 18:05:49 aram
15 # Originals from SMIME Free Library.
16 #
17 # Revision 1.7 1997/02/16 16:44:50 rj
18 # made return *this after calling abort()'' a compile time option.
19 #
20 # Revision 1.6 1995/09/07 18:38:39 rj
21 # PSBOOK and PSNUP added. (they get used in .../doc/makefile)
22 #
23 # manext and mandir split into two pairs, for sections 1 and n.
24 #
25 # Revision 1.5 1995/07/24 14:59:35 rj
26 # new macros added:
27 # libexecdir for architecture-specific stuff
28 # tcldir under libdir (architecture independent)
29 # TCLSH
30 # DEPENDENCIES for c*-lib's multiple dependencies via recursive make calls
31 # TREELIBS for tree-3.6 widget libs
32 # PATCH for c-lib to patch tbl.h
33 # TCL-P utility prog that returns whether the tcl interface should be made as exit code
34 #
35 # Revision 1.4 1995/02/18 11:53:46 rj
36 # added a small hack to find gcc's hidden include directory to pass it to makedepend. this shall enable X11's makedepend to find .h files a little more the way gcc does.
37 #
38 # Revision 1.3 1995/02/13 14:53:58 rj
39 # CFLAGS, CXXFLAGS and LDFLAGS moved from the various makefiles to here.
40 #
41 # Revision 1.2 1994/10/08 04:30:32 rj
42 # Tcl and X11 libs added
43 #
44 # Revision 1.1 1994/09/01 00:51:23 rj
45 # first check-in (new file).
46 #
47
48 srcdir = .
49 top_srcdir = .
50 prefix = /usr/local
51 exec_prefix = ${prefix}
52
53 bindir = $(exec_prefix)/bin
54 libexecdir = $(exec_prefix)/lib
55 libdir = $(prefix)/lib
56 incdir = $(prefix)/include
57 tcldir = $(libdir)/snacc/tcl
58 # beware setting both extensions to the same value, otherwise snacc.1 and snacc.n will collide!
59 man1ext = 1
60 mannext = n
61 man1dir = $(prefix)/man/man$(man1ext)
62 manndir = $(prefix)/man/man$(mannext)
63
64 SHELL = /bin/sh
65 ECHO = echo
66
67
68 TCLSH = false
69 SNACC_NOVOLAT =
70
71 MKDEP = mkdep
72 MKDEP_CCINC = -I/usr/local/include -I/usr/libexec/ppc/2.95.2/include
73
74 DEPENDENCIES = dependencies
75
76 LEX = flex
77 LFLAGS =
78 LEXLIB = -ll
79 YACC = bison -y
80
81 CC = cc
82 CFLAGS = -DMACOS -DYYTEXT_POINTER -DFLEX_IN_USE -DVDADER_RULES
83 CXX = c++
84 CXXFLAGS = -g -O2 -DVDADER_RULES
85
86 LDFLAGS =
87 LIBS =
88 CPPFLAGS.TCL =
89 TCLLIBS =
90 TREELIBS =
91
92 CPPFLAGS.X11 =
93 LDFLAGS.X11 =
94 LDLIBS.X11pre =
95 LDLIBS.X11extra =
96
97 PATCH = patch
98 AR = ar
99 RANLIB = ranlib
100
101 INSTALL = /usr/bin/install -c
102 INSTALL_PROGRAM = ${INSTALL}
103 INSTALL_DATA = ${INSTALL} -m 644
104
105 LATEX = false
106 BIBTEX = false
107 DVIPS = false
108 DETEX = false
109 PSPREVIEW = true
110 PSBOOK = false
111 PSNUP = false
112 SPELL = spell
113
114 TCL-P = $(TOP)/tcl-p
115
116 REASON = @if [ -f $@ ]; then $(ECHO) "====== making $@ because of $? ======"; else $(ECHO) "====== making (creating) $@ ======"; fi