![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear All, I trying to understand the process of creating the Makefile for MySQL. Now that I have figured out that changing a variable in one Makefile of the project directory isn't changing the same in those in the sub-directories, I am unable to understand how to do the same. I found this Googling about Makefile : quote Makefile.am -- a user input file to automake configure.in -- a user input file to autoconf autoconf generates configure from configure.in automake gererates Makefile.in from Makefile.am configure generates Makefile from Makefile.in /quote I am not really sure about this process. But, however, yes, i did find that when I run ./configure, Makefile is created. And for MySQL, Makefile.in and configure are found in the extracted source. So, the 'autoxxxx' things are already performed by someone for us. Now, I want to understand how the Makefile.am is written, configure.in is written and the tools involved for the same. Regards, -Karthik P.S.: Thanks a ton for the previous queries' replies. They have been of great help. I dint want to spam the list with thanking messages, so I take this opportunity to thank all those who promptly replied to my small,silly questions. Thanks again! The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?uns... sun (DOT) com |
#3
| |||
| |||
|
|
Now, I want to understand how the Makefile.am is written, configure.in is written and the tools involved for the same. |
![]() |
| Thread Tools | |
| Display Modes | |
| |