Mercurial > mplayer.hg
comparison vidix/Makefile @ 21080:618d1857f4c4
Unify dep/depend targets.
author | diego |
---|---|
date | Mon, 20 Nov 2006 11:18:01 +0000 |
parents | ac071d4aafd2 |
children | 4906844e35c8 |
comparison
equal
deleted
inserted
replaced
21079:a09d28771d0c | 21080:618d1857f4c4 |
---|---|
29 | 29 |
30 distclean: clean | 30 distclean: clean |
31 rm -f .depend test | 31 rm -f .depend test |
32 $(MAKE) -C drivers distclean | 32 $(MAKE) -C drivers distclean |
33 | 33 |
34 dep: depend | 34 dep depend: |
35 $(MAKE) -C drivers dep | |
36 | |
37 depend: | |
38 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend | 35 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend |
36 $(MAKE) -C drivers depend | |
39 | 37 |
40 install: | 38 install: |
41 $(MAKE) -C drivers install | 39 $(MAKE) -C drivers install |
42 | 40 |
43 uninstall: | 41 uninstall: |