How to uderstand a make file

Reply

Join Date: Sep 2006
Posts: 68
Reputation: rpjanaka is an unknown quantity at this point 
Solved Threads: 0
rpjanaka rpjanaka is offline Offline
Junior Poster in Training

How to uderstand a make file

 
0
  #1
Jul 13th, 2007
i am using ubuntu and i have never use "make files" with C

but i want to study an open source video codec called "Theora".
so i guess that first of all i have to understand the dependencies of the project, but i cant understand their make file.

also it is an auto generated one, i think that i can never understand that auto generated makefile.

pls anyone can give me a way to understand that type of makefile..?

thanks
janaka
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 170
Reputation: TkTkorrovi is on a distinguished road 
Solved Threads: 11
TkTkorrovi's Avatar
TkTkorrovi TkTkorrovi is offline Offline
Junior Poster

Re: How to uderstand a make file

 
0
  #2
Jul 13th, 2007
You don't have to understand the makefile, to use the video codec. It makes no sense to read the automatically generated makefile, then better learn autotools. It is very simple to use autotools for a simple project, but for bigger projects it's not that simple any more. They use autotools because these supposed to be very powerful tools, indeed they help to configure, but they are not that powerful, like they cannot be used for compiling kernel modules.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 68
Reputation: rpjanaka is an unknown quantity at this point 
Solved Threads: 0
rpjanaka rpjanaka is offline Offline
Junior Poster in Training

Re: How to uderstand a make file

 
0
  #3
Jul 14th, 2007
Originally Posted by TkTkorrovi View Post
You don't have to understand the makefile, to use the video codec. It makes no sense to read the automatically generated makefile, then better learn autotools. It is very simple to use autotools for a simple project, but for bigger projects it's not that simple any more. They use autotools because these supposed to be very powerful tools, indeed they help to configure, but they are not that powerful, like they cannot be used for compiling kernel modules.

i am completely new for this area, i don't know what is autotool
please can you tell me the way should i follow.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 170
Reputation: TkTkorrovi is on a distinguished road 
Solved Threads: 11
TkTkorrovi's Avatar
TkTkorrovi TkTkorrovi is offline Offline
Junior Poster

Re: How to uderstand a make file

 
0
  #4
Jul 14th, 2007
I don't know, this maybe http://sourceware.org/autobook/autob...obook_toc.html But maybe someone knows something better.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC