Home
last modified time | relevance | path

Searched refs:SHLIBDIR (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak81 $(Q)mkdir -p "$(SHLIBDIR)"
82 $$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)"
83 $$(STRIP) "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)"
84 $(Q)$(foreach F,$(SLIB_INSTALL_LINKS),(cd "$(SHLIBDIR)" && $(LN_S) $(SLIB_INSTALL_NAME) $(F));)
85 $(if $(SLIB_INSTALL_EXTRA_SHLIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_SHLIB:%=$(SUBDIR)%) "$(SHLIBDIR)")
103 -$(RM) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
104 "$(SHLIBDIR)/$(SLIBNAME)" \
105 "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
106 -$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(SHLIBDIR)/%")
/third_party/selinux/libsepol/src/
H A DMakefile5 SHLIBDIR ?= /lib macro
90 test -d $(DESTDIR)$(SHLIBDIR) || install -m 755 -d $(DESTDIR)$(SHLIBDIR)
91 install -m 755 $(LIBSO) $(DESTDIR)$(SHLIBDIR)
94 $(LN) -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
97 /sbin/restorecon $(DESTDIR)$(SHLIBDIR)/$(LIBSO)
/third_party/selinux/libselinux/src/
H A DMakefile13 SHLIBDIR ?= /lib macro
183 test -d $(DESTDIR)$(SHLIBDIR) || install -m 755 -d $(DESTDIR)$(SHLIBDIR)
184 install -m 755 $(LIBSO) $(DESTDIR)$(SHLIBDIR)
187 ln -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
199 /sbin/restorecon $(DESTDIR)$(SHLIBDIR)/$(LIBSO)
/third_party/ffmpeg/
H A Dconfigure5523 install_name_dir_default='$(SHLIBDIR)'
7634 SHLIBDIR=\$(DESTDIR)$shlibdir

Completed in 9 milliseconds