SUBDIRS = lib dcm3 EXTRA_DIST = \ projects \ build dist-hook: find "$(distdir)/projects" -depth -and -name .svn -and -type d -and -exec rm -rf {} \; find "$(distdir)/build" -depth -and -name .svn -and -type d -and -exec rm -rf {} \; # bin_SCRIPTS = startdcm3.sh startdcm3.bat