Am Freitag, den 03.08.2007, 15:22 +0200 schrieb Daniel Leidert:

[..]
> Further in Makefile.am: You should better use:
[..]

One more thing. IMHO you can define the (*)OBJS variables easier by
using pattern substitution:

COMP_OBJS = $(COMP_SRCS:.c=.o)

Should AFAIK work with all make implementations. If you want to enable
the internal automake tests to check this, set

AM_INIT_AUTOMAKE([-Wall])

Regards, Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to