Skip to content

Commit 06b765d

Browse files
committed
update Makefile
1 parent 3efc250 commit 06b765d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CodeHawk/CHC/cchanalyze/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ MLIS := \
4040
cCHControlFlowGraph \
4141
cCHExpTranslator \
4242
cCHAssignmentTranslator \
43+
cCHErrnoWritePredicateSymbol \
4344
cCHCallTranslator \
4445
cCHOperationsProvider \
4546
cCHCfgTranslator \
@@ -106,6 +107,7 @@ SOURCES := \
106107
cCHEnvironment \
107108
cCHControlFlowGraph \
108109
cCHOrakel \
110+
cCHErrnoWritePredicateSymbol \
109111
cCHExpTranslator \
110112
cCHAssignmentTranslator \
111113
cCHCallTranslator \
@@ -124,6 +126,7 @@ SOURCES := \
124126
cCHPOCheckCommonBase \
125127
cCHPOCheckCommonBaseType \
126128
cCHPOCheckControlledResource \
129+
cCHPOCheckErrnoWritten \
127130
cCHPOCheckFormatCast \
128131
cCHPOCheckInScope \
129132
cCHPOCheckIndexLowerBound \

CodeHawk/CHC/cchpre/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ MLIS := \
6969
cCHCheckValid \
7070
cCHCreatePrimaryProofObligations \
7171
cCHCreateOutputParameterPOs \
72+
cCHCreateErrnoPOs \
7273

7374
CMIS := $(addprefix cmi/,$(MLIS:%=%.cmi))
7475

@@ -108,6 +109,7 @@ SOURCES := \
108109
cCHCheckValid \
109110
cCHCreatePrimaryProofObligations \
110111
cCHCreateOutputParameterPOs \
112+
cCHCreateErrnoPOs \
111113

112114

113115
OBJECTS := $(addprefix cmx/,$(SOURCES:%=%.cmx))

0 commit comments

Comments
 (0)