VirtualBox

Changeset 11805 in vbox for trunk/src/Makefile.kmk


Ignore:
Timestamp:
Aug 29, 2008 10:17:27 AM (16 years ago)
Author:
vboxsync
Message:
  • rearranged SDK-only stuff in makefiles per Knut advise
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.kmk

    r11703 r11805  
    5858else  # !VBOX_ONLY_ADDITIONS
    5959 # Build IPRT first because xpcom (IPC, nspr, python) depends on it.
    60  SUBDIRS = VBox/Runtime bldprogs libs VBox recompiler
    61  ifneq ($(wildcard apps),)
    62   SUBDIRS += apps
     60 ifndef VBOX_ONLY_SDK
     61  SUBDIRS = VBox/Runtime
    6362 endif
    64  ifdef VBOX_WITH_TESTSUITE
    65   SUBDIRS +=  tests
    66  endif
    67  ifdef VBOX_WITH_TESTCASES
    68   SUBDIRS +=  testcase
    69  endif
     63 SUBDIRS += bldprogs libs VBox
     64 ifndef VBOX_ONLY_SDK
     65  SUBDIRS += recompiler
     66  ifneq ($(wildcard apps),)
     67   SUBDIRS += apps
     68  endif
     69  ifdef VBOX_WITH_TESTSUITE
     70   SUBDIRS +=  tests
     71  endif
     72  ifdef VBOX_WITH_TESTCASES
     73   SUBDIRS +=  testcase
     74  endif
     75 endif #!VBOX_ONLY_SDK
    7076 ifdef VBOX_ONLY_DOCS
    7177  SUBDIRS := $(filter VBox/Runtime bldprogs libs VBox, $(SUBDIRS))
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