cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Make File Tutorial
Make File Tutorial
Oct 12, 2009 at 5:33pm UTC
Trollhorn
(2)
Hi there!
I'm just starting programming in C++ and was looking for a good (if not the best!) tutorial on make... of course I had a look at Google but most of the tutorials only teach the bloody basics (which I mostly am aware of)...
Thanks in advance, Oliver
Oct 12, 2009 at 5:37pm UTC
jsmith
(5804)
Which make are you referring to? There's at least 5-6 different makes out there, and they
are all different enough to be incompatible.
Oct 12, 2009 at 6:59pm UTC
Trollhorn
(2)
Uh, sry, meant the GNU make... there's some official documentation but faaar too long for my taste ;-)
Oct 13, 2009 at 12:17am UTC
Duthomhas
(13206)
Makefiles actually are that simple. Really. They're pretty silly.
The best place to learn about advanced
gmake
stuff is in the GNU Make documentation.
http://www.gnu.org/software/make/manual/
However, if you want to get into the really advanced stuff for hardcore configuration and compiling, google around "autoconf" and "automake".
Take a couple of AlkaSeltzer or Ibuprofin before reading. Good luck!
Oct 13, 2009 at 9:23am UTC
closed account (
z05DSL3A
)
For anyone interested, the following is part of O'reilly's open book project.
Managing Projects with GNU Make, Third Edition
By Robert Mecklenburg
November 2004
Pages: 300
http://oreilly.com/catalog/make3/book/index.csp
Topic archived. No new replies allowed.