Is there a way of using the -wrap
option for all functions defined in a source file, without listing them by hand?
I thought about some wildcard for that option, but my research resulted in nothing. I also considered investigating a way for extraction of source file functions with make, also without success.
Is there any other way to do it?