comparison Makefile.in @ 18695:6928f49dd279

(mostlyclean): Add cleaning leim directory. (clean, distclean, maintainer-clean): Likewise.
author Kenichi Handa <handa@m17n.org>
date Wed, 09 Jul 1997 06:55:18 +0000
parents 959bf7b006ad
children 84972fa25ac1
comparison
equal deleted inserted replaced
18694:f54bacc800e5 18695:6928f49dd279
432 (cd src; $(MAKE) $(MFLAGS) mostlyclean) 432 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
433 (cd oldXMenu; $(MAKE) $(MFLAGS) mostlyclean) 433 (cd oldXMenu; $(MAKE) $(MFLAGS) mostlyclean)
434 (cd lwlib; $(MAKE) $(MFLAGS) mostlyclean) 434 (cd lwlib; $(MAKE) $(MFLAGS) mostlyclean)
435 (cd lib-src; $(MAKE) $(MFLAGS) mostlyclean) 435 (cd lib-src; $(MAKE) $(MFLAGS) mostlyclean)
436 -(cd man && $(MAKE) $(MFLAGS) mostlyclean) 436 -(cd man && $(MAKE) $(MFLAGS) mostlyclean)
437 (cd leim; $(MAKE) $(MFLAGS) mostlyclean)
437 438
438 ### `clean' 439 ### `clean'
439 ### Delete all files from the current directory that are normally 440 ### Delete all files from the current directory that are normally
440 ### created by building the program. Don't delete the files that 441 ### created by building the program. Don't delete the files that
441 ### record the configuration. Also preserve files that could be made 442 ### record the configuration. Also preserve files that could be made
447 (cd src; $(MAKE) $(MFLAGS) clean) 448 (cd src; $(MAKE) $(MFLAGS) clean)
448 (cd oldXMenu; $(MAKE) $(MFLAGS) clean) 449 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
449 (cd lwlib; $(MAKE) $(MFLAGS) clean) 450 (cd lwlib; $(MAKE) $(MFLAGS) clean)
450 (cd lib-src; $(MAKE) $(MFLAGS) clean) 451 (cd lib-src; $(MAKE) $(MFLAGS) clean)
451 -(cd man && $(MAKE) $(MFLAGS) clean) 452 -(cd man && $(MAKE) $(MFLAGS) clean)
453 (cd leim; $(MAKE) $(MFLAGS) clean)
452 454
453 ### `distclean' 455 ### `distclean'
454 ### Delete all files from the current directory that are created by 456 ### Delete all files from the current directory that are created by
455 ### configuring or building the program. If you have unpacked the 457 ### configuring or building the program. If you have unpacked the
456 ### source and built the program without creating any other files, 458 ### source and built the program without creating any other files,
464 (cd src; $(MAKE) $(MFLAGS) distclean) 466 (cd src; $(MAKE) $(MFLAGS) distclean)
465 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) 467 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)
466 (cd lwlib; $(MAKE) $(MFLAGS) distclean) 468 (cd lwlib; $(MAKE) $(MFLAGS) distclean)
467 (cd lib-src; $(MAKE) $(MFLAGS) distclean) 469 (cd lib-src; $(MAKE) $(MFLAGS) distclean)
468 (cd man && $(MAKE) $(MFLAGS) distclean) 470 (cd man && $(MAKE) $(MFLAGS) distclean)
471 (cd leim; $(MAKE) $(MFLAGS) distclean)
469 ${top_distclean} 472 ${top_distclean}
470 473
471 ### `maintainer-clean' 474 ### `maintainer-clean'
472 ### Delete everything from the current directory that can be 475 ### Delete everything from the current directory that can be
473 ### reconstructed with this Makefile. This typically includes 476 ### reconstructed with this Makefile. This typically includes
483 (cd src; $(MAKE) $(MFLAGS) maintainer-clean) 486 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
484 (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean) 487 (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
485 (cd lwlib; $(MAKE) $(MFLAGS) maintainer-clean) 488 (cd lwlib; $(MAKE) $(MFLAGS) maintainer-clean)
486 (cd lib-src; $(MAKE) $(MFLAGS) maintainer-clean) 489 (cd lib-src; $(MAKE) $(MFLAGS) maintainer-clean)
487 -(cd man && $(MAKE) $(MFLAGS) maintainer-clean) 490 -(cd man && $(MAKE) $(MFLAGS) maintainer-clean)
491 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean)
488 ${top_distclean} 492 ${top_distclean}
489 493
490 ### This doesn't actually appear in the coding standards, but Karl 494 ### This doesn't actually appear in the coding standards, but Karl
491 ### says GCC supports it, and that's where the configuration part of 495 ### says GCC supports it, and that's where the configuration part of
492 ### the coding standards seem to come from. It's like distclean, but 496 ### the coding standards seem to come from. It's like distclean, but