Tagged Questions
0
votes
1answer
538 views
How do I include IBM XLC template *.c files in the make dependency file?
For the XLC compiler, templated code goes in a *.c file. Then when your program is compiled that uses the template functions, the compiler finds the template definisions in the .c file and ...