Mercurial > mplayer.hg
comparison Makefile @ 26796:4fb30593ab3d
Remove unused strip target.
author | diego |
---|---|
date | Sun, 18 May 2008 17:40:00 +0000 |
parents | 488f86cbc522 |
children | 06fa17a9ee01 |
comparison
equal
deleted
inserted
replaced
26795:488f86cbc522 | 26796:4fb30593ab3d |
---|---|
872 doxygen: | 872 doxygen: |
873 doxygen DOCS/tech/Doxyfile | 873 doxygen DOCS/tech/Doxyfile |
874 | 874 |
875 doxygen_clean: | 875 doxygen_clean: |
876 -rm -rf DOCS/tech/doxygen | 876 -rm -rf DOCS/tech/doxygen |
877 strip: | |
878 strip -s $(ALL_PRG-yes) | |
879 | 877 |
880 TAGS: | 878 TAGS: |
881 rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a | 879 rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a |
882 | 880 |
883 tags: | 881 tags: |
977 toolsclean: | 975 toolsclean: |
978 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 | 976 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 |
979 | 977 |
980 -include $(DEPS) | 978 -include $(DEPS) |
981 | 979 |
982 .PHONY: all doxygen *install* recurse strip *tools | 980 .PHONY: all doxygen *install* recurse *tools |
983 .PHONY: checkheaders *clean dep depend tests | 981 .PHONY: checkheaders *clean dep depend tests |