# what's included by any source file. | # what's included by any source file. | ||||
depend: $(C_SOURCES) $(ASM_SOURCES) | depend: $(C_SOURCES) $(ASM_SOURCES) | ||||
touch depend | touch depend | ||||
makedepend -fdepend -Y $(INCLUDES) \ | |||||
$(MKDEP) $(MKDEP_OPTIONS) -Y $(INCLUDES) \ | |||||
$(C_SOURCES) $(ASM_SOURCES) >& /dev/null | $(C_SOURCES) $(ASM_SOURCES) >& /dev/null | ||||