Find the answer to your Linux question:
Results 1 to 3 of 3
i was gonig through some linux compiling methods..and i came across something called make files..they're supposed to be files that compile the whole package (assuming to have more than one ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    60

    make files

    i was gonig through some linux compiling methods..and i came across something called make files..they're supposed to be files that compile the whole package (assuming to have more than one header file and more than one source file)...but what i don't know is how do we make "make files"..i read the manual and its supposed to be make -f makeFileName...but what should the makeFileName file have in it?

  2. #2
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    Would this help?: GNU `make'

    To compile a makefile type (as root) ./make . You install with ./make install
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    60
    yup..it was big help..i just scanned through it but i think it has all the information i need in it..thanks a lot..

Posting Permissions

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