

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

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

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

SRCDIRS =  ../src
INCL    = -I../include
INCL   += -I../../../../../../tools/fftlib/include

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

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

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

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


endif

