Skip to content

Commit cdc456f

Browse files
committed
Support building aa-symex, clobber, memory-model
1 parent 061da08 commit cdc456f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
DIRS = ansi-c big-int cbmc cpp goto-cc goto-instrument goto-programs \
22
goto-symex langapi pointer-analysis solvers util linking xmllang \
33
assembler analyses java_bytecode aa-path-symex path-symex musketeer \
4-
json cegis goto-analyzer jsil symex goto-diff
4+
json cegis goto-analyzer jsil symex goto-diff aa-symex clobber \
5+
memory-models
56

67
all: cbmc.dir goto-cc.dir goto-instrument.dir symex.dir goto-analyzer.dir goto-diff.dir
78

@@ -43,6 +44,8 @@ symex.dir: languages goto-programs.dir pointer-analysis.dir \
4344
goto-symex.dir linking.dir analyses.dir solvers.dir \
4445
path-symex.dir goto-instrument.dir
4546

47+
aa-symex.dir: symex.dir aa-path-symex.dir
48+
4649
# building for a particular directory
4750

4851
$(patsubst %, %.dir, $(DIRS)):

0 commit comments

Comments
 (0)