VirtualBox

Changeset 11910 in vbox for trunk


Ignore:
Timestamp:
Sep 1, 2008 11:15:03 AM (16 years ago)
Author:
vboxsync
Message:

Main/testcase/Makefile: namespace (again) and comments.

File:
1 edited

Legend:

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

    r11896 r11910  
    2828include $(KBUILD_PATH)/subheader.kmk
    2929
    30 ifeq ($(KBUILD_TARGET),win)
    31  NEED_MSCOM_SAMPLE = 1
    32 else
    33  NEED_XPCOM_SAMPLE = 1
    34 endif
    35 
    3630ifdef VBOX_ONLY_SDK
    37  NEED_MSCOM_SAMPLE = 1
    38  NEED_XPCOM_SAMPLE = 1
    39 else
     31 VBOX_NEED_MSCOM_SAMPLE = 1
     32 VBOX_NEED_XPCOM_SAMPLE = 1
     33else # !VBOX_ONLY_SDK
     34 ifeq ($(KBUILD_TARGET),win)
     35  VBOX_NEED_MSCOM_SAMPLE = 1
     36 else
     37  VBOX_NEED_XPCOM_SAMPLE = 1
     38 endif
    4039 ifdef VBOX_WITH_TESTCASES
    4140  PROGRAMS       += tstAPI
     
    4443  PROGRAMS.solaris += tstVBoxAPILinux
    4544  PROGRAMS.win   += tstVBoxAPIWin
    46  ifdef VBOX_WITH_RESOURCE_USAGE_API
    47   PROGRAMS       += tstCollector
    48  endif
     45  ifdef VBOX_WITH_RESOURCE_USAGE_API
     46   PROGRAMS      += tstCollector
     47  endif
    4948 else ifeq ($(USERNAME),dmik)
    5049  PROGRAMS       += tstAPI
     
    5352  PROGRAMS.solaris += tstVBoxAPILinux
    5453  PROGRAMS.win   += tstVBoxAPIWin
    55  endif # VBOX_WITH_TESTCASES
    56 endif # VBOX_ONLY_SDK
     54 endif # !VBOX_WITH_TESTCASES
     55endif # !VBOX_ONLY_SDK
    5756
    58 ifdef  NEED_MSCOM_SAMPLE
    59   INSTALLS += samplesMSCOM
     57ifdef VBOX_NEED_MSCOM_SAMPLE
     58 INSTALLS += samplesMSCOM
    6059endif
    6160
    62 ifdef  NEED_XPCOM_SAMPLE
    63   INSTALLS += samplesXPCOM
     61ifdef VBOX_NEED_XPCOM_SAMPLE
     62 INSTALLS += samplesXPCOM
    6463endif
    6564
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