On Tue, 5 Nov 2013 13:33:37 -0600, Kirk Wolf wrote: >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 > One of the problems I've had doing this sort of thing is that the options to c89 require the use of shell metacharacters. This is made worse because ./configure has (at least) two different passes, one of which evaluates the command through one more level than the other, frustrating any attempt to quote the metacharacters.
But that was long ago; perhaps xlc has become more configure-friendly. At that time, I concluded that the IBM designers really didn't care about the GNU expectations. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
