You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
Hi all,
I'm working on a nix library for building ATS projects, and I was wondering if
there's a good way to determine what other files a given file depends on (i.e.
via staload, dynload, #inlcude). Currently I'm just grepping for those keywords
and doing some sed magic, but it would be nice if I could get that info from the
compiler somehow.
Thanks,
Shea
gmhwxi
unread,
Apr 26, 2015, 10:15:21 AM4/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
You can get the dependency information by using the -dep or --depgen flag. For instance,
patsopt --depgen -d foo.dats
The detailed usage of 'patsopt' is described in the following file: