comparison Makefile @ 31887:2cc844518554

Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
author diego
date Tue, 17 Aug 2010 15:07:16 +0000
parents e64df5862cea
children a564f632ba49
comparison
equal deleted inserted replaced
31886:1b924c910cfe 31887:2cc844518554
842 %-rc.o: %.rc 842 %-rc.o: %.rc
843 $(WINDRES) -I. $< $@ 843 $(WINDRES) -I. $< $@
844 844
845 checkheaders: $(ALLHEADERS:.h=.ho) 845 checkheaders: $(ALLHEADERS:.h=.ho)
846 846
847 dep depend: $(DEPS)
848 for part in $(FFMPEGPARTS); do $(MAKE) -C $$part depend; done
849
850 $(FFMPEGLIBS): $(FFMPEGFILES) config.h 847 $(FFMPEGLIBS): $(FFMPEGFILES) config.h
851 $(MAKE) -C $(@D) 848 $(MAKE) -C $(@D)
852 touch $@ 849 touch $@
853 850
854 mencoder$(EXESUF): $(MENCODER_DEPS) 851 mencoder$(EXESUF): $(MENCODER_DEPS)
1161 ifneq ($(MAKECMDGOALS),distclean) 1158 ifneq ($(MAKECMDGOALS),distclean)
1162 -include $(DEPS) 1159 -include $(DEPS)
1163 endif 1160 endif
1164 1161
1165 .PHONY: all doxygen *install* *tools drivers dhahelper* 1162 .PHONY: all doxygen *install* *tools drivers dhahelper*
1166 .PHONY: checkheaders *clean dep depend tests 1163 .PHONY: checkheaders *clean tests
1167 1164
1168 # Disable suffix rules. Most of the builtin rules are suffix rules, 1165 # Disable suffix rules. Most of the builtin rules are suffix rules,
1169 # so this saves some time on slow systems. 1166 # so this saves some time on slow systems.
1170 .SUFFIXES: 1167 .SUFFIXES: