Mehdi Khaldi wrote:
I'd like to build only gpi files without .o files.
This would seem quite pointless since you can't use gpi files without .o files.
I use --interface-only flag. Is there another flag like automake to (re)build gpi files without linking or generating .o files?
No. (Of course you could do `rm *.o' afterwards ...)
Frank