Makefile Books for Grad School: Find Before Fall

  • Thread starter neurocomp2003
  • Start date
  • Tags
    Books
In summary, chroot is looking for a Makefile book before starting grad school and mentions a series of books by O'Reilly with a white background and colored title area. They thank neuro for finding the book they were looking for and ask for recommendations on a better book for learning how to make Makefiles for their project involving rendering, N-body, and parallel computing. Warren suggests using the `info make` command for finding information on complex Makefiles.
  • #1
neurocomp2003
1,366
4
chroot: i read in another thread that you don't use ides. Maybe you can help me, I'm looking for a makefile book before I start grad school this fall. I normally use vc6 but since i got to start remembering to use linux, i need to learn to make my own makes.

The book I'm looking for is part of a series of books that look the same(i think the publisher is oreilly, tiger symbol). The series has a white background with a colored region for the title area(i think the makefile one is brown/maroon).
Any help you can give me finding this book or a better makefil book would be much appreciated.
Thanks in advance, neuro
 
Technology news on Phys.org
  • #3
chroot: Yes I think that's the book thank you very much. Have you used it before? Is there a better book to learn from or will this book suffice.
I will be compiling in linux, the project will involve rendering, N-body, Parallel.
 
  • #4
I dunno. I haven't made any really, really complex Makefiles, so, normally, everything I need can be found by typing `info make` at the command line. :wink:

- Warren
 

FAQ: Makefile Books for Grad School: Find Before Fall

What are Makefile books and how are they helpful for grad school?

Makefile books are instructional guides that provide step-by-step instructions for creating and managing Makefiles, which are text files used to automate software compilation. These books are helpful for grad school as they can save time and effort in compiling and managing large projects.

Are Makefile books specific to a certain programming language or platform?

No, Makefile books can be used for any programming language or platform that supports the use of Makefiles. Makefiles are commonly used in C, C++, Java, and other languages, as well as on Linux, Unix, and MacOS operating systems.

Can Makefile books be used by beginners in programming?

Yes, Makefile books can be used by beginners in programming as they provide clear and detailed instructions for creating and using Makefiles. However, some basic knowledge of the programming language and command line usage may be helpful.

Do Makefile books offer advanced techniques or only basic instructions?

Many Makefile books offer both basic and advanced techniques for creating and managing Makefiles. Some books may focus on specific use cases or advanced features, while others may provide a comprehensive guide for all levels of users.

Are there any online resources or tutorials available for learning about Makefiles?

Yes, there are many online resources and tutorials available for learning about Makefiles. These include websites, blogs, YouTube videos, and online courses. Makefile books may also provide links to additional resources for further learning.

Similar threads

Replies
9
Views
2K
Replies
3
Views
1K
Replies
2
Views
229
Replies
28
Views
3K
Replies
3
Views
2K
Back
Top