2 # Hack to work around (apparently) broken autoconf - it always generates this error
3 # when tying to create makehead
7 # sed: 28: conftest.s1: unescaped newline inside substitute pattern
11 # So, this is a copy of a previously known good makehead, and all the makefiles
12 # which need it include this one.
17 # (unless it is the file Generated automatically from makehead.in by configure.)
21 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/makehead.static,v 1.1.1.1 2001/05/18 23:14:04 mb Exp $
22 # $Log: makehead.static,v $
23 # Revision 1.1.1.1 2001/05/18 23:14:04 mb
24 # Move from private repository to open source repository
26 # Revision 1.1 2000/12/22 00:01:14 dmitch
27 # New file, included by most makefiles here and below, due to apparently broken autoconf, which now generates empty makehead file. This one is a copy of the last makehead which worked.
29 # Revision 1.4 2000/06/15 18:50:16 dmitch
32 # Revision 1.1.1.1 1999/03/16 18:05:49 aram
33 # Originals from SMIME Free Library.
35 # Revision 1.7 1997/02/16 16:44:50 rj
36 # made return *this after calling abort()'' a compile time option.
38 # Revision 1.6 1995/09/07 18:38:39 rj
39 # PSBOOK and PSNUP added. (they get used in .../doc/makefile)
41 # manext and mandir split into two pairs, for sections 1 and n.
43 # Revision 1.5 1995/07/24 14:59:35 rj
45 # libexecdir for architecture-specific stuff
46 # tcldir under libdir (architecture independent)
48 # DEPENDENCIES for c*-lib's multiple dependencies via recursive make calls
49 # TREELIBS for tree-3.6 widget libs
50 # PATCH for c-lib to patch tbl.h
51 # TCL-P utility prog that returns whether the tcl interface should be made as exit code
53 # Revision 1.4 1995/02/18 11:53:46 rj
54 # 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.
56 # Revision 1.3 1995/02/13 14:53:58 rj
57 # CFLAGS, CXXFLAGS and LDFLAGS moved from the various makefiles to here.
59 # Revision 1.2 1994/10/08 04:30:32 rj
60 # Tcl and X11 libs added
62 # Revision 1.1 1994/09/01 00:51:23 rj
63 # first check-in (new file).
69 exec_prefix = ${prefix}
71 bindir = $(exec_prefix)/bin
72 libexecdir = $(exec_prefix)/lib
73 libdir = $(prefix)/lib
74 incdir = $(prefix)/include
75 tcldir = $(libdir)/snacc/tcl
76 # beware setting both extensions to the same value, otherwise snacc.1 and snacc.n will collide!
79 man1dir = $(prefix)/man/man$(man1ext)
80 manndir = $(prefix)/man/man$(mannext)
90 MKDEP_CCINC = -I/usr/local/include -I/usr/libexec/ppc/2.95.2/include -F/System/Library/PrivateFrameworks
92 DEPENDENCIES = dependencies
100 CFLAGS = -DMACOS -DYYTEXT_POINTER -DFLEX_IN_USE -DVDADER_RULES
102 CXXFLAGS = -g -O2 -DVDADER_RULES
119 INSTALL = /usr/bin/install -c
120 INSTALL_PROGRAM = ${INSTALL}
121 INSTALL_DATA = ${INSTALL} -m 644
134 REASON = @if [ -f $@ ]; then $(ECHO) "====== making $@ because of $? ======"; else $(ECHO) "====== making (creating) $@ ======"; fi