
AL_BIN_ANALYZER    = $(PATH_TOOLS_AL)/ALBinAnalyzer/ALBinAnalyzer.exe         # AL bin analyzer tool (HTML for SW data sheet)
AL_SIZE            = $(PATH_TOOLS_AL)/ALSize/ALSize.exe                       # AL size analysis tool
AL_STD_OUT_FILTER  = $(PATH_TOOLS_AL)/ALStdOut_Filter/ALStdOut_Filter.exe     # AL output format tool
AL_GHS_ERR_FILTER  = $(PATH_TOOLS_AL)/ALStdOut_Filter/ALStdOut_Filter_GHS.bat # Batch (GHS) for AL output format tool
AL_VC__ERR_FILTER  = $(PATH_TOOLS_AL)/ALStdOut_Filter/ALStdOut_Filter_VC.bat  # Batch (VC)  for AL output format tool
AL_TEST_RESULT     = $(PATH_TOOLS_AL)/ALTestResult/ALTestResult.exe           # AL Test result tool (QAC summary of one or more files)
CAT                = /bin/cat                                                 # unix cat tool
CURL               = /usr/bin/curl                                            # curl tool
GNUECHO            = echo                                                     # GNUECHO tool
GAWK               = /usr/bin/gawk                                            # gawk tool
GIT                = /usr/bin/git                                             # git (must be installed on the local machine, path must be in PATH)
FINDSTR            = /bin/grep                                                # findstr command
HEX_MANIP          = $(PATH_TOOLS_AL)/HexTools/ALHexManip.exe                 # AL hex manipulation
MAKE               = /usr/bin/make                                            # GNUmake tool
MV                 = /bin/mv                                                  # unix move tool
PERL               = /usr/bin/perl                                            # perl interpreter
PYTHON             = /usr/bin/python                                          # python tool
QDEL               = /bin/rm                                                  # DOS qdel batch file
READELF            = /usr/bin/readelf                                         # unix readelf tool
RM                 = /bin/rm                                                  # rm command
SED                = /bin/sed                                                 # sed command
ZIP                = /bin/gzip                                                # zip tool
MKDIR              = /bin/mkdir                                               # mkdir tool

include $(ENV_MAKE_HAL)/Hal_020_Tools.gmk
