Skip to content

Make non-default targets (aa-symex etc) actually build #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jan 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ matrix:
script:
- make -C src minisat2-download
- make -C src CXX=$COMPILER CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 && make -C regression test
- make -C src CXX=$COMPILER CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 cegis.dir musketeer.dir
- make -C src CXX=$COMPILER CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 aa-symex.dir cegis.dir clobber.dir memory-models.dir musketeer.dir
5 changes: 4 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
DIRS = ansi-c big-int cbmc cpp goto-cc goto-instrument goto-programs \
goto-symex langapi pointer-analysis solvers util linking xmllang \
assembler analyses java_bytecode aa-path-symex path-symex musketeer \
json cegis goto-analyzer jsil symex goto-diff
json cegis goto-analyzer jsil symex goto-diff aa-symex clobber \
memory-models

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

Expand Down Expand Up @@ -43,6 +44,8 @@ symex.dir: languages goto-programs.dir pointer-analysis.dir \
goto-symex.dir linking.dir analyses.dir solvers.dir \
path-symex.dir goto-instrument.dir

aa-symex.dir: symex.dir aa-path-symex.dir

# building for a particular directory

$(patsubst %, %.dir, $(DIRS)):
Expand Down
3 changes: 1 addition & 2 deletions src/aa-path-symex/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SRC = locs.cpp var_map.cpp path_symex_history.cpp path_symex_state.cpp \
path_symex.cpp build_goto_trace.cpp
SRC = path_symex_state.cpp path_symex.cpp build_goto_trace.cpp

INCLUDES= -I ..

Expand Down
123 changes: 0 additions & 123 deletions src/aa-path-symex/build_goto_trace.cpp

This file was deleted.

1 change: 1 addition & 0 deletions src/aa-path-symex/build_goto_trace.cpp
22 changes: 0 additions & 22 deletions src/aa-path-symex/build_goto_trace.h

This file was deleted.

1 change: 1 addition & 0 deletions src/aa-path-symex/build_goto_trace.h
86 changes: 0 additions & 86 deletions src/aa-path-symex/loc_ref.h

This file was deleted.

Loading