Module component has the pathname initarg, i.e (:module "foo" :pathname "" 
...), that should do the trick.

Best Regards,
Daniel

Wysłano z aplikacji ProtonMail

-------- Oryginalna wiadomość --------
‎ 2 cze 2021, 18:54, Marco Antoniotti napisał(a):

> 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 Professortel.+39 - 02 64 48 79 01
> DISCo, Università Milano Bicocca U14 
> 2043[http://dcb.disco.unimib.it](http://dcb.disco.unimib.it/)
> Viale Sarca 336 http://cdac2021.lakecomoschool.org
> I-20126 Milan (MI) ITALY

Reply via email to