Skip to content

Commit 8dbc281

Browse files
author
Daniel Kroening
committed
Makefile: one file per line
1 parent d62f29a commit 8dbc281

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

src/ebmc/Makefile

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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 \
417
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
821

922
OBJ+= $(CBMC)/src/util/util$(LIBEXT) \
1023
$(CBMC)/src/langapi/langapi$(LIBEXT) \

0 commit comments

Comments
 (0)