comparison src/Makefile.in.in @ 1727:7c80b06e433f

[xemacs-hg @ 2003-09-30 16:46:15 by james] Don't let make distclean remove xemacs.def.in.in.
author james
date Tue, 30 Sep 2003 16:46:20 +0000
parents 64eaceca611d
children 7580e52a8218
comparison
equal deleted inserted replaced
1726:a8d8f419b459 1727:7c80b06e433f
974 $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el* 974 $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el*
975 ## This is used in making a distribution. 975 ## This is used in making a distribution.
976 ## Do not use it on development directories! 976 ## Do not use it on development directories!
977 distclean: clean 977 distclean: clean
978 $(RM) config.h paths.h Emacs.ad.h $(LISP)/finder-inf.el* \ 978 $(RM) config.h paths.h Emacs.ad.h $(LISP)/finder-inf.el* \
979 GNUmakefile Makefile Makefile.in TAGS $(PROGNAME).* 979 GNUmakefile Makefile Makefile.in TAGS $(DUMP_TARGET) $(RAW_EXE) \
980 xemacs.def xemacs.def.in
980 realclean: distclean 981 realclean: distclean
981 extraclean: realclean 982 extraclean: realclean
982 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* 983 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
983 984
984 ###################### Lock, unlock 985 ###################### Lock, unlock