I don't see anything like that in the Makefile.

I'm far from an export on make, and the OpenSSL Makefile is pretty nasty.
My best guess is that you need to define your own inference rule something
like:

%.o : %.c
   $(CC) -c $(CCFLAGS) -Wc,"LIST" $< >$*.list



Kirk Wolf
Dovetailed Technologies
http://dovetail.com


On Tue, Nov 5, 2013 at 1:15 PM, Janet Graff <janet.gr...@yahoo.com> wrote:

> The -Wc,"LIST(filename)" option would work fine to indicate that I want a
> listing file.  But without a file name it defaults to STDOUT.  The specific
> filename doesn't adjust for different source code files.  Is there a
> replacement variable for ./Configure that says "use the source code file
> name" so that I can add something like -Wc,"LIST(${source})" to my options
> and get a seperate listing file for each source file?
>
> Janet
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to