CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2002
    Location
    Germany
    Posts
    1,557

    GNU make command for multiple files

    Gurus,

    I am a real rookie with GNU make. I always dutifully type each and every file name on its own build line and keep track of the relevant dependencies by hand---go and figure...

    I would like to learn how to handle all of the files in a particular directory with one single build line. How can this be done? Are there any details pertaining to the dependencies which must be accounted for?

    Thx. Chris.

    GNU-makefully challenged...

    You're gonna go blind staring into that box all day.

  2. #2
    Join Date
    Oct 2002
    Location
    Sweden
    Posts
    9
    I believe this is what you're looking for:

    http://www.lns.cornell.edu/public/CO..._10.html#SEC92

  3. #3
    Join Date
    Aug 2000
    Location
    West Virginia
    Posts
    7,725

  4. #4
    Join Date
    Jun 2002
    Location
    Germany
    Posts
    1,557

    Makeup!

    Thanks for all of the links.

    I found the required information and could successfully implement the simple stuff that I needed.

    Chris.

    You're gonna go blind staring into that box all day.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured