
# ------------------------------------------------------------------------------
# User settings can select (overwrite) the MISRA type.
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# Options are:
# (Note: At the moment, this flag is not intended to be changed on the UNIX build)
# TYP_MISRA := QAC     : Use QAC for MISRA analysis and reports
#              AXIVION : Use AXIVION for analysis and reports
# ------------------------------------------------------------------------------
ifeq ($(OS),Windows_NT)
TYP_MISRA := AXIVION
else
TYP_MISRA := QAC
endif

# ------------------------------------------------------------------------------
# Set the default MISRA output format to empty.
# This way the user will get the textual output.
# ------------------------------------------------------------------------------
MISRA_OUTPUT_SQL_FORMAT :=
