Ignore:
Timestamp:
Sep 6, 2015, 5:43:10 PM (10 years ago)
Author:
bird
Message:

kmk_cc_exec.c: Sketched the basic makefile evaluation 'instructions'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/filedef.h

    r2594 r2788  
    7272    /* Pointer to next target of an explicit multi target rule. */
    7373    struct file *multi_next;
     74#endif
     75
     76#ifdef CONFIG_WITH_COMPILER
     77    struct kmk_cc_evalprog *evalprog; /* Pointer to evalval/evalctx "program". */
    7478#endif
    7579
     
    120124                                  and the expanding done in snap_deps. */
    121125#endif
     126#if defined (CONFIG_WITH_COMPILER) || defined (CONFIG_WITH_MAKE_STATS)
     127    unsigned int eval_count:14; /* Times evaluated as a makefile. */
     128#endif
    122129  };
    123130
Note: See TracChangeset for help on using the changeset viewer.