VirtualBox

Changeset 98413 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 1, 2023 4:22:15 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155657
Message:

GuestHost/*.kmk: Automatic scm cleanups. bugref:10348

Location:
trunk/src/VBox/GuestHost
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/testcase/Makefile.kmk

    r98169 r98413  
    3131if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
    3232
    33   if defined(VBOX_WITH_QTGUI)
    34    include $(PATH_SUB_CURRENT)/tstDragAndDropQt/Makefile.kmk
    35   endif
     33 if defined(VBOX_WITH_QTGUI)
     34  include $(PATH_SUB_CURRENT)/tstDragAndDropQt/Makefile.kmk
     35 endif
    3636
    37   PROGRAMS += tstDnDTransferObject tstDnDTransferList tstDnDPath
    38   TESTING  += \
    39         $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run \
    40         $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run \
    41         $(tstDnDTransferPath_0_OUTDIR)/tstDnDPath.run
     37 PROGRAMS += tstDnDTransferObject tstDnDTransferList tstDnDPath
     38 TESTING   += \
     39        $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run \
     40        $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run \
     41        $(tstDnDTransferPath_0_OUTDIR)/tstDnDPath.run
    4242
    43   tstDnDTransferObject_TEMPLATE  = VBoxR3TstExe
    44   tstDnDTransferObject_DEFS      = UNIT_TEST TESTCASE
    45   tstDnDTransferObject_SOURCES   = \
    46                 tstDnDTransferObject.cpp \
    47                 ../DnDTransferObject.cpp \
    48                 ../DnDPath.cpp
    49   tstDnDTransferObject_CLEAN     = $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run
     43 tstDnDTransferObject_TEMPLATE   = VBoxR3TstExe
     44 tstDnDTransferObject_DEFS       = UNIT_TEST TESTCASE
     45 tstDnDTransferObject_SOURCES    = \
     46        tstDnDTransferObject.cpp \
     47        ../DnDTransferObject.cpp \
     48        ../DnDPath.cpp
     49 tstDnDTransferObject_CLEAN      = $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run
    5050
    51   $$(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run: $$(tstDnDTransferObject_1_STAGE_TARGET)
     51 $$(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run: $$(tstDnDTransferObject_1_STAGE_TARGET)
    5252        export VBOX_LOG_DEST=nofile; $(tstDnDTransferObject_1_STAGE_TARGET) quiet
    5353        $(QUIET)$(APPEND) -t "$@" "done"
    5454
    55   tstDnDTransferList_TEMPLATE  = VBoxR3TstExe
    56   tstDnDTransferList_DEFS      = UNIT_TEST TESTCASE
    57   tstDnDTransferList_SOURCES   = \
    58                 tstDnDTransferList.cpp \
    59                 ../DnDTransferObject.cpp \
    60                 ../DnDTransferList.cpp \
    61                 ../DnDPath.cpp
    62   tstDnDTransferList_CLEAN     = $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run
     55 tstDnDTransferList_TEMPLATE   = VBoxR3TstExe
     56 tstDnDTransferList_DEFS       = UNIT_TEST TESTCASE
     57 tstDnDTransferList_SOURCES    = \
     58        tstDnDTransferList.cpp \
     59        ../DnDTransferObject.cpp \
     60        ../DnDTransferList.cpp \
     61        ../DnDPath.cpp
     62 tstDnDTransferList_CLEAN      = $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run
    6363
    64   $$(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run: $$(tstDnDTransferList_1_STAGE_TARGET)
     64 $$(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run: $$(tstDnDTransferList_1_STAGE_TARGET)
    6565        export VBOX_LOG_DEST=nofile; $(tstDnDTransferList_1_STAGE_TARGET) quiet
    6666        $(QUIET)$(APPEND) -t "$@" "done"
    6767
    68   tstDnDPath_TEMPLATE = VBoxR3TstExe
    69   tstDnDPath_DEFS     = UNIT_TEST TESTCASE
    70   tstDnDPath_SOURCES  = \
    71                 tstDnDPath.cpp \
    72                 ../DnDPath.cpp
    73   tstDnDPath_CLEAN    = $(tstDnDPath_0_OUTDIR)/tstDnDPath.run
     68 tstDnDPath_TEMPLATE = VBoxR3TstExe
     69 tstDnDPath_DEFS      = UNIT_TEST TESTCASE
     70 tstDnDPath_SOURCES   = \
     71        tstDnDPath.cpp \
     72        ../DnDPath.cpp
     73 tstDnDPath_CLEAN     = $(tstDnDPath_0_OUTDIR)/tstDnDPath.run
    7474
    75   $$(tstDnDPath_0_OUTDIR)/tstDnDPath.run: $$(tstDnDPath_1_STAGE_TARGET)
     75 $$(tstDnDPath_0_OUTDIR)/tstDnDPath.run: $$(tstDnDPath_1_STAGE_TARGET)
    7676        export VBOX_LOG_DEST=nofile; $(tstDnDPath_1_STAGE_TARGET) quiet
    7777        $(QUIET)$(APPEND) -t "$@" "done"
  • trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk

    r98133 r98413  
    3636#
    3737ifdef VBOX_WITH_ADDITION_DRIVERS
    38 LIBRARIES += HGSMIGuestR0Lib
    39 HGSMIGuestR0Lib_TEMPLATE     = VBoxGuestR0DrvLib
    40 HGSMIGuestR0Lib_DEFS         =
    41 HGSMIGuestR0Lib_INCS         = $(VBOX_GRAPHICS_INCS)
    42 HGSMIGuestR0Lib_SOURCES      = \
    43         HGSMICommon.cpp \
    44         HGSMIMemAlloc.cpp
     38 LIBRARIES += HGSMIGuestR0Lib
     39 HGSMIGuestR0Lib_TEMPLATE    = VBoxGuestR0DrvLib
     40 HGSMIGuestR0Lib_DEFS        =
     41 HGSMIGuestR0Lib_INCS        = $(VBOX_GRAPHICS_INCS)
     42 HGSMIGuestR0Lib_SOURCES     = \
     43        HGSMICommon.cpp \
     44        HGSMIMemAlloc.cpp
    4545endif
    4646
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk

    r98169 r98413  
    4040  tstClipboardGH-X11_DEFS      = VBOX_WITH_HGCM UNIT_TEST TESTCASE
    4141  tstClipboardGH-X11_SOURCES   = \
    42         tstClipboardGH-X11.cpp \
    43         ../clipboard-x11.cpp \
    44         ../clipboard-common.cpp
     42        tstClipboardGH-X11.cpp \
     43        ../clipboard-x11.cpp \
     44        ../clipboard-common.cpp
    4545  tstClipboardGH-X11_CXXFLAGS += -Wno-array-bounds
    4646  tstClipboardGH-X11_LIBS      = X11 Xt
     
    5050  tstClipboardGH-X11Smoke_DEFS     = VBOX_WITH_HGCM SMOKETEST
    5151  tstClipboardGH-X11Smoke_SOURCES  = \
    52         tstClipboardGH-X11Smoke.cpp \
    53         ../clipboard-x11.cpp \
    54         ../clipboard-common.cpp
     52        tstClipboardGH-X11Smoke.cpp \
     53        ../clipboard-x11.cpp \
     54        ../clipboard-common.cpp
    5555  tstClipboardGH-X11Smoke_LIBPATH  = $(VBOX_LIBPATH_X11)
    5656  tstClipboardGH-X11Smoke_LIBS     = X11 Xt
     
    6161        $(QUIET)$(APPEND) -t "$@" "done"
    6262
    63   $$(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run:     $$(tstClipboardGH-X11Smoke_1_STAGE_TARGET)
     63  $$(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run: $$(tstClipboardGH-X11Smoke_1_STAGE_TARGET)
    6464        export VBOX_LOG_DEST=nofile; $(tstClipboardGH-X11Smoke_1_STAGE_TARGET) quiet
    6565        $(QUIET)$(APPEND) -t "$@" "done"
    6666
    6767  if defined(VBOX_WITH_QTGUI)
    68     include $(PATH_SUB_CURRENT)/tstClipboardQt/Makefile.kmk
     68   include $(PATH_SUB_CURRENT)/tstClipboardQt/Makefile.kmk
    6969  endif
    7070
Note: See TracChangeset for help on using the changeset viewer.

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