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