2 Help make programs relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
6 build-aux/config.libpath
7 build-aux/reloc-ldflags
17 relocatable-prog-wrapper
28 gl_RELOCATABLE([$gl_source_base])
29 if test $RELOCATABLE = yes; then
30 AC_LIBOBJ([progreloc])
31 AC_LIBOBJ([relocatable])
35 DEFS += -DEXEEXT=\"@EXEEXT@\"
36 if RELOCATABLE_VIA_WRAPPER
37 uninstall-hook: uninstall-relocwrapper
38 uninstall-relocwrapper:
39 if test $(RELOCATABLE) = yes; then \
42 *) cd $(top_builddir) && \
43 $(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
44 AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
48 .PHONY: uninstall-relocwrapper