automake
[Top][All Lists]
Advanced

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

Re: EH: some warning message, please?


From: Alexandre Duret-Lutz
Subject: Re: EH: some warning message, please?
Date: Wed, 14 Sep 2005 00:28:03 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

>>> "HD" == Harald Dunkel <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]