hello all,

is it possible to link two make files in linux.

I have one main make file which run some C files, and other make file which run some other c files. I need to call the c functions in second make c files.

so, i want to link first make file to second. Is it possible?.

thank you.