autoconf
[Top][All Lists]
Advanced

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

Re: building a smiple hello_world


From: Andre Caldas
Subject: Re: building a smiple hello_world
Date: Thu, 09 Sep 2004 17:45:45 +0900
User-agent: Mozilla Thunderbird 0.7 (X11/20040615)


SUBDIRS = prnt


Change this to
  SUBDIRS = prnt .
so things in there are built first.

I think it's ok the way he did. Directories are built depth-first, so you don't need the dot at the end.

See "Recursing subdirectories" at:
http://www.gnu.org/software/automake/manual/html_mono/automake.html#Alternative

Andre Caldas.




reply via email to

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