Mercurial > mplayer.hg
comparison TOOLS/netstream/Makefile @ 21080:618d1857f4c4
Unify dep/depend targets.
author | diego |
---|---|
date | Mon, 20 Nov 2006 11:18:01 +0000 |
parents | 22cb9d5f1e21 |
children | ac526d8f1ff3 |
comparison
equal
deleted
inserted
replaced
21079:a09d28771d0c | 21080:618d1857f4c4 |
---|---|
47 rm -f *.o *.a *~ | 47 rm -f *.o *.a *~ |
48 | 48 |
49 distclean: clean | 49 distclean: clean |
50 rm -f .depend test | 50 rm -f .depend test |
51 | 51 |
52 dep: depend | 52 dep depend: |
53 | |
54 depend: | |
55 $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend | 53 $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend |
56 | 54 |
57 # | 55 # |
58 # include dependency files if they exist | 56 # include dependency files if they exist |
59 # | 57 # |