include ../makefile.inc

SRCS=ffdshow_dialog_all.cpp TSpecifyPropertyPagesVE.cpp

.all: $(OBJS)

clean:
	$(RM) $(TEMPFILES)

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