VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/install-lib-links.mk@ 95281

最後變更 在這個檔案從95281是 75443,由 vboxsync 提交於 6 年 前

Exported Mesa related code to OSE.

  • 屬性 svn:eol-style 設為 LF
檔案大小: 765 位元組
 
1# Provide compatibility with scripts for the old Mesa build system for
2# a while by putting a link to the driver into /lib of the build tree.
3
4if BUILD_SHARED
5if HAVE_COMPAT_SYMLINKS
6all-local : .install-mesa-links
7
8.install-mesa-links : $(lib_LTLIBRARIES)
9 $(AM_V_GEN)$(MKDIR_P) $(top_builddir)/$(LIB_DIR); \
10 for f in $(join $(addsuffix .libs/,$(dir $(lib_LTLIBRARIES))),$(notdir $(lib_LTLIBRARIES:%.la=%.$(LIB_EXT)*))); do \
11 if test -h .libs/$$f; then \
12 cp -d $$f $(top_builddir)/$(LIB_DIR); \
13 else \
14 ln -f $$f $(top_builddir)/$(LIB_DIR); \
15 fi; \
16 done && touch $@
17
18clean-local:
19 for f in $(notdir $(lib_LTLIBRARIES:%.la=.libs/%.$(LIB_EXT)*)); do \
20 $(RM) $(top_builddir)/$(LIB_DIR)/$$f; \
21 done;
22 $(RM) .install-mesa-links
23
24endif
25endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette