Results 1 to 3 of 3
Hi,
i wanted to know the procedure for including the file which contains #definitions ,and the same to be included in the Makefile then export that to sub makefiles . ...
- 02-22-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
To add configure file to Makefile
Hi,
i wanted to know the procedure for including the file which contains #definitions ,and the same to be included in the Makefile then export that to sub makefiles . Is the file including the #defs called configure file .if so let me know the syntax for the same .and wen it 's run (./configure) it does nt give any errror.
thanks in advance
sharana
- 02-29-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 67
have you tried the include<> option in makefile.pl
- 02-29-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 67
or try ...
./configure --help
it will give all the options you can use with that particular configure script


Reply With Quote