mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-03-11 18:47:08 +00:00
projct structure refactoring
This commit is contained in:
parent
3f6844835c
commit
8885c4891c
11 changed files with 109 additions and 141 deletions
23
camlp5/dune
Normal file
23
camlp5/dune
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
(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})))
|
||||
Loading…
Add table
Add a link
Reference in a new issue