mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-03-12 02:57:09 +00:00
24 lines
493 B
Text
24 lines
493 B
Text
|
|
(rule
|
||
|
|
(targets pp5+gt+plugins+ocanren+dump.exe)
|
||
|
|
(action
|
||
|
|
(run
|
||
|
|
mkcamlp5.opt
|
||
|
|
-package
|
||
|
|
camlp5,camlp5.pa_o,camlp5.macro,camlp5.pr_dump,logger.syntax
|
||
|
|
-package
|
||
|
|
logger.syntax,GT.syntax,GT.syntax.all,OCanren.syntax
|
||
|
|
-o
|
||
|
|
%{targets})))
|
||
|
|
|
||
|
|
(rule
|
||
|
|
(targets pp5+gt+plugins+ostap+dump.exe)
|
||
|
|
(action
|
||
|
|
(run
|
||
|
|
mkcamlp5.opt
|
||
|
|
-package
|
||
|
|
camlp5,camlp5.pa_o,camlp5.macro,camlp5.pr_dump,logger.syntax
|
||
|
|
-package
|
||
|
|
logger.syntax,GT.syntax,GT.syntax.all,ostap.syntax
|
||
|
|
-o
|
||
|
|
%{targets})))
|