|
@@ -1,5 +1,5 @@
|
|
|
# OASIS_START
|
|
|
-# DO NOT EDIT (digest: d2586eecbf711619953a777ca84195da)
|
|
|
+# DO NOT EDIT (digest: e9ef8e895a62f6d302c93293b9e2d7af)
|
|
|
# Ignore VCS directories, you can use the same kind of rule outside
|
|
|
# OASIS_START/STOP if you want to exclude directories that contains
|
|
|
# useless stuff for the build process
|
|
@@ -17,25 +17,25 @@ true: annot, bin_annot
|
|
|
# Executable oclaunch
|
|
|
<src/oclaunch.{native,byte}>: pkg_atdgen
|
|
|
<src/oclaunch.{native,byte}>: pkg_core
|
|
|
-<src/oclaunch.{native,byte}>: pkg_core_extended
|
|
|
+<src/oclaunch.{native,byte}>: pkg_textutils
|
|
|
<src/oclaunch.{native,byte}>: pkg_threads
|
|
|
# Executable run_test
|
|
|
<src/test/test.{native,byte}>: pkg_alcotest
|
|
|
<src/test/test.{native,byte}>: pkg_atdgen
|
|
|
<src/test/test.{native,byte}>: pkg_core
|
|
|
-<src/test/test.{native,byte}>: pkg_core_extended
|
|
|
<src/test/test.{native,byte}>: pkg_oUnit
|
|
|
+<src/test/test.{native,byte}>: pkg_textutils
|
|
|
<src/test/test.{native,byte}>: pkg_threads
|
|
|
<src/*.ml{,i,y}>: pkg_alcotest
|
|
|
<src/*.ml{,i,y}>: pkg_atdgen
|
|
|
<src/*.ml{,i,y}>: pkg_core
|
|
|
-<src/*.ml{,i,y}>: pkg_core_extended
|
|
|
<src/*.ml{,i,y}>: pkg_oUnit
|
|
|
+<src/*.ml{,i,y}>: pkg_textutils
|
|
|
<src/*.ml{,i,y}>: pkg_threads
|
|
|
<src/test/*.ml{,i,y}>: pkg_alcotest
|
|
|
<src/test/*.ml{,i,y}>: pkg_atdgen
|
|
|
<src/test/*.ml{,i,y}>: pkg_core
|
|
|
-<src/test/*.ml{,i,y}>: pkg_core_extended
|
|
|
<src/test/*.ml{,i,y}>: pkg_oUnit
|
|
|
+<src/test/*.ml{,i,y}>: pkg_textutils
|
|
|
<src/test/*.ml{,i,y}>: pkg_threads
|
|
|
# OASIS_STOP
|