VirtualBox

Changeset 35440 in vbox


Ignore:
Timestamp:
Jan 9, 2011 11:43:10 PM (14 years ago)
Author:
vboxsync
Message:

Makefiles: TARGET_<target> -> <target>_1_TARGET because the former is now deprecated.

Location:
trunk/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/Makefile.kmk

    r31846 r35440  
    7979        testcase/tstDBGCStubs.cpp
    8080tstDBGCParser_LIBS = \
    81         $(TARGET_Debugger) \
     81        $(Debugger_1_TARGET) \
    8282        $(LIB_RUNTIME)
    8383
  • trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk

    r35380 r35440  
    7070
    7171# 1. create vbetables.h
    72 $$(VgaBiosBin_0_OUTDIR)/vbetables.h: $(MAKEFILE_CURRENT) $$(TARGET_vbetables-gen) | $$(dir $$@)
    73         $(QUIET)$(REDIRECT) -wo $@ -- $(TARGET_vbetables-gen)
     72$$(VgaBiosBin_0_OUTDIR)/vbetables.h: $(MAKEFILE_CURRENT) $$(vbetables-gen_1_TARGET) | $$(dir $$@)
     73        $(QUIET)$(REDIRECT) -wo $@ -- $(vbetables-gen_1_TARGET)
    7474
    7575# 2. precompile
  • trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk

    r31911 r35440  
    6060        testcase/tstUSBFilter.cpp
    6161tstUSBFilter_LIBS  = \
    62         $(TARGET_USBLib)
     62        $(USBLib_1_TARGET)
    6363endif
    6464
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r34737 r35440  
    189189                $(VBOX_PATH_PACK_TMP)/Packages/VirtualBoxCLI.pkg \
    190190                $(VBOX_PATH_PACK_TMP)/Packages/VirtualBox.pkg \
    191                 $$(TARGET_RegistrationPane) \
     191                $$(RegistrationPane_1_TARGET) \
    192192                $(if $(VBOX_OSE), , \
    193193                $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Info.plist \
     
    293293        $(MKDIR) -p $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/
    294294        $(INSTALL) -m 0644 $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Info.plist                                                     $@/Contents/Plugins/RegistrationPane.bundle/Contents/
    295         $(INSTALL) -m 0644 $(TARGET_RegistrationPane)                                                                                           $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/
     295        $(INSTALL) -m 0644 $(RegistrationPane_1_TARGET)                                                                                           $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/
    296296        $(MKDIR) -p $@/Contents/Plugins/RegistrationPane.bundle/Contents/Resources/English.lproj/RegistrationPane.nib
    297297        $(INSTALL) -m 0644 $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Resources/English.lproj/InfoPlist.strings                      $@/Contents/Plugins/RegistrationPane.bundle/Contents/Resources/English.lproj/
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r34618 r35440  
    644644+ $(VBOXWEB_OUT_DIR)/soapC-19.cpp \
    645645+ $(VBOXWEB_OUT_DIR)/soapC-20.cpp \
    646 : $(VBOXWEB_OUT_DIR)/soapC.cpp $$(TARGET_split-soapC) | $$(dir $$@)
     646: $(VBOXWEB_OUT_DIR)/soapC.cpp $$(split-soapC_1_TARGET) | $$(dir $$@)
    647647        $(RM) -f $(wildcard $(VBOXWEB_OUT_DIR)/soapC-?.cpp $(VBOXWEB_OUT_DIR)/soapC-??.cpp)
    648         $(TARGET_split-soapC) $(VBOXWEB_OUT_DIR)/soapC.cpp $(VBOXWEB_OUT_DIR) 20
     648        $(split-soapC_1_TARGET) $(VBOXWEB_OUT_DIR)/soapC.cpp $(VBOXWEB_OUT_DIR) 20
    649649endif # !VBOX_WITHOUT_SPLIT_SOAPC
    650650
  • trunk/src/libs/xpcom18a4/Config.kmk

    r31259 r35440  
    131131TEMPLATE_XPCOM_LIBS.l4             = $(VBOX_GCC_LIBGCC)
    132132TEMPLATE_XPCOM_LIBS.solaris        = sendfile
    133 TEMPLATE_XPCOM_ORDERDEPS           = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) \
     133TEMPLATE_XPCOM_ORDERDEPS           = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $($(hdrinst)_1_TARGET)) \
    134134                                     $(PATH_TARGET)/VBox-xpcom-idl-timestamp
    135135ifeq ($(KBUILD_TARGET),os2)
     
    162162                                     .
    163163TEMPLATE_XPCOMEXE_LIBS             = \
    164         $(TARGET_VBox-xpcom-ipcshared) \
    165         $(TARGET_VBoxXPCOM) \
     164        $(VBox-xpcom-ipcshared_1_TARGET) \
     165        $(VBoxXPCOM_1_TARGET) \
    166166        $(TEMPLATE_XPCOM_LIBS)
    167167TEMPLATE_XPCOMEXE_LIBS.freebsd     = $(LIB_PTHREAD)
     
    211211TEMPLATE_XPCOMBLDPROG_CXXFLAGS.solaris   = $(TEMPLATE_VBOXBLDPROG_CXXFLAGS.solaris)    -fno-omit-frame-pointer # for now anyway.
    212212TEMPLATE_XPCOMBLDPROG_LDFLAGS.darwin     = $(TEMPLATE_VBOXBLDPROG_LDFLAGS.darwin)      -fpascal-strings -fshort-wchar -fno-rtti -fno-exceptions
    213 TEMPLATE_XPCOMBLDPROG_ORDERDEPS          = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst)))
     213TEMPLATE_XPCOMBLDPROG_ORDERDEPS          = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $($(hdrinst)_1_TARGET))
    214214
    215215
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r35380 r35440  
    459459 # install necessary DLLs to the same place where xpidl goes
    460460 INSTALLS += xpidl-DLLS
    461  xpidl_ORDERDEPS = $(TARGET_xpidl-DLLS)
     461 xpidl_ORDERDEPS = $(xpidl-DLLS_1_TARGET)
    462462 xpidl-DLLS_INST = $(xpidl_INST)
    463463 # static libraries of these may be provided instead,
     
    947947                         xpcom/glue/standalone/nsGREDirServiceProvider.cpp
    948948VBoxXPCOMGlue_SOURCES += \
    949         $(TARGET_VBox-xpcom-string)
     949        $(VBox-xpcom-string_1_TARGET)
    950950#VBoxXPCOMGlue_INST     = lib/ $(INST_SDK)lib/
    951951
     
    973973        vboxdeps.cpp
    974974VBoxXPCOM_LIBS = \
    975         $(TARGET_VBox-xpcom-typelib) \
    976         $(TARGET_VBox-xpcom-string) \
    977         $(TARGET_VBox-xpcom-base) \
    978         $(TARGET_VBox-xpcom-ds) \
    979         $(TARGET_VBox-xpcom-io) \
    980         $(TARGET_VBox-xpcom-components) \
    981         $(TARGET_VBox-xpcom-threads) \
    982         $(TARGET_VBox-xpcom-xptinfo) \
    983         $(TARGET_VBox-xpcom-xptcall) \
    984         $(TARGET_VBox-xpcom-proxy) \
    985         $(TARGET_VBox-xpcom-nspr) \
    986         $(TARGET_VBoxXPCOMGlue_s)
     975        $(VBox-xpcom-typelib_1_TARGET) \
     976        $(VBox-xpcom-string_1_TARGET) \
     977        $(VBox-xpcom-base_1_TARGET) \
     978        $(VBox-xpcom-ds_1_TARGET) \
     979        $(VBox-xpcom-io_1_TARGET) \
     980        $(VBox-xpcom-components_1_TARGET) \
     981        $(VBox-xpcom-threads_1_TARGET) \
     982        $(VBox-xpcom-xptinfo_1_TARGET) \
     983        $(VBox-xpcom-xptcall_1_TARGET) \
     984        $(VBox-xpcom-proxy_1_TARGET) \
     985        $(VBox-xpcom-nspr_1_TARGET) \
     986        $(VBoxXPCOMGlue_s_1_TARGET)
    987987VBoxXPCOM_LIBS.linux = \
    988988        pthread dl
     
    990990ifeq ($(filter-out freebsd l4 linux netbsd openbsd,$(KBUILD_TARGET)),) # gnu ld.
    991991VBoxXPCOM_LDFLAGS = -Wl,--whole-archive \
    992         $(TARGET_VBox-xpcom-typelib) \
    993         $(TARGET_VBox-xpcom-string) \
    994         $(TARGET_VBox-xpcom-base) \
    995         $(TARGET_VBox-xpcom-ds) \
    996         $(TARGET_VBox-xpcom-io) \
    997         $(TARGET_VBox-xpcom-components) \
    998         $(TARGET_VBox-xpcom-threads) \
    999         $(TARGET_VBox-xpcom-xptinfo) \
    1000         $(TARGET_VBox-xpcom-xptcall) \
    1001         $(TARGET_VBox-xpcom-proxy) \
    1002         $(TARGET_VBox-xpcom-nspr) \
    1003         $(TARGET_VBoxXPCOMGlue_s) \
     992        $(VBox-xpcom-typelib_1_TARGET) \
     993        $(VBox-xpcom-string_1_TARGET) \
     994        $(VBox-xpcom-base_1_TARGET) \
     995        $(VBox-xpcom-ds_1_TARGET) \
     996        $(VBox-xpcom-io_1_TARGET) \
     997        $(VBox-xpcom-components_1_TARGET) \
     998        $(VBox-xpcom-threads_1_TARGET) \
     999        $(VBox-xpcom-xptinfo_1_TARGET) \
     1000        $(VBox-xpcom-xptcall_1_TARGET) \
     1001        $(VBox-xpcom-proxy_1_TARGET) \
     1002        $(VBox-xpcom-nspr_1_TARGET) \
     1003        $(VBoxXPCOMGlue_s_1_TARGET) \
    10041004        -Wl,--no-whole-archive
    10051005endif
    10061006
    10071007VBoxXPCOM_LDFLAGS.solaris += -Wl,-z,allextract \
    1008         $(TARGET_VBox-xpcom-typelib) \
    1009         $(TARGET_VBox-xpcom-string) \
    1010         $(TARGET_VBox-xpcom-base) \
    1011         $(TARGET_VBox-xpcom-ds) \
    1012         $(TARGET_VBox-xpcom-io) \
    1013         $(TARGET_VBox-xpcom-components) \
    1014         $(TARGET_VBox-xpcom-threads) \
    1015         $(TARGET_VBox-xpcom-xptinfo) \
    1016         $(TARGET_VBox-xpcom-xptcall) \
    1017         $(TARGET_VBox-xpcom-proxy) \
    1018         $(TARGET_VBox-xpcom-nspr) \
    1019         $(TARGET_VBoxXPCOMGlue_s) \
     1008        $(VBox-xpcom-typelib_1_TARGET) \
     1009        $(VBox-xpcom-string_1_TARGET) \
     1010        $(VBox-xpcom-base_1_TARGET) \
     1011        $(VBox-xpcom-ds_1_TARGET) \
     1012        $(VBox-xpcom-io_1_TARGET) \
     1013        $(VBox-xpcom-components_1_TARGET) \
     1014        $(VBox-xpcom-threads_1_TARGET) \
     1015        $(VBox-xpcom-xptinfo_1_TARGET) \
     1016        $(VBox-xpcom-xptcall_1_TARGET) \
     1017        $(VBox-xpcom-proxy_1_TARGET) \
     1018        $(VBox-xpcom-nspr_1_TARGET) \
     1019        $(VBoxXPCOMGlue_s_1_TARGET) \
    10201020        -Wl,-z,defaultextract
    10211021
     
    10421042endif
    10431043
    1044 TEMPLATE_XPCOMIPC_LIBS             = $(TARGET_VBoxXPCOM) $(TEMPLATE_XPCOM_LIBS)
     1044TEMPLATE_XPCOMIPC_LIBS             = $(VBoxXPCOM_1_TARGET) $(TEMPLATE_XPCOM_LIBS)
    10451045
    10461046TEMPLATE_XPCOMIPCEXE               = XPCOM IPC executables
     
    11071107VBoxXPCOMIPCC_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/components/VBoxXPCOMIPCC.dylib
    11081108VBoxXPCOMIPCC_LIBS = \
    1109         $(TARGET_VBox-xpcom-ipcutils) \
    1110         $(TARGET_VBox-xpcom-ipcshared) \
    1111         $(TARGET_VBox-xpcom-ipcdlock) \
    1112         $(TARGET_VBox-xpcom-ipctransmgr) \
    1113         $(TARGET_VBox-xpcom-ipctmgrcom)
     1109        $(VBox-xpcom-ipcutils_1_TARGET) \
     1110        $(VBox-xpcom-ipcshared_1_TARGET) \
     1111        $(VBox-xpcom-ipcdlock_1_TARGET) \
     1112        $(VBox-xpcom-ipctransmgr_1_TARGET) \
     1113        $(VBox-xpcom-ipctmgrcom_1_TARGET)
    11141114# EF
    11151115#VBoxXPCOMIPCC_LIBS += $(LIB_RUNTIME)
     
    13101310
    13111311# combined typelib library
    1312 $(PATH_TARGET)/VBox-xpcom-xpt-files/VBoxXPCOMBase.xpt: $$(VBOX_XPTFILES) | $$(TARGET_xpt_link) $(PATH_TARGET)/VBox-xpcom-xpt-files/
     1312$(PATH_TARGET)/VBox-xpcom-xpt-files/VBoxXPCOMBase.xpt: $$(VBOX_XPTFILES) | $$(xpt_link_1_TARGET) $(PATH_TARGET)/VBox-xpcom-xpt-files/
    13131313        $(call MSG_LINK,XPCOM_TYPELIB,$@)
    13141314        $(QUIET)$(MKDIR) -p -- $(PATH_BIN)/components
    1315         $(QUIET)$(TARGET_xpt_link) $@ $^
     1315        $(QUIET)$(xpt_link_1_TARGET) $@ $^
    13161316
    13171317
     
    13331333+ $(PATH_TARGET)/VBox-xpcom-xpt-files/$(notdir $(subst .idl,.xpt,$(idl))): \
    13341334                $(VBOX_PATH_XPCOM_SRC)/$(idl) \
    1335                 | $$$$(TARGET_xpidl) \
     1335                | $$$$(xpidl_1_TARGET) \
    13361336                $(PATH_TARGET)/VBox-xpcom-xpt-files/
    13371337        $$(call MSG_TOOL,xpidl,XPCOM,$$<,$$@)
    13381338        $$(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/bindings/xpcom/include $(VBOX_PATH_SDK)/bindings/xpcom/idl
    1339         $$(QUIET)$$(TARGET_xpidl) -m header $(XPIDL_INCS) -e $$@ $$<
    1340         $$(QUIET)$$(TARGET_xpidl) -m typelib $(XPIDL_INCS) -e $(addprefix $(PATH_TARGET)/VBox-xpcom-xpt-files/,$(notdir $(subst .idl,.xpt,$(idl)))) $$<
     1339        $$(QUIET)$$(xpidl_1_TARGET) -m header $(XPIDL_INCS) -e $$@ $$<
     1340        $$(QUIET)$$(xpidl_1_TARGET) -m typelib $(XPIDL_INCS) -e $(addprefix $(PATH_TARGET)/VBox-xpcom-xpt-files/,$(notdir $(subst .idl,.xpt,$(idl)))) $$<
    13411341        $$(QUIET)$(CP) $$< $$(VBOX_PATH_SDK)/bindings/xpcom/idl
    13421342endef
Note: See TracChangeset for help on using the changeset viewer.

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