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
8 build-aux/libtool-reloc
18 relocatable-prog-wrapper
30 gl_RELOCATABLE([$gl_source_base])
31 if test $RELOCATABLE = yes; then
32 AC_LIBOBJ([progreloc])
33 AC_LIBOBJ([relocatable])
37 DEFS += -DEXEEXT=\"@EXEEXT@\"
38 if RELOCATABLE_VIA_WRAPPER
39 uninstall-hook: uninstall-relocwrapper
40 uninstall-relocwrapper:
41 if test $(RELOCATABLE) = yes; then \
44 *) cd $(top_builddir) && \
45 $(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
46 AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
51 ## Automake warns about conditionally added dependencies to unconditionally defined targets.
52 .PHONY: uninstall-relocwrapper