Find the answer to your Linux question:
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 . ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    1

    Question 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

  2. #2
    Just Joined!
    Join Date
    Feb 2008
    Posts
    67
    have you tried the include<> option in makefile.pl

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...