VirtualBox

Changeset 601 in vbox


Ignore:
Timestamp:
Feb 4, 2007 6:38:20 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18230
Message:

VBOX_WITH_XPCOM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/Makefile.kmk

    r130 r601  
    2222include $(PATH_KBUILD)/header.kmk
    2323
    24 subdirs      =
    25 subdirs.l4   = libuuid
    26 ifdef VBOX_WITH_MAIN
    27  subdirs.linux = xpcom18a4
    28 endif
     24
     25subdirs.l4 = libuuid ## @todo Use uuid-generic.cpp !
    2926subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
    3027ifndef VBOX_OSE
     
    4239endif
    4340ifdef VBOX_WITH_MAIN
    44  # only build xerces if we don't use an external library
     41 ifdef VBOX_WITH_XPCOM
     42  subdirs += xpcom18a4
     43 endif
     44 # Only build xerces if we don't use an external library.
    4545 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src)
    4646  subdirs += xerces-2.6.0
    4747 endif
    48  # only build xalan if we don't use an external library
     48 # Only build xalan if we don't use an external library.
    4949 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0)
    5050  subdirs += xalan-1.10.0
     
    5353
    5454# optimized walking
    55 SUBDIRS_BLDPROGS.linux = xpcom18a4
     55SUBDIRS_BLDPROGS       = $(filter xpcom18a4,$(subdirs))
    5656SUBDIRS_LIBRARIES      = $(subdirs)
    57 SUBDIRS_BINARIES.linux = xpcom18a4
    58 SUBDIRS_DLLS.linux     = xpcom18a4
    59 SUBDIRS_OTHERS.linux   = xpcom18a4
     57SUBDIRS_BINARIES       = $(filter xpcom18a4,$(subdirs))
     58SUBDIRS_DLLS           = $(filter xpcom18a4,$(subdirs))
     59SUBDIRS_OTHERS         = $(filter xpcom18a4,$(subdirs))
    6060SUBDIRS_CLEAN          = $(subdirs)
     61SUBDIRS_NOTHING        = $(subdirs)
    6162
    62 DEPTH = ../..
    63 include $(PATH_KBUILD)/rules.kmk
    64 
     63include $(PATH_KBUILD)/footer.kmk
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