Preprocessor

Options for the preprocessor
The preprocessor is used to generate dependency files (extension ".d"). Dependency files are generated and updated automatically and allow the c compiler to correctly recompile all dependent code after a program change. The options are (specified in "sparc.mk" or "mips.mk"):

    -xM1		generate dependencies (SparcWorks C)
    -MM			generate dependencies (gnu C)
    

Author:
Daniel Sigg

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++