gnu make reference material
Net Llama!
netllama
Mon May 17 11:33:53 PDT 2004
http://safari.oreilly.com/main.asp?bookname=1578701902
On Wed, 26 Jun 2002, James McDonald wrote:
> Umm I have just spent a frustrating few days trying to figure out why my dia
> compile wasn't working... It wasn't until I read a sams unix in 24hrs (yeah
> right) book that explained what a makefile was did I know where to start...
> It was a simple back slash that was the problem causing a comment to run on
> to the cpp define statements.
>
> Wrong:
> # charconv.c \
> # charconv.h \
> CPPFLAGS = $(LIBART_CFLAGS) \
> -DLIBDIR=\"$(libdir)\" \
> -DDATADIR=\"$(pkgdatadir)\"
>
> Right:
> # charconv.c \
> # charconv.h
> CPPFLAGS = $(LIBART_CFLAGS) \
> -DLIBDIR=\"$(libdir)\" \
> -DDATADIR=\"$(pkgdatadir)\"
>
> My question is can anyone recommended a good book that discusses and explains
> gnu make automake autoconf libtool and the macro language and syntax of
> aclocal etc?...
>
> I'm not a complete idiot so I need a book for "people who aren't complete
> idiots" not a for dummies or such.
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lonni J Friedman netllama at linux-sxs.org
Linux Step-by-step & TyGeMo http://netllama.ipfox.com
More information about the Linux-users
mailing list