2 # (unless it is the file Generated automatically from makehead.in by configure.)
6 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/makehead,v 1.1.1.1 2001/05/18 23:14:04 mb Exp $
8 # Revision 1.1.1.1 2001/05/18 23:14:04 mb
9 # Move from private repository to open source repository
11 # Revision 1.4 2000/06/15 18:50:16 dmitch
14 # Revision 1.1.1.1 1999/03/16 18:05:49 aram
15 # Originals from SMIME Free Library.
17 # Revision 1.7 1997/02/16 16:44:50 rj
18 # made return *this after calling abort()'' a compile time option.
20 # Revision 1.6 1995/09/07 18:38:39 rj
21 # PSBOOK and PSNUP added. (they get used in .../doc/makefile)
23 # manext and mandir split into two pairs, for sections 1 and n.
25 # Revision 1.5 1995/07/24 14:59:35 rj
27 # libexecdir for architecture-specific stuff
28 # tcldir under libdir (architecture independent)
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
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.
38 # Revision 1.3 1995/02/13 14:53:58 rj
39 # CFLAGS, CXXFLAGS and LDFLAGS moved from the various makefiles to here.
41 # Revision 1.2 1994/10/08 04:30:32 rj
42 # Tcl and X11 libs added
44 # Revision 1.1 1994/09/01 00:51:23 rj
45 # first check-in (new file).
51 exec_prefix = ${prefix}
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!
61 man1dir = $(prefix)/man/man$(man1ext)
62 manndir = $(prefix)/man/man$(mannext)
72 MKDEP_CCINC = -I/usr/local/include -I/usr/libexec/ppc/2.95.2/include
74 DEPENDENCIES = dependencies
82 CFLAGS = -DMACOS -DYYTEXT_POINTER -DFLEX_IN_USE -DVDADER_RULES
84 CXXFLAGS = -g -O2 -DVDADER_RULES
101 INSTALL = /usr/bin/install -c
102 INSTALL_PROGRAM = ${INSTALL}
103 INSTALL_DATA = ${INSTALL} -m 644
116 REASON = @if [ -f $@ ]; then $(ECHO) "====== making $@ because of $? ======"; else $(ECHO) "====== making (creating) $@ ======"; fi