(library (name lock_file_blocking) (public_name core.lock_file_blocking)
 (libraries core linux_ext) (preprocessor_deps config.h)
 (preprocess (pps ppx_jane -allow-unannotated-ignores)))

(rule (targets config.h) (deps)
 (action (bash "cp %{lib:core:config.h} %{targets}")))