aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-25 23:44:32 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-25 23:44:32 +0000
commitd389da26515d525a0cc7cbc688f5b43009335915 (patch)
tree6ccaf357477463d3b5765700b81191b95c82f49d
parentf96332369cbb2420e29a588d0ad9cd9810315423 (diff)
downloadvericert-d389da26515d525a0cc7cbc688f5b43009335915.tar.gz
vericert-d389da26515d525a0cc7cbc688f5b43009335915.zip
Remove dunes and make the build recursive
-rw-r--r--src/common/dune3
-rw-r--r--src/dune7
-rw-r--r--src/extraction/dune4
-rw-r--r--src/verilog/dune4
4 files changed, 5 insertions, 13 deletions
diff --git a/src/common/dune b/src/common/dune
deleted file mode 100644
index de481e2..0000000
--- a/src/common/dune
+++ /dev/null
@@ -1,3 +0,0 @@
-(library
- (name Common)
- (public_name coqup.common))
diff --git a/src/dune b/src/dune
index 1c9fdde..d6dc7b8 100644
--- a/src/dune
+++ b/src/dune
@@ -1,3 +1,6 @@
+(include_subdirs unqualified)
+
(library
- (name CoqUp)
- (public_name coqup))
+ (public_name coqup)
+ (libraries compcert)
+ (flags (:standard -warn-error -A)))
diff --git a/src/extraction/dune b/src/extraction/dune
deleted file mode 100644
index 731701a..0000000
--- a/src/extraction/dune
+++ /dev/null
@@ -1,4 +0,0 @@
-(library
- (name Extraction)
- (public_name coqup.extraction)
- (flags (:standard -warn-error -A)))
diff --git a/src/verilog/dune b/src/verilog/dune
deleted file mode 100644
index 227d4a5..0000000
--- a/src/verilog/dune
+++ /dev/null
@@ -1,4 +0,0 @@
-(library
- (name Verilog)
- (public_name coqup.verilog)
- (libraries coqup.extraction))