comparison src/Makefile.in @ 96817:6b7bbb1d9eb1

fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sat, 19 Jul 2008 22:23:30 +0000
parents 4de78b0389b4
children d2e4a0ee9816
comparison
equal deleted inserted replaced
96816:4de78b0389b4 96817:6b7bbb1d9eb1
1353 rm -f ../etc/DOC 1353 rm -f ../etc/DOC
1354 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} 1354 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT}
1355 rm -f buildobj.lst 1355 rm -f buildobj.lst
1356 clean: mostlyclean 1356 clean: mostlyclean
1357 rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} 1357 rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT}
1358 #ifdef HAVE_NS
1359 rm -fr ${ns_appdir}
1358 #ifdef NS_IMPL_GNUSTEP 1360 #ifdef NS_IMPL_GNUSTEP
1359 rm -f *.d 1361 rm -f *.d
1362 #endif
1360 #endif 1363 #endif
1361 /* bootstrap-clean is used to clean up just before a bootstrap. 1364 /* bootstrap-clean is used to clean up just before a bootstrap.
1362 It should remove all files generated during a compilation/bootstrap, 1365 It should remove all files generated during a compilation/bootstrap,
1363 but not things like config.status or TAGS. */ 1366 but not things like config.status or TAGS. */
1364 bootstrap-clean: clean 1367 bootstrap-clean: clean