The R Project SVN R

Rev

Rev 61825 | Rev 65556 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61825 Rev 62626
Line 265... Line 265...
265
distclean: clean
265
distclean: clean
266
	@for d in $(EXTRA_DIRS); do \
266
	@for d in $(EXTRA_DIRS); do \
267
	  $(MAKE) -C ../extra/$${d} -f Makefile.win distclean; \
267
	  $(MAKE) -C ../extra/$${d} -f Makefile.win distclean; \
268
	done
268
	done
269
	@$(MAKE) -C ../../tests -f Makefile.win distclean
269
	@$(MAKE) -C ../../tests -f Makefile.win distclean
270
	$(RM) -r ../../bin ../../include ../../lib ../../library ../../modules
270
	$(RM) -R ../../bin ../../include ../../lib ../../library ../../modules
271
	$(RM) ../include/config.h ../include/iconv.h ../include/psignal.h \
271
	$(RM) ../include/config.h ../include/iconv.h ../include/psignal.h \
272
	../include/Rconfig.h ../include/Rversion.h ../include/Rmath.h \
272
	../include/Rconfig.h ../include/Rversion.h ../include/Rmath.h \
273
	../include/libintl.h
273
	../include/libintl.h
274
	$(RM) ../library/*/src/*.o ../library/*/src/*.a
274
	$(RM) ../library/*/src/*.o ../library/*/src/*.a
275
	$(RM) ../library/*/src/*.d ../library/*/src/Makedeps
275
	$(RM) ../library/*/src/*.d ../library/*/src/Makedeps
276
	$(RM) ../library/*/src/*.dll
276
	$(RM) ../library/*/src/*.dll
277
	$(RM) ../library/*/src/windows/*.o ../library/*/src/windows/*.a
277
	$(RM) ../library/*/src/windows/*.o ../library/*/src/windows/*.a
278
	$(RM) ../library/*/src/windows/*.d ../library/*/src/windows/Makedeps
278
	$(RM) ../library/*/src/windows/*.d ../library/*/src/windows/Makedeps
279
	$(RM) ../library/*/src/windows/*.dll
279
	$(RM) ../library/*/src/windows/*.dll
280
	$(RM) -r ../library/*/check
280
	$(RM) -R ../library/*/check
281
	$(RM) ../library/*/tests/*.ps ../library/*/tests/*.pdf
281
	$(RM) ../library/*/tests/*.ps ../library/*/tests/*.pdf
282
	$(RM) ../library/tcltk/src/tcl$(TCL_VERSION).def \
282
	$(RM) ../library/tcltk/src/tcl$(TCL_VERSION).def \
283
	../library/tcltk//src/tk$(TCL_VERSION).def
283
	../library/tcltk//src/tk$(TCL_VERSION).def
284
	$(RM) R.exp COPYRIGHTS
284
	$(RM) R.exp COPYRIGHTS
285
	$(RM) ../../doc/html/index.html \
285
	$(RM) ../../doc/html/index.html \
Line 288... Line 288...
288
	../../doc/NEWS.rds ../../NEWS ../../NEWS.pdf \
288
	../../doc/NEWS.rds ../../NEWS ../../NEWS.pdf \
289
	../../doc/CHANGES.rds ../../doc/html/CHANGES.html
289
	../../doc/CHANGES.rds ../../doc/html/CHANGES.html
290
	$(RM) ../../etc/Makeconf ../../etc/Rconsole ../../etc/Rdevga \
290
	$(RM) ../../etc/Makeconf ../../etc/Rconsole ../../etc/Rdevga \
291
	../../etc/Rprofile.site ../../etc/rgb.txt ../../etc/Rcmd_environ \
291
	../../etc/Rprofile.site ../../etc/rgb.txt ../../etc/Rcmd_environ \
292
	../../tests/*.Rout ../../tests/*.Rout.fail
292
	../../tests/*.Rout ../../tests/*.Rout.fail
293
	$(RM) -r ../../etc/i386 ../../etc/x64 # do both sub-archs
293
	$(RM) -R ../../etc/i386 ../../etc/x64 # do both sub-archs
294
	$(RM) -r ../../share/zoneinfo
294
	$(RM) -R ../../share/zoneinfo
295
	$(MAKE) -C fixed distclean
295
	$(MAKE) -C fixed distclean
296
	$(MAKE) -C ../include -f Makefile.win distclean
296
	$(MAKE) -C ../include -f Makefile.win distclean
297
	-$(MAKE) -C installer distclean
297
	-$(MAKE) -C installer distclean
298
	@for pkg in $(R_PKGS_BASE) translations; do \
298
	@for pkg in $(R_PKGS_BASE) translations; do \
299
	  $(RM) ../library/$${pkg}/DESCRIPTION; \
299
	  $(RM) ../library/$${pkg}/DESCRIPTION; \
300
	done
300
	done
301
	$(RM) ../../SVN-REVISION.bak
301
	$(RM) ../../SVN-REVISION.bak
302
	$(RM) ../../doc/manual/rw-FAQ
302
	$(RM) ../../doc/manual/rw-FAQ
303
	$(MAKE) -C cran clean
303
	$(MAKE) -C cran clean
304
	$(RM) -r ../library/.vignettes # it gets left behind if there is an error
304
	$(RM) -R ../library/.vignettes # it gets left behind if there is an error
305
	$(RM) -r ../../share/locale # relic of earlier versions
305
	$(RM) -R ../../share/locale # relic of earlier versions
306
	$(RM) MkRules Rpwd.exe # do this last of all
306
	$(RM) MkRules Rpwd.exe # do this last of all
307
 
307
 
308
veryclean: distclean
308
veryclean: distclean
309
	$(RM) ../../doc/FAQ ../../doc/RESOURCES ../../doc/NEWS.rds \
309
	$(RM) ../../doc/FAQ ../../doc/RESOURCES ../../doc/NEWS.rds \
310
	  ../../doc/html/resources.html ../../doc/html/NEWS.html \
310
	  ../../doc/html/resources.html ../../doc/html/NEWS.html \