comparison lwlib/Makefile.in @ 76223:ad3b7db83d7e

(distclean): Delete Makefile. (maintainer-clean): Delete TAGS.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Feb 2007 04:38:38 +0000
parents 1e98efa5f4b3
children a1c6fb73c033 ec58e5c426ef
comparison
equal deleted inserted replaced
76222:432ea336d334 76223:ad3b7db83d7e
80 mostlyclean: 80 mostlyclean:
81 $(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#* 81 $(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
82 82
83 clean: mostlyclean 83 clean: mostlyclean
84 distclean: clean 84 distclean: clean
85 $(RM) Makefile
85 maintainer-clean: distclean 86 maintainer-clean: distclean
87 $(RM) TAGS
86 88
87 TAGS: 89 TAGS:
88 ../lib-src/etags $(srcdir)/*.[ch] 90 ../lib-src/etags $(srcdir)/*.[ch]
89 tags: TAGS 91 tags: TAGS
90 .PHONY: tags 92 .PHONY: tags