Mercurial > mplayer.hg
comparison liba52/Makefile @ 17488:ce1ba8fd57e7
Make clean/distclean behave uniformly in all directories.
author | diego |
---|---|
date | Fri, 27 Jan 2006 00:06:42 +0000 |
parents | 16b1de65666b |
children | c127ce678083 |
comparison
equal
deleted
inserted
replaced
17487:fa17424b4c7b | 17488:ce1ba8fd57e7 |
---|---|
28 all: $(LIBNAME) | 28 all: $(LIBNAME) |
29 | 29 |
30 clean: | 30 clean: |
31 rm -f *.o *.a *~ | 31 rm -f *.o *.a *~ |
32 | 32 |
33 distclean: | 33 distclean: clean |
34 rm -f test *.o *.a *~ .depend | 34 rm -f .depend test |
35 | 35 |
36 dep: depend | 36 dep: depend |
37 | 37 |
38 depend: | 38 depend: |
39 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend | 39 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend |