Changeset b073447
- Timestamp:
- Dec 1, 2004, 3:31:55 AM (20 years ago)
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
raa3c8b7 rb073447 1 1 SUBDIRS = src examples doc sounds swig python plugins 2 2 EXTRA_DIST = bootstrap VERSION 3 DISTCLEANFILES = autom4te.cache 3 4 4 5 docs: … … 25 26 uninstall-hook: uninstall-pkgconfig 26 27 27 distclean:28 rm -rf autom4te.cache -
Makefile.in
raa3c8b7 rb073447 154 154 SUBDIRS = src examples doc sounds swig python plugins 155 155 EXTRA_DIST = bootstrap VERSION 156 DISTCLEANFILES = autom4te.cache 156 157 subdir = . 157 158 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 479 480 distclean-generic: 480 481 -rm -f $(CONFIG_CLEAN_FILES) 482 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 481 483 482 484 maintainer-clean-generic: … … 578 580 install-data-hook: install-pkgconfig 579 581 uninstall-hook: uninstall-pkgconfig 580 581 distclean:582 rm -rf autom4te.cache583 582 # Tell versions [3.59,3.63) of GNU make to not export all variables. 584 583 # Otherwise a system limit (for SysV at least) may be exceeded. -
doc/Makefile.am
raa3c8b7 rb073447 46 46 rm -rf devel user examples *.1 47 47 48 distclean : clean48 distclean-hook: clean -
doc/Makefile.in
raa3c8b7 rb073447 347 347 rm -rf devel user examples *.1 348 348 349 distclean : clean349 distclean-hook: clean 350 350 # Tell versions [3.59,3.63) of GNU make to not export all variables. 351 351 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.