~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
        @cd adjoint; $(MAKE) clean
437
437
        @echo "    CLEAN main"
438
438
        @cd main; $(MAKE) clean
439
 
        @rm -fr bin/* lib
 
439
        @rm -fr bin lib
440
440
 
441
441
clean: clean-light clean-test python_clean clean-debian
442
442
        @echo "    CLEAN libvtkfortran"
460
460
        @echo "    CLEAN manual"
461
461
        @cd manual; $(MAKE) clean
462
462
        @CLEAN_LIBADAPT@
463
 
        @rm -fr include/*.mod *.cache core *.o config.status
 
463
        @rm -fr lib*/configure.lineno include/*.mod *.cache core *.o config.status
464
464
        @find ./ \( -name work.pc \) -exec rm {} \;
465
465
        @find ./ \( -name work.pcl \) -exec rm {} \;
466
466
 
484
484
        @cd libvtkfortran ; make distclean > /dev/null
485
485
        @cd libspud ; make distclean > /dev/null ; rm -rf               \
486
486
         libspud.so.0 libtool diamond/build python/build > /dev/null
 
487
        @cd tools ; make distclean > /dev/null
487
488
        @rm -fr `find ./ -name config.status` `find ./ -name            \
488
489
         config.log` share include/Judy.h include/Wm4Command.h          \
489
490
         include/Wm4FoundationLIB.h include/Wm4FoundationPCH.h          \