Lines Matching refs:database
19 # generated token database for a given ELF file using pw_tokenizer/database.py.
21 # Produces the ${NAME} token database.
28 # CREATE - Create a database. Must be set to one of the supported database
30 # DATABASE - If updating a database, path to an existing database in the
31 # source tree; optional if creating a database, but may provide an output
34 # DEPS - CMake targets to build prior to generating the database; artifacts
35 # from these targets are NOT implicitly used for database generation.
56 message(FATAL_ERROR "pw_tokenizer_database requires a `database` "
87 COMMENT "Generating the ${_database} token database"
90 "$ENV{PW_ROOT}/pw_tokenizer/py/pw_tokenizer/database.py" create
91 --database ${_database}
107 COMMENT "Updating the ${_database} token database"
110 "$ENV{PW_ROOT}/pw_tokenizer/py/pw_tokenizer/database.py" add
111 --database ${_database}