Home
last modified time | relevance | path

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

/external/elfutils/backends/
DMakefile.am156 $(mkinstalldirs) $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
158 …$(INSTALL_PROGRAM) libebl_$${m}.so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VER…
159 ln -fs libebl_$${m}-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
164 rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}-$(PACKAGE_VERSION).so; \
165 rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
167 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()
DChangeLog952 (LIBEBL_SUBDIR): New variable, substituted by configure.
953 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
954 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
/external/elfutils/
Dconfig.h69 #define LIBEBL_SUBDIR "elfutils" macro
Dconfigure.ac339 LIBEBL_SUBDIR="$PACKAGE"
343 LIBEBL_SUBDIR="$enable_libebl_subdir"])
344 AC_SUBST([LIBEBL_SUBDIR]) subst
345 AC_DEFINE_UNQUOTED(LIBEBL_SUBDIR, "$LIBEBL_SUBDIR") definition
346 AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.]) template
588 MODVERSION="Build for ${LIBEBL_SUBDIR} ${eu_version} ${ac_cv_build}"
653 libebl modules subdirectory : ${LIBEBL_SUBDIR}
DChangeLog245 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
666 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.