comparison nt/xemacs.mak @ 432:3a7e78e1142d r21-2-24

Import from CVS: tag r21-2-24
author cvs
date Mon, 13 Aug 2007 11:29:58 +0200
parents a5df635868b2
children 84b14dcb0985
comparison
equal deleted inserted replaced
431:a97165e56215 432:3a7e78e1142d
1227 $(DEL) /s /q *.bak *.elc *.orig *.rej 1227 $(DEL) /s /q *.bak *.elc *.orig *.rej
1228 cd $(INFODIR) 1228 cd $(INFODIR)
1229 $(DEL) *.info* 1229 $(DEL) *.info*
1230 1230
1231 depend: 1231 depend:
1232 mkdepend -f xemacs.mak -p$(OUTDIR)\ -o.obj -w9999 -- $(TEMACS_CPP_FLAGS) -- $(DOC_SRC1) $(DOC_SRC2) $(DOC_SRC3) $(DOC_SRC4) $(DOC_SRC5) $(DOC_SRC6) $(DOC_SRC7) $(DOC_SRC8) $(DOC_SRC9) $(LASTFILE_SRC)\lastfile.c $(LIB_SRC)\make-docfile.c $(LIB_SRC)\run.c 1232 cd $(SRCDIR)
1233 perl ./make-src-depend > depend.tmp
1234 perl -MFile::Compare -e "compare('depend.tmp', 'depend') && rename('depend.tmp', 'depend') or unlink('depend.tmp')"
1233 1235
1234 $(XEMACS)\Installation: 1236 $(XEMACS)\Installation:
1235 @type > $(XEMACS)\Installation << 1237 @type > $(XEMACS)\Installation <<
1236 !if defined(OS) 1238 !if defined(OS)
1237 OS: $(OS) 1239 OS: $(OS)