[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Help] Please try to compile volpack with pdebuild



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



Reply to: