- Timestamp:
- Nov 13, 2008 11:19:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r13619 r14193 20 20 # 21 21 22 if 1 #def VBOX_SINGLE_MAKEFILE23 22 SUB_DEPTH = ../.. 24 23 include $(KBUILD_PATH)/subheader.kmk … … 79 78 include $(KBUILD_PATH)/subfooter.kmk 80 79 81 82 else # !VBOX_SINGLE_MAKEFILE83 DEPTH = ../..84 include $(KBUILD_PATH)/header.kmk85 86 subdirs := liblzf-1.51 $(subdirs.$(KBUILD_TARGET))87 88 ifdef IPRT_WITH_KSTUFF89 subdirs += kStuff90 endif91 # @todo win and os2 need that even in OSE, all others should set proper *_INCS92 # values by the configure script93 #ifndef VBOX_OSE94 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)95 subdirs += zlib-1.2.196 endif97 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)98 subdirs += libpng-1.2.899 endif100 #endif # !VBOX_OSE101 ifdef VBOX_WITH_VRDP102 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(SDK_VBOX_OPENSSL_DEFAULT_INCS))103 subdirs += openssl-0.9.8h104 endif105 endif106 ifdef VBOX_WITH_MAIN107 ifdef VBOX_WITH_XPCOM108 subdirs += xpcom18a4109 endif110 # Only build libxml2 if we don't use an external library.111 ifeq ($(SDK_VBOX_LIBXML2_INCS),$(PATH_ROOT)/src/libs/libxml2-2.6.30/include)112 subdirs += libxml2-2.6.30113 endif114 # Only build libxslt if we don't use an external library.115 ifeq ($(SDK_VBOX_LIBXSLT_INCS),$(PATH_ROOT)/src/libs/libxslt-1.1.22)116 subdirs += libxslt-1.1.22117 endif118 # FFmpeg for test videos119 ifndef VBOX_OSE120 ifdef VBOX_WITH_FFMPEG121 if1of ($(KBUILD_TARGET), darwin linux)122 subdirs += ffmpeg-20060710123 endif124 endif125 endif126 endif127 128 ifdef VBOX_ONLY_DOCS129 subdirs := $(filter liblzf-1.51 zlib-1.2.1 kStuff, $(subdirs))130 endif131 132 ifdef VBOX_ONLY_SDK133 subdirs := $(filter-out liblzf-1.51 zlib-1.2.1 libpng-1.2.8 openssl-0.9.7e openssl-0.9.8h ffmpeg-20060710, $(subdirs))134 endif135 136 # optimized walking137 SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs))138 SUBDIRS_LIBRARIES = $(subdirs)139 SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs))140 SUBDIRS_DLLS = $(filter xpcom18a4 ffmpeg-20060710,$(subdirs))141 SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs))142 SUBDIRS_INSTALLS = $(filter xpcom18a4,$(subdirs))143 SUBDIRS_CLEAN = $(subdirs)144 SUBDIRS_NOTHING = $(subdirs)145 146 include $(KBUILD_PATH)/footer.kmk147 endif # !VBOX_SINGLE_MAKEFILE148
Note:
See TracChangeset
for help on using the changeset viewer.