Mercurial > mplayer.hg
comparison libvo/Makefile @ 21080:618d1857f4c4
Unify dep/depend targets.
author | diego |
---|---|
date | Mon, 20 Nov 2006 11:18:01 +0000 |
parents | d04ee0eb6a11 |
children | b437b582250d |
comparison
equal
deleted
inserted
replaced
21079:a09d28771d0c | 21080:618d1857f4c4 |
---|---|
64 rm -f *.o *.a *~ | 64 rm -f *.o *.a *~ |
65 | 65 |
66 distclean: clean | 66 distclean: clean |
67 rm -f .depend | 67 rm -f .depend |
68 | 68 |
69 dep: depend | 69 dep depend: |
70 | |
71 depend: | |
72 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend | 70 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend |
73 | 71 |
74 # | 72 # |
75 # include dependency files if they exist | 73 # include dependency files if they exist |
76 # | 74 # |