Changeset aa3c8b7


Ignore:
Timestamp:
Dec 1, 2004, 3:16:56 AM (20 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
b073447
Parents:
5a61c29
Message:

cleaner clean

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r5a61c29 raa3c8b7  
    2424install-data-hook: install-pkgconfig
    2525uninstall-hook: uninstall-pkgconfig
     26
     27distclean:
     28        rm -rf autom4te.cache
  • Makefile.in

    r5a61c29 raa3c8b7  
    578578install-data-hook: install-pkgconfig
    579579uninstall-hook: uninstall-pkgconfig
     580
     581distclean:
     582        rm -rf autom4te.cache
    580583# Tell versions [3.59,3.63) of GNU make to not export all variables.
    581584# Otherwise a system limit (for SysV at least) may be exceeded.
  • doc/Makefile.am

    r5a61c29 raa3c8b7  
    4545clean:
    4646        rm -rf devel user examples *.1
     47
     48distclean: clean
  • doc/Makefile.in

    r5a61c29 raa3c8b7  
    337337        cp aubio.css examples
    338338
     339man:
     340        docbook-to-man aubionotes.sgml > aubionotes.1
     341        docbook-to-man aubioonset.sgml > aubioonset.1
     342
    339343# Update docs for distribution
    340344#dist-hook:
    341345
    342346clean:
    343         rm -rf devel user examples
     347        rm -rf devel user examples *.1
     348
     349distclean: clean
    344350# Tell versions [3.59,3.63) of GNU make to not export all variables.
    345351# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.