Skip to content

Commit 033d27a

Browse files
committed
List source files in goto-programs/Makefile in lexicographic order
1 parent 98657d8 commit 033d27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-programs/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC = adjust_float_expressions.cpp \
66
destructor.cpp \
77
elf_reader.cpp \
88
format_strings.cpp \
9-
initialize_goto_model.cpp \
9+
generate_function_bodies.cpp \
1010
goto_asm.cpp \
1111
goto_clean_expr.cpp \
1212
goto_convert.cpp \
@@ -16,12 +16,13 @@ SRC = adjust_float_expressions.cpp \
1616
goto_convert_side_effect.cpp \
1717
goto_function.cpp \
1818
goto_functions.cpp \
19-
goto_inline.cpp \
2019
goto_inline_class.cpp \
20+
goto_inline.cpp \
2121
goto_program.cpp \
2222
goto_program_template.cpp \
2323
goto_trace.cpp \
2424
graphml_witness.cpp \
25+
initialize_goto_model.cpp \
2526
instrument_preconditions.cpp \
2627
interpreter.cpp \
2728
interpreter_evaluate.cpp \
@@ -50,7 +51,6 @@ SRC = adjust_float_expressions.cpp \
5051
remove_unused_functions.cpp \
5152
remove_vector.cpp \
5253
remove_virtual_functions.cpp \
53-
generate_function_bodies.cpp \
5454
resolve_inherited_component.cpp \
5555
safety_checker.cpp \
5656
set_properties.cpp \

0 commit comments

Comments
 (0)