File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
- SRC = diameter.cpp main.cpp diatest.cpp show_properties.cpp \
2
- k_induction.cpp ebmc_base.cpp ebmc_solvers.cpp bdd_engine.cpp \
3
- ebmc_parse_options.cpp show_trans.cpp ebmc_languages.cpp \
1
+ SRC = \
2
+ bdd_engine.cpp \
3
+ cegar/abstract.cpp \
4
+ cegar/bmc_cegar.cpp \
5
+ cegar/latch_ordering.cpp \
6
+ cegar/refine.cpp \
7
+ cegar/simulate.cpp \
8
+ cegar/verify.cpp \
9
+ diameter.cpp \
10
+ diatest.cpp \
11
+ ebmc_base.cpp \
12
+ ebmc_languages.cpp \
13
+ ebmc_parse_options.cpp \
14
+ ebmc_solvers.cpp \
15
+ k_induction.cpp \
16
+ main.cpp \
4
17
negate_property.cpp \
5
- cegar/bmc_cegar.cpp cegar/latch_ordering .cpp \
6
- cegar/verify.cpp cegar/abstract.cpp cegar/refine .cpp \
7
- cegar/simulate.cpp
18
+ show_properties .cpp \
19
+ show_trans .cpp \
20
+ # empty line
8
21
9
22
OBJ+ = $(CBMC ) /src/util/util$(LIBEXT ) \
10
23
$(CBMC ) /src/langapi/langapi$(LIBEXT ) \
You can’t perform that action at this time.
0 commit comments