# # These are the variables used to specify the nature of the system on which # pmake is running. These names may later be used in #if expressions for # conditional reading of the enclosed portion of the Makefile # sun= Machine is a sun i86pc= it has an intel x86 chip i386= for compatibility unix= It runs UNIX. # # check for SunOS5.x platform #if !exists(/vmunix) SYSV= This is not only System 5 SVR4= but even Release 4 #endif # SunOS5.x non-standard program locations #ifdef SVR4 AR = /usr/ccs/bin/ar AS = /usr/ccs/bin/as LD = /usr/ccs/bin/ld YACC = /usr/ccs/bin/yacc LEX = /usr/ccs/bin/lex CC = gcc LINT = : # use statically linked shell for speed SHELL = /sbin/sh #endif .