Mercurial > mplayer.hg
comparison libvo/Makefile @ 17488:ce1ba8fd57e7
Make clean/distclean behave uniformly in all directories.
author | diego |
---|---|
date | Fri, 27 Jan 2006 00:06:42 +0000 |
parents | 96be528902fd |
children | 4f7892794a7f |
comparison
equal
deleted
inserted
replaced
17487:fa17424b4c7b | 17488:ce1ba8fd57e7 |
---|---|
61 all: $(LIBNAME) | 61 all: $(LIBNAME) |
62 | 62 |
63 clean: | 63 clean: |
64 rm -f *.o *.a *~ | 64 rm -f *.o *.a *~ |
65 | 65 |
66 distclean: | 66 distclean: clean |
67 rm -f Makefile.bak *.o *.a *~ .depend | 67 rm -f .depend |
68 | 68 |
69 dep: depend | 69 dep: depend |
70 | 70 |
71 depend: | 71 depend: |
72 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend | 72 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend |