autogenerated makefile in another makefile.
Thanks & Regards
Parikshat Dubey
_
Fall in Love... Get married! Join FREE!
http://www.shaadi.com/ptnr.php?ptnr=msnhottag
___
Bug-make mai
Hi All!
I need your help.I want to know how to check whether thread is alive or
not.I go through pthread_kill function
pthread_kill(thread_id,0);
i have read If sig(2nd argument) is 0, a validity check is performed for
the existence of the target
thread (thread_id(1st Argument)).
Upon su
Hi!
I want to integrate my c source files with gtk source files(supplied by
thirdparty) and want to make a make file for that purpose.I know how to
devlop make file but donot know how i integrate gtk files into it .I donot
know how i shall start.I will be really grateful if someone will help m