Changeset b073447


Ignore:
Timestamp:
Dec 1, 2004, 3:31:55 AM (19 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:
36bc60c
Parents:
aa3c8b7
Message:

updated clean rules

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    raa3c8b7 rb073447  
    11SUBDIRS = src examples doc sounds swig python plugins
    22EXTRA_DIST = bootstrap VERSION
     3DISTCLEANFILES = autom4te.cache
    34
    45docs:
     
    2526uninstall-hook: uninstall-pkgconfig
    2627
    27 distclean:
    28         rm -rf autom4te.cache
  • Makefile.in

    raa3c8b7 rb073447  
    154154SUBDIRS = src examples doc sounds swig python plugins
    155155EXTRA_DIST = bootstrap VERSION
     156DISTCLEANFILES = autom4te.cache
    156157subdir = .
    157158ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    479480distclean-generic:
    480481        -rm -f $(CONFIG_CLEAN_FILES)
     482        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    481483
    482484maintainer-clean-generic:
     
    578580install-data-hook: install-pkgconfig
    579581uninstall-hook: uninstall-pkgconfig
    580 
    581 distclean:
    582         rm -rf autom4te.cache
    583582# Tell versions [3.59,3.63) of GNU make to not export all variables.
    584583# Otherwise a system limit (for SysV at least) may be exceeded.
  • doc/Makefile.am

    raa3c8b7 rb073447  
    4646        rm -rf devel user examples *.1
    4747
    48 distclean: clean
     48distclean-hook: clean
  • doc/Makefile.in

    raa3c8b7 rb073447  
    347347        rm -rf devel user examples *.1
    348348
    349 distclean: clean
     349distclean-hook: clean
    350350# Tell versions [3.59,3.63) of GNU make to not export all variables.
    351351# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.