GCC Middle and Back End API Reference
genmddeps.c File Reference
#include "bconfig.h"
#include "system.h"
#include "coretypes.h"
#include "errors.h"
#include "read-md.h"
Include dependency graph for genmddeps.c:

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(), FATAL_EXIT_CODE, include_callback, filedep::next, NULL, filedep::pathname, progname, read_md_files(), and SUCCESS_EXIT_CODE.


Variable Documentation

struct filedep* deps
static