

GENERALROOT=../../../../../../
MAKEROOT=../

-include $(GENERALROOT)/general/makefile.all

ifeq "$(MAKELEVEL)" "0"
SRCS = binauralization_FilterDesign.c

SRCDIRS =  ../src ../../../../interface/binauralInterfaceLib/src
INCL    =  -I../include
INCL   += -I../../../../interface/binauralInterfaceLib/include
INCL   += -I$(GENERALROOT)/tools/AFsp/include/libtsp
INCL   += -I$(GENERALROOT)/tools/AFsp/include
INCL   += -I$(GENERALROOT)/tools/writeonlybitbuf/include
INCL   += -I$(GENERALROOT)/tools/readonlybitbuf/include
INCL   += -I$(GENERALROOT)/tools/cicp2geometry/cicp2geometryLib/include
INCL   += -I$(GENERALROOT)/tools/fftlib/include

OPTIONS = SRCDIRS="$(SRCDIRS)" INCL="$(INCL)" INCLDEP=1 DEFFLAGS="$(DEFFLAGS)"

all: $(GENERALROOT)/general/makefile.all libbinauralParametrization_TD$(LIB_SUFFIX)

libbinauralParametrization_TD$(LIB_SUFFIX):
	@$(MAKE) TARGET=$@ $(OPTIONS) SRCS="$(SRCS)" COMLIBS="$(LIB_COMLIBS)" library

clean:
	@$(MAKE) TARGET=libbinauralParametrization_TD$(LIB_SUFFIX) SRCS="$(SRCS)" clean


endif


