Relative Content

Tag Archive for makefilegnu-make

make define function code not throwing any errors

I am trying to build library via following code snippet in makefile. Basically i am trying to split the object files and create two static libraries because of library size exceeds limitation in windows OS. There are totally 537 obj files exists and i am dividing them into two sets and creating .lib static library each.