comparison mpcommon.mak @ 26430:a6a95779d80b

Always generate dependency information. This also allows dropping the hackish list of incorrect pseudo-dependencies.
author diego
date Fri, 18 Apr 2008 21:46:52 +0000
parents bd6f5e7c0d37
children 7f5696224182
comparison
equal deleted inserted replaced
26429:fac5790e3ff7 26430:a6a95779d80b
25 rm -f *.o *.a *.ho *~ 25 rm -f *.o *.a *.ho *~
26 26
27 distclean:: clean 27 distclean:: clean
28 rm -f .depend test test2 28 rm -f .depend test test2
29 29
30 dep depend:: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 30 .depend: $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)
31 $(MPDEPEND_CMD) > .depend 31 $(MPDEPEND_CMD) > $@
32 32
33 %.ho: %.h 33 %.ho: %.h
34 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< 34 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
35 35
36 ALLHEADERS = $(wildcard *.h) 36 ALLHEADERS = $(wildcard *.h)