2 # (unless it is the file Generated automatically from makehead.in by configure.)
10 exec_prefix = ${prefix}
12 bindir = $(exec_prefix)/bin
13 libexecdir = $(exec_prefix)/lib
14 libdir = $(prefix)/lib
15 incdir = $(prefix)/include
16 tcldir = $(libdir)/snacc/tcl
17 # beware setting both extensions to the same value, otherwise snacc.1 and snacc.n will collide!
20 man1dir = $(prefix)/man/man$(man1ext)
21 manndir = $(prefix)/man/man$(mannext)
31 MKDEP_CCINC = -I/usr/local/include -I/usr/libexec/gcc/darwin/ppc/2.95.2/include -F/System/Library/PrivateFrameworks
33 DEPENDENCIES = dependencies
41 CFLAGS = -DMACOS -DYYTEXT_POINTER -DFLEX_IN_USE -DVDADER_RULES
43 CXXFLAGS = -g -O2 -DVDADER_RULES
60 INSTALL = /usr/bin/install -c
61 INSTALL_PROGRAM = ${INSTALL}
62 INSTALL_DATA = ${INSTALL} -m 644
75 REASON = @if [ -f $@ ]; then $(ECHO) "====== making $@ because of $? ======"; else $(ECHO) "====== making (creating) $@ ======"; fi