SRCS=ffdshow_audiofilters_all.cpp

ifneq ($(CC),icl)
SRCS_NASM=TaudioFilterConvert.asm dotproduct.asm
endif

include ../makefile.inc

.all: $(OBJS)

clean:	
	$(RM) $(TEMPFILES)

#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif
