# sccd.cfg V3.51 for SunOS4.1.x acc. # Please NOTE that the first character in an option # may NOT be a white-space ! sccdNAME = "SUN4_ANSICC" # The detailed compiler definition # is found in your current scttypes.h sccdINFILESUFFIX = ".c" # The file name suffix of the In-file(s), # Default ".c" sccdALTSUFFIX = "" # The alternative file name suffix of the In-file(s), # Default "" sccdTEMPSUFFIX = ".i" # The file name suffix of the Intermediate file, # Default ".i" sccdCPP = "" # Alternate name for CPP. # Used for preprocessing if different from "". sccdCPPFLAGS = "-C -P -Xc " # C-COMPILER DEPENDENT!! # Enable CPP and do not remove comments. # Default for gcc = "-P -E -C" (and cc = "-C -P") sccdMACROPREFIX = "-D" # CPP Command-line MACRO prefix. Default "-D" sccdINCLUDE1 = "-I" # CPP Command-line include-path prefix. # Default "-I" sccdINCLUDE2 = "" # Alternate CPP Command-line include-path prefix. # Default "" sccdOUTFILEREDIR = "-o " # Character sequence to control CPP output file name. # If empty, use sccdFMOVE instead. sccdFMOVE = "mv -f " # O/S forced file move or copy command. # Used instead of OUTFILEREDIR. Default: "" sccdDELETE = "rm -f " # O/S forced delete file command. # Default: "rm -f " sccdCOPY = "cp " # O/S normal copy command. Default: "cp " sccdCOMPILE = "ON" # Controls whether the final compilation pass # should be run or not. Default: "ON" sccdDEBUG = "OFF" # Enable execution. # Values are: "ON" and Default = "OFF" sccdPURGE = "ON" # Purge temporary files. # Values are: "OFF" and Default = "ON" sccdUSE_HS = "OFF" # Disable use of *.hs files. # Values are: "ON" and Default = "OFF" sccdSILENT = "OFF" # Enable trace printout. # Values are: "ON" and Default = "OFF" # to enter # in sccdUSER_CMDx & sccdTMPDIR use \# # to enter " in sccdUSER_CMDx & sccdTMPDIR use \" # to enter \ in sccdUSER_CMDx & sccdTMPDIR use \\ sccdTMPDIR = "sccdtmp" # Temporary directory for the preprocessing. # Default "sccdtmp"; Setting sccdTMPDIR = "" or "." # in the configuration (.cfg) file suppresses # directory creation. sccdUSER_CMD1 = "" # User defined command. # Will be used as is for command line. sccdUSER_CMD2 = "echo \"Input C-file = %p/%f.c\"" # User defined command. Available pseudo variables: # %f expands to In-file name without extension, # %p expands to In-file path and # %d expands to the value of sccdTMPDIR. # E.g. echo \"Pre-processed C-file = %p/%d/%f.c\" sccdUSER_CMD3 = "echo \"Preprocessed C-file = %p/%d/%f.c\"" # User defined command. See sccdUSER_CMD2. sccdUSER_CMD4 = "" # User defined command. See sccdUSER_CMD2.