TOPDIR=../..
NEED_PERMISSIVE_FLAG_HACK=1
include $(TOPDIR)/Makefiles/Repo-defines.mk

LIBNAME=libamr$(DEBUG_TAG).a
SUPPORTS_CPPCHECK=0
OUTDIR=$(TOPDIR)/rtp-codecs/$(BUILDID)

SUPPORTS_FORMAT_CHECK=0
HAS_CLEAN_SUPPORT=0    # clean target in third-party-cpp-libs must not clean the shared library, so avoid 

# There is a strange bug where the output of certain testcases
# changes if code is not optimised, so this overrides the -O0 we have
# in the top-level GCOV_FLAGS.
# This should be OK for code coverage purposes as we aren't concerned
# about this third-party library.
ifeq ($(GCOV), 1)
	COMMONFLAGS += -O3
endif

COMMONFLAGS += -Wno-volatile

-include ${EMPIRIX_PIPELINE_FRAMEWORK_MAKEFILE_SUPPORT_DIR}/StaticLibrary-targets.mk
