

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

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

ifeq "$(MAKELEVEL)" "0"
SRCS = localSetupInformationInterfaceLib.c localSetupInformationInterfaceLib_BitstreamIO.c

SRCDIRS =  ../src
INCL    =  -I../include
INCL   += -I../../../../binaural/interface/binauralInterfaceLib/include
INCL   += -I../../../../../tools/cicp2geometry/cicp2geometryLib/include
INCL   += -I../../../../../tools/readonlybitbuf/include
INCL   += -I../../../../../tools/writeonlybitbuf/include


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

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

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

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


endif

