Changeset 601 in vbox
- Timestamp:
- Feb 4, 2007 6:38:20 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r130 r601 22 22 include $(PATH_KBUILD)/header.kmk 23 23 24 subdirs = 25 subdirs.l4 = libuuid 26 ifdef VBOX_WITH_MAIN 27 subdirs.linux = xpcom18a4 28 endif 24 25 subdirs.l4 = libuuid ## @todo Use uuid-generic.cpp ! 29 26 subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET)) 30 27 ifndef VBOX_OSE … … 42 39 endif 43 40 ifdef 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. 45 45 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src) 46 46 subdirs += xerces-2.6.0 47 47 endif 48 # only build xalan if we don't use an external library48 # Only build xalan if we don't use an external library. 49 49 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0) 50 50 subdirs += xalan-1.10.0 … … 53 53 54 54 # optimized walking 55 SUBDIRS_BLDPROGS .linux = xpcom18a455 SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs)) 56 56 SUBDIRS_LIBRARIES = $(subdirs) 57 SUBDIRS_BINARIES .linux = xpcom18a458 SUBDIRS_DLLS .linux = xpcom18a459 SUBDIRS_OTHERS .linux = xpcom18a457 SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs)) 58 SUBDIRS_DLLS = $(filter xpcom18a4,$(subdirs)) 59 SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs)) 60 60 SUBDIRS_CLEAN = $(subdirs) 61 SUBDIRS_NOTHING = $(subdirs) 61 62 62 DEPTH = ../.. 63 include $(PATH_KBUILD)/rules.kmk 64 63 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.