janstary / sox

resurrect SoX
Other
2 stars 1 forks source link

do we have stale files? #52

Open janstary opened 4 weeks ago

janstary commented 4 weeks ago

Go through all files we have in the repo now.

Is each of them even hooked up to the build system? Some are mentioned in Makefile and Makefile.depend, but some are not: those get added to Makefile.local during ./configure (if the respective external lib is a vailable).

Are there any others in the repo, ones that we do not use at all?

janstary commented 4 weeks ago

Once here, go through Makefile.depend for each of the files.

janstary commented 3 weeks ago

For example, libsox_i.c doesn't seem to be used by anything. (Why is it a C file if it ony includes headers?)