Skip to content

Commit fada0af

Browse files
Add module dependency definition files
1 parent a90ea44 commit fada0af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+251
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
analyses
2+
ansi-c # should go away
3+
cbmc # version.h
4+
java_bytecode
5+
jdiff
6+
goto-analyzer
7+
goto-programs
8+
langapi # should go away
9+
util
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java_bytecode/library
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
analyses
2+
ansi-c # should go away
3+
goto-programs
4+
java_bytecode
5+
json
6+
langapi # should go away
7+
library
8+
linking
9+
miniz
10+
util

jbmc/src/jbmc/module_dependencies.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
analyses
2+
ansi-c # should go away
3+
cbmc # version.h and bmc.h
4+
goto-instrument
5+
goto-programs
6+
goto-symex
7+
java_bytecode
8+
jbmc
9+
langapi # should go away
10+
linking
11+
pointer-analysis
12+
util
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
analyses
2+
cbmc # version.h
3+
java_bytecode
4+
jdiff
5+
goto-diff
6+
goto-instrument
7+
goto-programs
8+
goto-symex # dubious - rewrite_union
9+
langapi # should go away
10+
pointer-analysis
11+
util
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
miniz
2+
sys # system

src/analyses/module_dependencies.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
analyses
2+
ansi-c # should go away
3+
goto-programs
4+
langapi # should go away
5+
pointer-analysis
6+
util
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ansi-c
2+
ansi-c/library
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ansi-c
2+
ansi-c/literals
3+
util

src/ansi-c/module_dependencies.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ansi-c
2+
goto-programs
3+
langapi # should go away
4+
linking
5+
literals
6+
util

0 commit comments

Comments
 (0)