automake
[Top][All Lists]
Advanced

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

Nonrecursive Makefile.am: Ensuring directory creation?


From: Jack Kelly
Subject: Nonrecursive Makefile.am: Ensuring directory creation?
Date: Tue, 11 Aug 2009 22:37:22 +1000

Hello list,

I am writing a nonrecursive Makefile.am, and cannot find the
recommended way of requiring that directories in the source tree have
had their equivalents created in the build tree. This has led me to
write rules like this:

8<---
doc/fake437-primitive.texi: doc/$(am__dirstamp)
include/fake437/primitive.h; $(EXTRACT_TEXI)
--->8

but I feel that using anything starting with $(am__) is asking for
trouble by relying on internal details.

There's no mention of "dirstamp" in the info file and Googling didn't
yield anything useful either.

Does anyone have suggestions of where to look or better approaches?

-- Jack




reply via email to

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