Install data directory tree with massive number of files using automake
问题 I have a data directory which I would like automake to generate install and uninstall targets for. Essentially, I just want to copy this directory verbatim to the DATA directory, Normally, I might list all the files individually, like dist_whatever_DATA=dir/subdir/filea ... But the problem arises when my directory structure looks like this *root *subdir *~10 files *subdir *~10 files *subdir *~700 files *subdir ... ~20 subdirs I just cannot list all 1000+ files included as part of my Makefile