Home
last modified time | relevance | path

Searched refs:LIBEBL_SUBDIR (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/backends/
DMakefile.am131 $(mkinstalldirs) $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
133 …$(INSTALL_PROGRAM) libebl_$${m}.so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VER…
134 ln -fs libebl_$${m}-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
139 rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VERSION).so; \
140 rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
142 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
/external/elfutils/libebl/
DMakefile.am34 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@ macro
Deblopenbackend.c316 #ifndef LIBEBL_SUBDIR in openbackend()
317 # define LIBEBL_SUBDIR PACKAGE in openbackend() macro
319 #define ORIGINDIR "$ORIGIN/../$LIB/" LIBEBL_SUBDIR "/" in openbackend()
DChangeLog782 (LIBEBL_SUBDIR): New variable, substituted by configure.
783 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
784 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
/external/elfutils/
Dconfigure.ac234 LIBEBL_SUBDIR="$PACKAGE"
238 LIBEBL_SUBDIR="$enable_libebl_subdir"])
239 AC_SUBST([LIBEBL_SUBDIR]) subst
240 AC_DEFINE_UNQUOTED(LIBEBL_SUBDIR, "$LIBEBL_SUBDIR") definition
241 AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.]) template
410 MODVERSION="Build for ${LIBEBL_SUBDIR} ${eu_version} ${ac_cv_build}"
471 libebl modules subdirectory : ${LIBEBL_SUBDIR}
Dconfig.h41 #define LIBEBL_SUBDIR "elfutils" macro
DChangeLog55 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
476 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.