Hi, First, you've lost the list again. Second, subdirectories may be uninstalled by using uninstall-hook as follows: (presuming the stuff from the foodir example) uninstall-hook: rmdir $(foodir) Uninstall-hook is run after make uninstall has completed, so the directory may be safely removed since the files you installed in it will be deleted earlier.
-Remco