VirtualBox

Changeset 71322 in vbox for trunk


Ignore:
Timestamp:
Mar 14, 2018 2:04:51 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Cleanup/rework Makefile first of all: Header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r71271 r71322  
    55
    66#
    7 # Copyright (C) 2006-2017 Oracle Corporation
     7# Copyright (C) 2006-2018 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
     21
    2122#
    2223# Globals.
    2324#
    24 VBOX_VIRTUALBOX4_SRC := $(PATH_SUB_CURRENT)
    25 VBOX_VIRTUALBOX4_OUT_DIR := $(PATH_TARGET)/VirtualBox/misc
    26 
    27 # Show the update notifier dialog during startup. If this setting is disabled
    28 # the user can still update using the menu if desired.
    29 ifndef VBOX_OSE
    30 VBOX_WITH_UPDATE_REQUEST := 1
    31 endif
    32 
    33 #
    34 # The targets.
     25VBOX_VIRTUALBOX_SRC := $(PATH_SUB_CURRENT)
     26VBOX_VIRTUALBOX_OUT_DIR := $(PATH_TARGET)/VirtualBox/misc
     27
     28
     29#
     30# Targets.
    3531#
    3632ifdef VBOX_WITH_HARDENING
     
    4137PROGRAMS += VirtualBox
    4238endif
    43 
    4439INSTALLS += VirtualBox.nls
    4540
     
    8782IMAGES         :=
    8883# FORMS and TRANSLATIONS are reset further down.
     84
     85
     86#
     87# Perform initial new version check on startup.
     88# If this setting is disabled the user can still check using the menu.
     89#
     90ifndef VBOX_OSE
     91VBOX_WITH_UPDATE_REQUEST := 1
     92endif
    8993
    9094
     
    979983VirtualBox_SOURCES             += VirtualBox2_x4.qrc
    980984VirtualBox2_x4.qrc_RCCFLAGS  = -name BASIC2_X4
    981 VirtualBox_SOURCES += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc
    982 $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name BRAND
     985VirtualBox_SOURCES += $(VBOX_VIRTUALBOX_OUT_DIR)/VirtualBoxBrand.qrc
     986$(VBOX_VIRTUALBOX_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name BRAND
    983987if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
    984988 VirtualBox_SOURCES += VirtualBoxShaders.qrc
     
    10221026): \
    10231027                $(VBOX_XIDL_FILE) \
    1024                 $(VBOX_VIRTUALBOX4_SRC)/src/globals/COMWrappers.xsl \
     1028                $(VBOX_VIRTUALBOX_SRC)/src/globals/COMWrappers.xsl \
    10251029                $(VBOX_FILESPLIT) \
    10261030                | $$(dir $$@)
     
    10281032        $(QUIET)$(RM) -f -- "$@" "$(PATH_TARGET)/VirtualBoxComWrapperFiles.dep"
    10291033        $(QUIET)$(VBOX_XSLTPROC) -o $@ \
    1030                 $(VBOX_VIRTUALBOX4_SRC)/src/globals/COMWrappers.xsl $<
     1034                $(VBOX_VIRTUALBOX_SRC)/src/globals/COMWrappers.xsl $<
    10311035        $(QUIET)$(VBOX_FILESPLIT) $@ $(VirtualBox_0_OUTDIR)/include \
    10321036                $(PATH_TARGET)/VirtualBoxComWrapperFiles.dep VirtualBox_VBOX_COMWRAPPERS
     
    10401044# Generate qrc file with branded icons.
    10411045#
    1042 VirtualBox_BLDDIRS       += $(VBOX_VIRTUALBOX4_OUT_DIR)
    1043 VirtualBox_CLEAN         += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc
    1044 $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc: \
    1045                 $(VBOX_VIRTUALBOX4_SRC)/VirtualBoxBrand.qrc \
     1046VirtualBox_BLDDIRS       += $(VBOX_VIRTUALBOX_OUT_DIR)
     1047VirtualBox_CLEAN         += $(VBOX_VIRTUALBOX_OUT_DIR)/VirtualBoxBrand.qrc
     1048$(VBOX_VIRTUALBOX_OUT_DIR)/VirtualBoxBrand.qrc: \
     1049                $(VBOX_VIRTUALBOX_SRC)/VirtualBoxBrand.qrc \
    10461050                $(PATH_ROOT)/Config.kmk \
    10471051                | $$(dir $$@)
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