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