>>> "HD" == Harald Dunkel <[EMAIL PROTECTED]> writes:

 HD> Hi folks,
 HD> Would it be possible to tell Automake to print some
 HD> warning message for this bad Makefile.am:

 HD> bin_PROGRAMS += PreciousUtils_checker
 HD> PreciousUtils_checker_SOURCES =
 HD>         precious/Utils/unittest/src/SLListTest.cc \
 HD>         precious/Utils/unittest/src/DLListTest.cc \
 HD>         precious/Utils/unittest/src/HandlePoolTest.cc \
 HD>         precious/Utils/unittest/src/checker.cc
 HD> PreciousUtils_checker_CPPFLAGS = \
 HD>         -I$(MYLIB)/include
 HD> PreciousUtils_checker_LDADD = \
 HD>         -L$(MYLIB)/lib -lmylib

Not with the current parser.  I think if you just give up the
habit to use tabs inside variables definitions you should be
safe.  (I use 2 spaces.)  

tabs are the only way for Automake to recognize rules.
-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl



Reply via email to