DEPTH = ..
SUBDIR = ./sound

include $(DEPTH)/Makefile.os

ifeq ($(USE_SOUND), true)
ifeq ($(USE_SOUND_ALUT), true)
INCLUDE += $(INCLUDE_SOUND_ALUT)
LIBS += $(LIBS_SOUND_ALUT)
endif
endif

include $(DEPTH)/Makefile.rules
