Thread: make file

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    19

    make file

    what is a makefile and how can i use it

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    329
    A makefile tells your compiler how to compile your code

  3. #3
    Registered User
    Join Date
    Sep 2003
    Posts
    19
    Where can i find a tutorial about makefile

  4. #4

  5. #5
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >>Where can i find a tutorial about makefile
    Try looking
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  6. #6
    root
    Join Date
    Sep 2003
    Posts
    232
    >what is a makefile and how can i use it
    >Where can i find a tutorial about makefile
    Speaketh the magic incantation:
    Code:
    % man make
    The information given in this message is known to work on FreeBSD 4.8 STABLE.
    *The above statement is false if I was too lazy to test it.*
    Please take note that I am not a technical writer, nor do I care to become one.
    If someone finds a mistake, gleaming error or typo, do me a favor...bite me.
    Don't assume that I'm ever entirely serious or entirely joking.

  7. #7
    Registered User
    Join Date
    Sep 2003
    Posts
    19

    thanks

    Thanks everybody ..........
    I got a good and big tutorial about it from the gnu link given above

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  3. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  4. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM