Changeset 530 for trunk/src/gmake/dep.h


Ignore:
Timestamp:
Sep 17, 2006, 10:38:57 PM (19 years ago)
Author:
bird
Message:

Added kBuild specific functions for speeding up source processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/dep.h

    r503 r530  
    8282extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
    8383extern int eval_buffer PARAMS ((char *buffer));
     84#ifdef CONFIG_WITH_INCLUDEDEP
     85extern void eval_include_dep PARAMS ((char *name, struct floc *f));
     86#endif
    8487extern int update_goal_chain PARAMS ((struct dep *goals));
    8588extern void uniquize_deps PARAMS ((struct dep *));
     89
Note: See TracChangeset for help on using the changeset viewer.