My initial guess… make a .ASD file mentioning all the data files as components of a system. Then make your other .ASD file depend on that first system. Eh?
> On Nov 30, 2025, at 04:20, Marco Antoniotti <[email protected]> > wrote: > > Hello parenthetically unchallenged friends! > > Suppose I have a library that is structured as > > src/ > code.lisp > pkg.lisp > stuff.lisp > data/ > data-file-1.lisp > data-file-2.lisp > data-file-3.lisp > ... > data-file-3-point-14-godzillion.lisp > > Actually, the data folder could be anywhere. > How do I tell ASDF (or similar) to just slurp in all the data files at once? > I know it's doable, but maybe someone knows of a better way. > > Thanks > > Marco > > > -- > Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01 > DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it > <http://dcb.disco.unimib.it/> > Viale Sarca 336 > I-20126 Milan (MI) ITALY > > REGAINS: https://regains.disco.unimib.it/
