•  Back 
  •  Pure C Help 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Documentation
Author      : John Kormylo
Version     : PC.HYP 1.1
Subject     : Documentation/Pure C
Nodes       : 193
Index Size  : 5414
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Options/Shell/Auto dependencies ]

The Project File normally lists all included files (dependencies) with
each source file, e.g.:

  main.c (rsc.h)

The Make process will recompile the source file (main.c) if any of the
dependencies (rsc.h) have been modified, even if the source file is
unchanged.

The Auto dependencies option will search the source file for all
#include directives and use these files instead.  (The dependencies
in the Project File will be ignored.)