@@ -32,7 +32,47 @@ EXP := exp
3232
3333GAS := gas
3434
35- HUB := hub
35+ HUB := $(wildcard hub/columns/* lisp) \
36+ $(wildcard hub/constraints/account-rows/* lisp) \
37+ $(wildcard hub/constraints/context-rows/* lisp) \
38+ $(wildcard hub/constraints/generalities/* lisp) \
39+ $(wildcard hub/constraints/heartbeat/* lisp) \
40+ $(wildcard hub/constraints/instruction-handling/call/* lisp) \
41+ $(wildcard hub/constraints/instruction-handling/call/generalities/* lisp) \
42+ $(wildcard hub/constraints/instruction-handling/call/finishing_touches/* lisp) \
43+ $(wildcard hub/constraints/instruction-handling/call/specialized/* lisp) \
44+ $(wildcard hub/constraints/instruction-handling/call/precompiles/* lisp) \
45+ $(wildcard hub/constraints/instruction-handling/call/precompiles/common/* lisp) \
46+ $(wildcard hub/constraints/instruction-handling/call/precompiles/ec_add_mul_pairing/* lisp) \
47+ $(wildcard hub/constraints/instruction-handling/call/precompiles/modexp/* lisp) \
48+ $(wildcard hub/constraints/instruction-handling/call/precompiles/blake/* lisp) \
49+ $(wildcard hub/constraints/instruction-handling/copy/* lisp) \
50+ $(wildcard hub/constraints/instruction-handling/create/* lisp) \
51+ $(wildcard hub/constraints/instruction-handling/create/constraints/* lisp) \
52+ $(wildcard hub/constraints/instruction-handling/halting/* lisp) \
53+ $(wildcard hub/constraints/instruction-handling/* lisp) \
54+ $(wildcard hub/constraints/miscellaneous-rows/* lisp) \
55+ $(wildcard hub/constraints/scenario-rows/shorthands/* lisp) \
56+ $(wildcard hub/constraints/scenario-rows/* lisp) \
57+ $(wildcard hub/constraints/storage-rows/* lisp) \
58+ $(wildcard hub/constraints/tx_skip/* lisp) \
59+ $(wildcard hub/constraints/tx_prewarm/* lisp) \
60+ $(wildcard hub/constraints/tx_init/* lisp) \
61+ $(wildcard hub/constraints/tx_init/rows/* lisp) \
62+ $(wildcard hub/constraints/tx_finl/* lisp) \
63+ $(wildcard hub/constraints/tx_finl/rows/* lisp) \
64+ $(wildcard hub/constraints/* lisp) \
65+ $(wildcard hub/lookups/* lisp) \
66+ hub/constants.lisp
67+
68+ # # full HUB:
69+ # HUB := hub
70+ # $(wildcard hub/constraints/consistency/stack/*lisp) \
71+ # $(wildcard hub/constraints/consistency/*lisp) \
72+ # $(wildcard hub/constraints/consistency/account/*lisp) \
73+ # $(wildcard hub/constraints/consistency/context/*lisp) \
74+ # $(wildcard hub/constraints/consistency/execution_environment/*lisp) \
75+ # $(wildcard hub/constraints/consistency/storage/*lisp) \
3676
3777LIBRARY := library
3878
0 commit comments