summaryrefslogtreecommitdiff
path: root/src/libs/xpcom18a4/Config.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-01 14:35:25 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-01 14:35:25 +0000
commit1c6a4295150d50afd9a9340bdffed561b645d3c8 (patch)
tree59a93e5199c27d48a4344c37ea80efa0e4f50fdf /src/libs/xpcom18a4/Config.kmk
parent070d057311a60a1d50f7483c2595e5750144e036 (diff)
downloadVirtualBox-svn-1c6a4295150d50afd9a9340bdffed561b645d3c8.tar.gz
libs/xpcom18a4: *.kmk automatic scm cleanups. bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98394 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/libs/xpcom18a4/Config.kmk')
-rw-r--r--src/libs/xpcom18a4/Config.kmk58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/libs/xpcom18a4/Config.kmk b/src/libs/xpcom18a4/Config.kmk
index 5a6bdcedad8..3e4fa587542 100644
--- a/src/libs/xpcom18a4/Config.kmk
+++ b/src/libs/xpcom18a4/Config.kmk
@@ -133,9 +133,9 @@ else
endif
TEMPLATE_XPComDll_LDFLAGS = $(TEMPLATE_VBoxR3DllNonPedantic_LDFLAGS)
ifdef VBOX_WITH_RUNPATH
-TEMPLATE_XPComDll_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)'
+ TEMPLATE_XPComDll_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)'
else ifdef VBOX_WITH_RELATIVE_RUNPATH
-TEMPLATE_XPComDll_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)'
+ TEMPLATE_XPComDll_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)'
endif
TEMPLATE_XPComDll_LDFLAGS.x86 = -m32
TEMPLATE_XPComDll_LDFLAGS.amd64 = -m64
@@ -157,26 +157,26 @@ ifn1of ($(KBUILD_TARGET), os2 win)
TEMPLATE_XPComDll_DEFS += MOZ_PRESERVE_PIC
endif
TEMPLATE_XPComDll_INCS = $(VBOX_PATH_XPCOM_SRC)/xpcom/build \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/ds \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/io \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/base \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/components \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/threads \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/proxy/src \
- $(VBOX_PATH_XPCOM_SRC)/xpcom/reflect/xptcall/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/client/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/shared/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/lock/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/transmngr/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/dconnect/src \
- $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/transmngr/common \
- $(VBOX_PATH_SDK)/bindings/xpcom/include \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
- .
-ifn1of ($(VBOX_DEF_MACOSX_VERSION_MIN),10.4 10.5 10.6 10.7) # FlatCarbon is gone starting 10.8 (or Xcode 5.0).
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/ds \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/io \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/base \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/components \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/threads \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/proxy/src \
+ $(VBOX_PATH_XPCOM_SRC)/xpcom/reflect/xptcall/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/client/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/shared/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/lock/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/transmngr/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/dconnect/src \
+ $(VBOX_PATH_XPCOM_SRC)/ipc/ipcd/extensions/transmngr/common \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
+ .
+ifn1of ($(VBOX_DEF_MACOSX_VERSION_MIN), 10.4 10.5 10.6 10.7) # FlatCarbon is gone starting 10.8 (or Xcode 5.0).
TEMPLATE_XPComDll_DEFS.darwin += VBOX_WITH_NEWER_OSX_SDK
TEMPLATE_XPComDll_INCS.darwin = \
$(VBOX_PATH_MACOSX_SDK)/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/ \
@@ -187,7 +187,7 @@ else
endif
TEMPLATE_XPComDll_LIBS.solaris = sendfile
TEMPLATE_XPComDll_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $($(hdrinst)_1_TARGET)) \
- $(PATH_TARGET)/VBox-xpcom-idl-timestamp
+ $(PATH_TARGET)/VBox-xpcom-idl-timestamp
ifeq ($(KBUILD_TARGET),os2)
ifndef USE_OS2_TOOLKIT_HEADERS
TEMPLATE_XPComDll_DEFS.os2 += OS2EMX_PLAIN_CHAR
@@ -223,12 +223,12 @@ TEMPLATE_XPComExe := XPCOM executable files
TEMPLATE_XPComExe_EXTENDS := XPComDll
## @todo undo -fPIC.
TEMPLATE_XPComExe_INCS = ipc/ipcd/shared/src \
- $(VBOX_PATH_SDK)/bindings/xpcom/include \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
- $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
- .
+ $(VBOX_PATH_SDK)/bindings/xpcom/include \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
+ $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
+ .
TEMPLATE_XPComExe_LIBS = \
$(VBox-xpcom-ipcshared_1_TARGET) \
$(VBoxXPCOM_1_TARGET) \