Lines Matching full:files
16 # Generate files based on templates and YAML data provided.
18 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
22 # * TEMPLATES -- a list of templates to generate files
27 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
28 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies
29 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
63 add_custom_target(${GEN_ARG_TARGET_NAME}) # Umbrella target for all generated files
87 # with name isa_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
90 # * TEMPLATES -- a list of templates to generate files
94 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
95 # * REQUIRES -- if defined, will require additional Ruby files for template generation
96 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies
128 # EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies
129 # EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]