1############################################################################### 2# FILE: Makefile.common 3# 4# Common settings, independent of configuration (independent of Makefile.config). 5# This is included by Makefile.defs 6############################################################################### 7 8ASR_COMMON_DEFINES = \ 9 -DDISABLE_MALLOC \ 10 -DDISABLE_TIMESTAMPS \ 11 -DAUDIOIN_SUPPORT_CALLBACK \ 12 13# -DSREC_ENGINE_VERBOSE_LOGGING \ 14 15