We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061da08 commit cdc456fCopy full SHA for cdc456f
src/Makefile
@@ -1,7 +1,8 @@
1
DIRS = ansi-c big-int cbmc cpp goto-cc goto-instrument goto-programs \
2
goto-symex langapi pointer-analysis solvers util linking xmllang \
3
assembler analyses java_bytecode aa-path-symex path-symex musketeer \
4
- json cegis goto-analyzer jsil symex goto-diff
+ json cegis goto-analyzer jsil symex goto-diff aa-symex clobber \
5
+ memory-models
6
7
all: cbmc.dir goto-cc.dir goto-instrument.dir symex.dir goto-analyzer.dir goto-diff.dir
8
@@ -43,6 +44,8 @@ symex.dir: languages goto-programs.dir pointer-analysis.dir \
43
44
goto-symex.dir linking.dir analyses.dir solvers.dir \
45
path-symex.dir goto-instrument.dir
46
47
+aa-symex.dir: symex.dir aa-path-symex.dir
48
+
49
# building for a particular directory
50
51
$(patsubst %, %.dir, $(DIRS)):
0 commit comments