Lines Matching refs:DESTDIR
274 Optionally, you may prepend the value of @code{DESTDIR} to the target
277 set the value of @code{DESTDIR} in your Makefile, and do not include it
278 in any installed files. With support for @code{DESTDIR}, the above
282 $(INSTALL_PROGRAM) foo $(DESTDIR)$(bindir)/foo
283 $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a
679 $(DESTDIR)$(infodir)/foo.info: foo.info
684 $(INSTALL_DATA) $$d/foo.info $(DESTDIR)$@@; \
692 install-info --dir-file=$(DESTDIR)$(infodir)/dir \
693 $(DESTDIR)$(infodir)/foo.info; \
938 or, if you wish to support @env{DESTDIR},
945 $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) \
946 $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
947 $(DESTDIR)$(mandir)