GCC Middle and Back End API Reference
genmddeps.c File Reference

Data Structures

struct  filedep

Functions

static void add_filedep ()
int main ()

Variables

static struct filedepdeps
static struct filedep ** last = &deps

Function Documentation

static void add_filedep ( )
static

References filedep::next, and filedep::pathname.

Referenced by main().

int main ( )
     Output a variable containing all of the include files.  
     Output make targets for these includes with empty actions.  This
     will guard against make errors when includes are removed.  

References add_filedep(), include_callback, filedep::next, filedep::pathname, progname, and read_md_files().


Variable Documentation

struct filedep* deps
static