help-make might be an appropriate mailing list to send this request to.  
Googling for a make tutorial might turn up something useful.  There's always 
the make manual, which contains a fairly simple example:

http://www.gnu.org/software/make/manual/make.html#Simple-Makefile

You might, however, be after a higher-level tool that just Does The Right 
Thing.  automake's the most well-known higher level tool for posix systems.  
There's an example on using that at 
http://www.amath.washington.edu/~lf/tutorials/autoconf/toolsmanual.html#SEC33.  
It's not as simple as you might hope and, it's a shame, but I don't know of a 
simple, ubiquitous alternative.  Sorry and good luck!
-------------------------------------
Martin's Outlook, BlueArc Engineering
________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of souvik sadhu
Sent: Sunday, February 04, 2007 23:12
To: bug-make@gnu.org
Subject: Need Help

Hi..
 
Give me the steps for execution of make.
 
Suppose i have 3 .c and 1 .h file. what should i do to make a make file.
I m using gcc compiler.
 
Just write the code.... with any rule and dependenvy.(as u want)
 
and after this what i have to do to produce a make file.
 
tell me the command by which i have to compile and execuite this make file.
waiting for your reply
 
 
regards
 
Souvik
 

________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to