Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 4754:5dc1b4681e33
Sun Oct 18 00:27:27 2009 +0900
Clean certain build and debug products.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 01:06:53 +0900 |
parents | 80d74fed5399 |
children | aa5ed11f473b |
comparison
equal
deleted
inserted
replaced
4753:dd933a82720c | 4754:5dc1b4681e33 |
---|---|
1011 .PHONY: mostlyclean clean distclean realclean versionclean extraclean | 1011 .PHONY: mostlyclean clean distclean realclean versionclean extraclean |
1012 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig | 1012 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig |
1013 mostlyclean: | 1013 mostlyclean: |
1014 -$(RM) *.o *.i *.rtl *.ln core \ | 1014 -$(RM) *.o *.i *.rtl *.ln core \ |
1015 temacs puremacs quantmacs covmacs rtcmacs temacs.exe \ | 1015 temacs puremacs quantmacs covmacs rtcmacs temacs.exe \ |
1016 sheap-adjust.h dump-id.c $(BLDSRC)/NEEDTODUMP SATISFIED \ | 1016 sheap-adjust.h dump-id.c dump-size $(BLDSRC)/NEEDTODUMP SATISFIED \ |
1017 $(LIB_SRC)/*.po $(LIB_SRC)/*.mo | 1017 $(LIB_SRC)/*.po $(LIB_SRC)/*.mo |
1018 versionclean: | 1018 versionclean: |
1019 -$(RM) $(RAW_EXE) $(DUMP_TARGET) $(LIB_SRC)/DOC | 1019 -$(RM) $(RAW_EXE) $(DUMP_TARGET) $(DUMP_TARGET).dmp $(LIB_SRC)/DOC |
1020 ## Remove the generated load files here; they cause lots of problems | 1020 ## Remove the generated load files here; they cause lots of problems |
1021 ## when they don't work right. | 1021 ## when they don't work right. |
1022 clean: mostlyclean versionclean | 1022 clean: mostlyclean versionclean |
1023 -$(RM) libextcli* $(LISP)/auto-autoloads.el* $(LISP)/custom-load.el* \ | 1023 -$(RM) libextcli* $(LISP)/auto-autoloads.el* $(LISP)/custom-load.el* \ |
1024 $(LISP)/mule/auto-autoloads.el* $(LISP)/mule/custom-load.el* \ | 1024 $(LISP)/mule/auto-autoloads.el* $(LISP)/mule/custom-load.el* \ |
1033 distclean: distclean-noconfig | 1033 distclean: distclean-noconfig |
1034 -$(RM) GNUmakefile Makefile Makefile.in | 1034 -$(RM) GNUmakefile Makefile Makefile.in |
1035 realclean-noconfig: distclean-noconfig | 1035 realclean-noconfig: distclean-noconfig |
1036 realclean: distclean | 1036 realclean: distclean |
1037 extraclean-noconfig: realclean-noconfig | 1037 extraclean-noconfig: realclean-noconfig |
1038 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* | 1038 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* *.s gdb.txt |
1039 extraclean: realclean | 1039 extraclean: realclean |
1040 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* | 1040 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* *.s gdb.txt |
1041 | 1041 |
1042 ###################### Lock, unlock | 1042 ###################### Lock, unlock |
1043 | 1043 |
1044 .PHONY : lock unlock | 1044 .PHONY : lock unlock |
1045 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ | 1045 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ |