Home | History | Annotate | Download | only in src

Lines Matching full:includedir

22 pkgincludedir = $(includedir)/@PACKAGE@
75 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
198 includedir = @includedir@
376 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
377 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
383 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
384 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
389 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
392 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
393 cd "$(DESTDIR)$(includedir)" && rm -f $$files
481 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \