automake
[Top][All Lists]
Advanced

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

Is nobase_include_HEADERS supposed to precreate directories?


From: Jeremy C. Reed
Subject: Is nobase_include_HEADERS supposed to precreate directories?
Date: Mon, 4 Jul 2005 09:58:43 -0700 (PDT)

The Makefile.am I am looking at has:

nobase_include_HEADERS = histedit.h editline/readline.h

The Makefile.in (generated by automake 1.9.5) does:

nobase_include_HEADERS = histedit.h editline/readline.h
...
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
        @$(NORMAL_INSTALL)
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
        @$(am__vpath_adj_setup) \
        list='$(nobase_include_HEADERS)'; for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          $(am__vpath_adj) \
          echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' 
'$(DESTDIR)$(includedir)/$$f'"; \
          $(nobase_includeHEADERS_INSTALL) "$$d$$p" 
"$(DESTDIR)$(includedir)/$$f"; \
        done


Should it also precreate the "editline" subdirectory also?



 Jeremy C. Reed

                         BSD News, BSD tutorials, BSD links
                         http://www.bsdnewsletter.com/




reply via email to

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