Lines Matching refs:inc
72 '' => { inc: [] }
75 '' => { inc: [] }
78 'Driver' => { inc: [create_filename('%1$s', 'Hardware.h')] },
79 'Hardware' => { inc: [] }
82 …'Driver' => { inc: [create_filename('%1$s', 'Hardware.h'), create_filename('%1$s', 'Interrupt.…
83 'Interrupt' => { inc: [create_filename('%1$s', 'Hardware.h')] },
84 'Hardware' => { inc: [] }
87 'Model' => { inc: [] },
88 …'Conductor' => { inc: [create_filename('%1$s', 'Model.h'), create_filename('%1$s', 'Hardware.h')]…
89 'Hardware' => { inc: [] }
92 'Model' => { inc: [] },
93 … 'Presenter' => { inc: [create_filename('%1$s', 'Model.h'), create_filename('%1$s', 'View.h')] },
94 'View' => { inc: [] }
105 inc: [],
135 …triad = [{ ext: '.c', path: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, bo…
136 …{ ext: '.h', path: @options[:path_inc], prefix: '', template: TEMPLATE_INC, inc: :inc, boilerp…
137 …{ ext: '.c', path: @options[:path_tst], prefix: prefix, template: TEMPLATE_TST, inc: :tst, boilerp…