Very stupid question about :module.
Marco Antoniotti
marco.antoniotti at unimib.it
Wed Jun 2 16:54:10 UTC 2021
Hi
I know I should RTFM, but the wisdom of real people is better. Plus, I am
lazy...
I would like to have a file depending on a "collection" of other files. I
know I can use :module to do so, but how do I prevent the module from being
cast into a directory? I.e., I have
bar.lisp
zot.lisp
foobar.lisp
I would like to say something like
(:module "barzot"
:components ((:file "bar")
(:file "zot"))
(:file "foobar" :depends-on ("barzot")
How can I tell ASDF that there isn't any "barzot" folder? I know this must
be a stupid question...
Thanks
Marco
--
Marco Antoniotti, Associate Professor tel. +39 - 02 64 48 79 01
DISCo, Università Milano Bicocca U14 2043 http://dcb.disco.unimib.it
Viale Sarca 336
http://cdac2021.lakecomoschool.org
I-20126 Milan (MI) ITALY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20210602/b2fb1d08/attachment.html>
More information about the asdf-devel
mailing list