aboutsummaryrefslogtreecommitdiffstats
path: root/dune
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-31 10:44:24 +0100
committerYann Herklotz <git@yannherklotz.com>2020-03-31 10:44:24 +0100
commite26873f36547eb85cf20314cbe0251488aaf7698 (patch)
tree8c2b23e2df615278efb61521a11f3d54cbd806e7 /dune
parentb298df2ab17f82e7ee113d9570df0a82fda53b17 (diff)
downloadvericert-e26873f36547eb85cf20314cbe0251488aaf7698.tar.gz
vericert-e26873f36547eb85cf20314cbe0251488aaf7698.zip
Add main file and global building
Diffstat (limited to 'dune')
-rw-r--r--dune10
1 files changed, 10 insertions, 0 deletions
diff --git a/dune b/dune
new file mode 100644
index 0000000..020ec08
--- /dev/null
+++ b/dune
@@ -0,0 +1,10 @@
+(dirs :standard \ "./lib/CompCert/x86_32" "./lib/CompCert/powerpc" "./lib/CompCert/riscV"
+ "./lib/CompCert/arm" "./lib/CompCert/aarch64" "./lib/CompCert/extraction")
+
+(include_subdirs unqualified)
+
+(library
+ (public_name coqup)
+ (modules_without_implementation c debugTypes dwarfTypes)
+ (libraries menhirLib str unix)
+ (flags (:standard -warn-error -A)))