|
| From: | Bob Friesenhahn |
| Subject: | Re: should an empty "pkgdata_DATA" cause creation of $(pkgdatadir) by "make install"? (was: Re: [PATCH] gnulib-tool: fix imprecise comments) |
| Date: | Tue, 13 Mar 2012 12:44:56 -0500 (CDT) |
| User-agent: | Alpine 2.01 (GSO 1266 2009-07-14) |
On Tue, 13 Mar 2012, Bruno Haible wrote:
Answer: For users who generate their Makefile.am (like gnulib-tool), yes.
For users who use constructs like
pkgdata_DATA =
if WINDOWS
pkgdata_DATA += documentation.chm
endif
if MACOS
pkgdata_DATA += bundle.nib
endif
This looks like ordinary Automake conditionals to me so this usage is not dependent on if Makefile.am is generated by some other tool.
Bob -- Bob Friesenhahn address@hidden, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |