VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/Makefile.kmk@ 11617

Last change on this file since 11617 was 11617, checked in by vboxsync, 16 years ago

disable helper for macos

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 61.5 KB
Line 
1# $Id: Makefile.kmk 11617 2008-08-25 14:04:30Z vboxsync $
2## @file
3# Sub-Makefile for XPCOM.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22ifdef VBOX_SINGLE_MAKEFILE
23SUB_DEPTH = ../../..
24else
25SUB_DEPTH = .
26DEPTH = ../../..
27endif
28include $(KBUILD_PATH)/subheader.kmk
29
30# File for filtering out C symbols from the XPCOM library. Used to avoid
31# symbol namespace pollution, causing trouble with system libraries.
32XPCOM_C_NAMESPACE_MAP=$(VBOX_PATH_XPCOM_SRC)/xpcom-namespace-cleanup.map
33
34# @todo check whether VBoxXPCOMIPCC.so or VBoxXPCOMIPCD contain undefined
35# symbols starting with NS_, PL_, PR_ or XPT. Would move the test time failure
36# when missing a symbol renaming to a build time failure. Likewise, there
37# should be a check whether VBoxXPCOM.so contains global C symbols (at least
38# where the whitelisting of symbols via the map file is not used).
39
40#
41# Globals.
42#
43VBOX_PATH_XPCOM_SRC := $(PATH_SUB_CURRENT)
44
45
46#
47# Template for building the XPCOM libraries (shared).
48#
49TEMPLATE_XPCOM = XPCOM libraries (shared)
50TEMPLATE_XPCOM_EXTENDS = VBOXR3NP
51## @todo correct inheritance here to make it use all the VBOXR3NP settings instead of overriding all of them.
52TEMPLATE_XPCOM_ASTOOL = $(TEMPLATE_VBOXR3NP_TOOL)
53TEMPLATE_XPCOM_ASFLAGS = $(NO_SUCH_VARIABLE)
54TEMPLATE_XPCOM_ASFLAGS.x86 = -m32
55TEMPLATE_XPCOM_ASFLAGS.amd64 = -m64
56TEMPLATE_XPCOM_ASDEFS = $(NO_SUCH_VARIABLE)
57TEMPLATE_XPCOM_CXXFLAGS = -pipe -ansi -Wall -Wno-unused -Wno-non-virtual-dtor \
58 $(VBOX_GCC_Wno-invalid-offsetof) -Wno-sign-compare -Wno-unused -Wno-ctor-dtor-privacy \
59 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden)
60TEMPLATE_XPCOM_CXXFLAGS.x86 = -m32
61TEMPLATE_XPCOM_CXXFLAGS.amd64 = -m64
62TEMPLATE_XPCOM_CXXFLAGS.release = -O
63TEMPLATE_XPCOM_CXXFLAGS.profile = -O
64TEMPLATE_XPCOM_CXXFLAGS.darwin = -fpascal-strings -fshort-wchar -fno-common -fno-rtti $(VBOX_DARWIN_DEF_SDK_CXXFLAGS)
65TEMPLATE_XPCOM_CXXFLAGS.freebsd = -pthread
66TEMPLATE_XPCOM_CXXFLAGS.l4 = -fno-exceptions -nostdinc
67TEMPLATE_XPCOM_CXXFLAGS.linux = -pthread
68TEMPLATE_XPCOM_CXXFLAGS.solaris = -fno-omit-frame-pointer # for now anyway.
69TEMPLATE_XPCOM_CFLAGS = -pipe -Wall -Wno-unused -Wno-parentheses -Wno-uninitialized $(VBOX_GCC_fvisibility-hidden)
70TEMPLATE_XPCOM_CFLAGS.x86 = -m32
71TEMPLATE_XPCOM_CFLAGS.amd64 = -m64
72TEMPLATE_XPCOM_CFLAGS.release = -O
73TEMPLATE_XPCOM_CFLAGS.profile = -O
74TEMPLATE_XPCOM_CFLAGS.freebsd = -pthread
75TEMPLATE_XPCOM_CFLAGS.l4 = -nostdinc
76TEMPLATE_XPCOM_CFLAGS.linux = -pthread -ansi
77TEMPLATE_XPCOM_CFLAGS.solaris = -fno-omit-frame-pointer # for now anyway.
78TEMPLATE_XPCOM_DEFS = MOZILLA_CLIENT=1 NDEBUG=1 _IMPL_NS_COM \
79 XPCOM_DLL_BASE=\"$(basename $(notdir $(LIB_XPCOM)))\" \
80 MOZ_DLL_SUFFIX=\"$(suffix $(LIB_XPCOM))\" \
81 IN_RING3
82ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
83TEMPLATE_XPCOM_DEFS += VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
84endif
85TEMPLATE_XPCOM_DEFS.x86 = i386=1
86TEMPLATE_XPCOM_DEFS.amd64 = HAVE_VA_LIST_AS_ARRAY HAVE_VA_COPY VA_COPY\(a\,b\)=__builtin_va_copy\(a\,b\)
87TEMPLATE_XPCOM_DEFS.darwin = OSTYPE=\"Darwin8.8.1\" OSARCH=\"Darwin\" XP_UNIX=1 XP_MACOSX=1 TARGET_CARBON=1 HAVE_VISIBILITY_ATTRIBUTE=1 DARWIN=1 $(TEMPLATE_VBOXR3NP_DEFS.darwin)
88TEMPLATE_XPCOM_DEFS.freebsd = OSTYPE=\"FreeBSD5+\" OSARCH=\"FreeBSD\" XP_UNIX=1 FREEBSD=1 HAVE_VISIBILITY_ATTRIBUTE=1
89TEMPLATE_XPCOM_DEFS.linux = OSTYPE=\"Linux2.6\" OSARCH=\"Linux\" XP_UNIX=1 _GNU_SOURCE HAVE_VISIBILITY_ATTRIBUTE=1 ## @todo LINUX=1
90TEMPLATE_XPCOM_DEFS.l4 = OSTYPE=\"L4ENV\" OSARCH=\"L4\" XP_UNIX=1 L4ENV HAVE_VISIBILITY_ATTRIBUTE=1
91# Don't define BSD_SELECT because bsdselect() from kLIBC <= 0.6.3 has problems on SMP
92TEMPLATE_XPCOM_DEFS.os2 = OSTYPE=\"OS/2_4.5\" OSARCH=\"OS/2\" XP_OS2 XP_PC OS2=4
93TEMPLATE_XPCOM_DEFS.solaris = OSTYPE=\"Solaris10\" OSARCH=\"Solaris\" XP_UNIX=1 XP_SOLARIS=1 HAVE_LIBDL=1 HAVE_SENDFILEV=1 SOLARIS=1 _REENTRANT
94## @todo The LDFLAGS inheriting is being hidden here and below where -fPIC is added.
95ifdef VBOX_WITH_ORIGIN
96TEMPLATE_XPCOM_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)/'
97endif
98TEMPLATE_XPCOM_LDFLAGS.x86 = -m32
99TEMPLATE_XPCOM_LDFLAGS.amd64 = -m64
100TEMPLATE_XPCOM_LDFLAGS.darwin = $(TEMPLATE_VBOXR3NP_LDFLAGS.darwin) \
101 -fshort-wchar -fno-rtti -fno-exceptions -fpascal-strings \
102 -framework CoreServices -framework CoreFoundation -framework Foundation -framework AppKit -framework Carbon \
103 -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
104ifn1of ($(KBUILD_TARGET), os2 win)
105 TEMPLATE_XPCOM_CXXFLAGS += -fPIC
106 TEMPLATE_XPCOM_CFLAGS += -fPIC
107 TEMPLATE_XPCOM_LDFLAGS += -fPIC
108 TEMPLATE_XPCOM_DEFS += MOZ_PRESERVE_PIC
109endif
110TEMPLATE_XPCOM_INCS = $(PATH_TARGET) \
111 xpcom/build \
112 xpcom/ds \
113 xpcom/io \
114 xpcom/base \
115 xpcom/components \
116 xpcom/threads \
117 xpcom/proxy/src \
118 xpcom/reflect/xptcall/src \
119 ipc/ipcd/client/src \
120 ipc/ipcd/shared/src \
121 ipc/ipcd/extensions/lock/src \
122 ipc/ipcd/extensions/transmngr/src \
123 ipc/ipcd/extensions/dconnect/src \
124 ipc/ipcd/extensions/transmngr/common \
125 $(VBOX_PATH_SDK)/bindings/xpcom/include \
126 $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
127 $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
128 $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
129 $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
130 .
131TEMPLATE_XPCOM_INCS.darwin = $(VBOX_PATH_MACOSX_SDK)/Developer/Headers/FlatCarbon
132TEMPLATE_XPCOM_INCS.l4 = $(L4_INCDIR) $(VBOX_L4_GCC3_INCS)
133TEMPLATE_XPCOM_LDFLAGS.l4 = $(L4_DIR)/lib/x86_586/crt0.o \
134 -T$(L4_DIR)/lib/x86_586/main_rel.ld -nostdlib \
135 # -Wl,--whole-archive,--no-allow-shlib-undefined
136TEMPLATE_XPCOM_LIBS.l4 = $(VBOX_GCC_LIBGCC)
137TEMPLATE_XPCOM_LIBS.solaris = sendfile
138TEMPLATE_XPCOM_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) \
139 $(PATH_VBox-xpcom-string)/idl_ts
140ifeq ($(KBUILD_TARGET),os2)
141 ifndef USE_OS2_TOOLKIT_HEADERS
142 TEMPLATE_XPCOM_DEFS.os2 += OS2EMX_PLAIN_CHAR
143 endif
144 TEMPLATE_XPCOM_DEFS.os2 += XP_OS2_EMX OS2=4
145 # this is at least for strnicmp()
146 TEMPLATE_XPCOM_DEFS.os2 += _EMX_SOURCE
147 # @@todo shouldn't this be somehow default for ASTOOL?
148 TEMPLATE_XPCOM_ASFLAGS.os2 += -Zomf
149endif
150
151# When using IPRT in NSRP or/and using IPRT for logging, link with IPRT.
152TEMPLATE_XPCOM_LIBS += $(LIB_RUNTIME)
153
154#
155# Template for building the XPCOM executables
156#
157TEMPLATE_XPCOMEXE = XPCOM executable files (testcases)
158TEMPLATE_XPCOMEXE_EXTENDS = XPCOM
159## @todo undo -fPIC.
160TEMPLATE_XPCOMEXE_INCS = $(PATH_TARGET) \
161 ipc/ipcd/shared/src \
162 $(VBOX_PATH_SDK)/bindings/xpcom/include \
163 $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
164 $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
165 $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
166 $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd \
167 .
168TEMPLATE_XPCOMEXE_LIBS = \
169 $(TARGET_VBox-xpcom-ipcshared) \
170 $(TARGET_VBoxXPCOM) \
171 $(TEMPLATE_XPCOM_LIBS)
172TEMPLATE_XPCOMEXE_LIBS.freebsd = $(LIB_PTHREAD)
173TEMPLATE_XPCOMEXE_LIBS.linux = dl $(LIB_PTHREAD)
174TEMPLATE_XPCOMEXE_LIBS.l4 = $(LIB_RUNTIME) $(VBOX_GCC_LIBGCC)
175TEMPLATE_XPCOMEXE_LDFLAGS.darwin = -bind_at_load $(filter-out -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD),$(TEMPLATE_XPCOM_LDFLAGS.darwin))
176TEMPLATE_XPCOMEXE_LDFLAGS.l4 = $(L4_DIR)/lib/x86_586/crt0.o \
177 -T$(L4_DIR)/lib/x86_586/main_dyn.ld -nostdlib -lgcc \
178 -Wl,--export-dynamic,--dynamic-linker=libld-l4.s.so \
179 -Wl,--rpath-link,$(L4_LIBDIR) \
180 # -Wl,--whole-archive,--no-allow-shlib-undefined
181
182
183#
184# Template for building XPCOM executables for running at build time.
185#
186# It extends the BLDPROG template in config.kmk but overrides CFLAGS
187# and CXXFLAGS completely at the moment.
188#
189TEMPLATE_XPCOMBLDPROG = XPCOM Build programs executables
190TEMPLATE_XPCOMBLDPROG_EXTENDS = VBOXBLDPROG
191## @todo Verify that this doesn't blow up because of template inheriance ordering. (we're assuming XPCOMEXE is expanded when this is being used.)
192
193TEMPLATE_XPCOMBLDPROG_DEFS = $(TEMPLATE_BLDPROG_DEFS) $(TEMPLATE_XPCOMEXE_DEFS)
194TEMPLATE_XPCOMBLDPROG_DEFS.$(KBUILD_TARGET) = $(TEMPLATE_BLDPROG_DEFS.$(KBUILD_TARGET)) $(TEMPLATE_XPCOMEXE_DEFS.$(KBUILD_TARGET))
195TEMPLATE_XPCOMBLDPROG_DEFS.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_BLDPROG_DEFS.$(KBUILD_TARGET_ARCH)) $(TEMPLATE_XPCOMEXE_DEFS.$(KBUILD_TARGET_ARCH))
196TEMPLATE_XPCOMBLDPROG_CXXFLAGS = -ansi -Wall -Wno-non-virtual-dtor
197TEMPLATE_XPCOMBLDPROG_CXXFLAGS.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_XPCOMEXE_CXXFLAGS.$(KBUILD_TARGET_ARCH))
198TEMPLATE_XPCOMBLDPROG_CXXFLAGS.release = -O
199TEMPLATE_XPCOMBLDPROG_CXXFLAGS.profile = -O
200TEMPLATE_XPCOMBLDPROG_CXXFLAGS.freebsd = -pthread
201TEMPLATE_XPCOMBLDPROG_CXXFLAGS.linux = -pthread
202TEMPLATE_XPCOMBLDPROG_CFLAGS = -pipe -ansi -Wall -Wno-unused
203TEMPLATE_XPCOMBLDPROG_CFLAGS.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_XPCOMEXE_CFLAGS.$(KBUILD_TARGET_ARCH))
204TEMPLATE_XPCOMBLDPROG_CFLAGS.release = -O
205TEMPLATE_XPCOMBLDPROG_CFLAGS.profile = -O
206TEMPLATE_XPCOMBLDPROG_CFLAGS.freebsd = -pthread
207TEMPLATE_XPCOMBLDPROG_CFLAGS.linux = -pthread
208TEMPLATE_XPCOMBLDPROG_INCS = $(VBOX_PATH_SDK)/bindings/xpcom/include \
209 $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \
210 $(VBOX_PATH_SDK)/bindings/xpcom/include/string \
211 $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
212 $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd
213TEMPLATE_XPCOMBLDPROG_INCS.$(KBUILD_TARGET) = $(TEMPLATE_XPCOMEXE_INCS.$(KBUILD_TARGET))
214TEMPLATE_XPCOMBLDPROG_INCS.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_XPCOMEXE_INCS.$(KBUILD_TARGET_ARCH))
215TEMPLATE_XPCOMBLDPROG_LIBPATH.$(KBUILD_TARGET) = $(TEMPLATE_XPCOMEXE_LIBPATH.$(KBUILD_TARGET))
216TEMPLATE_XPCOMBLDPROG_LIBPATH.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_XPCOMEXE_LIBPATH.$(KBUILD_TARGET_ARCH))
217TEMPLATE_XPCOMBLDPROG_LDFLAGS.$(KBUILD_TARGET) = $(TEMPLATE_XPCOMEXE_LDFLAGS.$(KBUILD_TARGET))
218TEMPLATE_XPCOMBLDPROG_LDFLAGS.$(KBUILD_TARGET_ARCH) = $(TEMPLATE_XPCOMEXE_LDFLAGS.$(KBUILD_TARGET_ARCH))
219TEMPLATE_XPCOMBLDPROG_ORDERDEPS = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst)))
220
221
222#
223# Header installs.
224#
225INSTALLS += \
226 NSPRPUB-HEADERS \
227 NSPRPUB-MD-HEADERS \
228 NSPRPUB-OBS-HEADERS \
229 NSPRPUB-PRIV-HEADERS \
230 STRING-HEADERS \
231 XPCOM-HEADERS \
232 IPCD-HEADERS
233
234#
235# The IDL compiler and typelib linker.
236#
237BLDPROGS += \
238 xpidl \
239 xpt_link
240
241#
242# We build several libraries so that any linker command line
243# length restrictions limit will be avoided. (Solaris, Mac?)
244#
245LIBRARIES += \
246 VBox-xpcom-nspr \
247 VBox-xpcom-typelib \
248 VBox-xpcom-string \
249 VBox-xpcom-base \
250 VBox-xpcom-ds \
251 VBox-xpcom-io \
252 VBox-xpcom-components \
253 VBox-xpcom-threads \
254 VBox-xpcom-xptinfo \
255 VBox-xpcom-xptcall \
256 VBox-xpcom-proxy \
257 VBoxXPCOMGlue_s \
258 VBoxXPCOMGlue \
259 VBox-xpcom-ipcutils \
260 VBox-xpcom-ipcshared \
261 VBox-xpcom-ipcdlock \
262 VBox-xpcom-ipctransmgr \
263 VBox-xpcom-ipctmgrcom
264
265DLLS += \
266 VBoxXPCOM \
267 VBoxXPCOMIPCC
268
269
270ifdef VBOX_WITH_PYTHON
271 DLLS += VBoxHelper
272endif
273
274# we put it here, as template it uses depends on VBoxRT,
275# which may not be built yet
276# r=bird: This doesn't work, it won't be built this way. The way to fix it is to make the order change in src/Makefile.kmk (or was it src/lib/Makefile.kmk) that puts src/VBox/Runtime before src/lib/xpcom18a4 standard for all builds.
277OTHERS += \
278 $(TARGET_VBoxHlp)
279
280
281ifdef VBOX_WITH_TESTCASES
282PROGRAMS += \
283 tstnsIFileEnumerator \
284 tstnsIFileTest \
285 tstTestArray \
286 tstTestAtoms \
287 tstTestAutoLock \
288 tstTestCallTemplates \
289 tstTestCOMPtr \
290 tstTestCOMPtrEq \
291 tstTestCRT \
292 tstTestFactory \
293 tstTestHashtables \
294 tstTestID \
295 tstTestObserverService \
296 tstTestPipes \
297 tstTestServMgr \
298 tstTestThreads \
299 tstTestXPIDLString \
300 tstTestDeque \
301 tstTestAutoPtr \
302 tstTestMinStringAPI \
303 tstTestStrings \
304 tstPrimitiveTest \
305 tstSimpleTypeLib \
306 tstXptDump \
307 tstXptLink
308# tstTestPermanentAtoms
309endif # VBOX_WITH_TESTCASES
310PROGRAMS += VBoxXPCOMIPCD
311
312ifeq ($(KBUILD_TARGET),linux)
313 XPCOM_TYPELIB = $(PATH_BIN)/VBoxXPCOMBase.xpt
314else
315 XPCOM_TYPELIB = $(PATH_BIN)/components/VBoxXPCOMBase.xpt
316endif
317OTHERS += $(XPCOM_TYPELIB)
318OTHER_CLEAN += \
319 $(PATH_TARGET)/VBox-xpcom-nspr/_pr_bld.h \
320 $(PATH_TARGET)/VBox-xpcom-nspr/_pl_bld.h \
321 $(XPCOM_TYPELIB)
322
323
324
325#
326# SDK headers - lot's of files to install...
327#
328# Tip: If you are going to remove files here, you might
329# wish to do a `kmk uninstall' first to avoid have
330# obsoleted files in the $(INST_SDK) directory.
331#
332NSPRPUB-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/nsprpub/
333NSPRPUB-HEADERS_IFFLAGS = -m 644
334NSPRPUB-HEADERS_SOURCES = \
335 nsprpub/pr/include/nspr.h \
336 nsprpub/lib/ds/plarena.h \
337 nsprpub/lib/ds/plarenas.h \
338 nsprpub/lib/libc/include/plbase64.h \
339 nsprpub/lib/libc/include/plerror.h \
340 nsprpub/lib/libc/include/plgetopt.h \
341 nsprpub/lib/ds/plhash.h \
342 nsprpub/lib/libc/include/plresolv.h \
343 nsprpub/lib/libc/include/plstr.h \
344 nsprpub/pr/include/pratom.h \
345 nsprpub/pr/include/prbit.h \
346 nsprpub/pr/include/prclist.h \
347 nsprpub/pr/include/prcmon.h \
348 nsprpub/pr/include/prcountr.h \
349 nsprpub/pr/include/prcvar.h \
350 nsprpub/pr/include/prdtoa.h \
351 nsprpub/pr/include/prenv.h \
352 nsprpub/pr/include/prerr.h \
353 nsprpub/pr/include/prerror.h \
354 nsprpub/pr/include/prinet.h \
355 nsprpub/pr/include/prinit.h \
356 nsprpub/pr/include/prinrval.h \
357 nsprpub/pr/include/prio.h \
358 nsprpub/pr/include/pripcsem.h \
359 nsprpub/pr/include/prlink.h \
360 nsprpub/pr/include/prlock.h \
361 nsprpub/pr/include/prlog.h \
362 nsprpub/pr/include/prlong.h \
363 nsprpub/pr/include/prmem.h \
364 nsprpub/pr/include/prmon.h \
365 nsprpub/pr/include/prmwait.h \
366 nsprpub/pr/include/prnetdb.h \
367 nsprpub/pr/include/prolock.h \
368 nsprpub/pr/include/prpdce.h \
369 nsprpub/pr/include/prprf.h \
370 nsprpub/pr/include/prproces.h \
371 nsprpub/pr/include/prrng.h \
372 nsprpub/pr/include/prrwlock.h \
373 nsprpub/pr/include/prshm.h \
374 nsprpub/pr/include/prshma.h \
375 nsprpub/pr/include/prsystem.h \
376 nsprpub/pr/include/prthread.h \
377 nsprpub/pr/include/prtime.h \
378 nsprpub/pr/include/prtpool.h \
379 nsprpub/pr/include/prtrace.h \
380 nsprpub/pr/include/prtypes.h \
381 nsprpub/pr/include/prvrsion.h \
382 nsprpub/pr/include/prwin16.h \
383 nsprpub/pr/include/md/_vbox.cfg=>prcpucfg.h \
384
385NSPRPUB-MD-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/nsprpub/md
386NSPRPUB-MD-HEADERS_IFFLAGS = -m 644
387NSPRPUB-MD-HEADERS_SOURCES = \
388 nsprpub/pr/include/md/_darwin.h \
389 nsprpub/pr/include/md/_freebsd.h \
390 nsprpub/pr/include/md/_l4v2.h \
391 nsprpub/pr/include/md/_linux.h \
392 nsprpub/pr/include/md/_macos.h \
393 nsprpub/pr/include/md/_netbsd.h \
394 nsprpub/pr/include/md/_openbsd.h \
395 nsprpub/pr/include/md/_os2_errors.h \
396 nsprpub/pr/include/md/_os2.h \
397 nsprpub/pr/include/md/_pcos.h \
398 nsprpub/pr/include/md/_solaris.h \
399 nsprpub/pr/include/md/_unix_errors.h \
400 nsprpub/pr/include/md/_unixos.h \
401 nsprpub/pr/include/md/_pth.h \
402 nsprpub/pr/include/md/prosdep.h \
403 \
404 nsprpub/pr/include/md/_freebsd.cfg \
405 nsprpub/pr/include/md/_linux.cfg \
406 nsprpub/pr/include/md/_darwin.cfg \
407 nsprpub/pr/include/md/_netbsd.cfg \
408 nsprpub/pr/include/md/_openbsd.cfg \
409 nsprpub/pr/include/md/_os2.cfg \
410 nsprpub/pr/include/md/_solaris32.cfg \
411 nsprpub/pr/include/md/_solaris64.cfg \
412 nsprpub/pr/include/md/_l4v2.cfg
413
414NSPRPUB-OBS-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/nsprpub/obsolete
415NSPRPUB-OBS-HEADERS_IFFLAGS = -m 644
416NSPRPUB-OBS-HEADERS_SOURCES = \
417 nsprpub/pr/include/obsolete/pralarm.h \
418 nsprpub/pr/include/obsolete/probslet.h \
419 nsprpub/pr/include/obsolete/protypes.h \
420 nsprpub/pr/include/obsolete/prsem.h
421
422NSPRPUB-PRIV-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/nsprpub/private
423NSPRPUB-PRIV-HEADERS_IFFLAGS = -m 644
424NSPRPUB-PRIV-HEADERS_SOURCES = \
425 nsprpub/pr/include/private/pprio.h \
426 nsprpub/pr/include/private/pprthred.h \
427 nsprpub/pr/include/private/prpriv.h
428
429STRING-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/string
430STRING-HEADERS_IFFLAGS = -m 644
431STRING-HEADERS_SOURCES = \
432 xpcom/string/public/nsAString.h \
433 xpcom/string/public/nsAlgorithm.h \
434 xpcom/string/public/nsCharTraits.h \
435 xpcom/string/public/nsDependentString.h \
436 xpcom/string/public/nsDependentSubstring.h \
437 xpcom/string/public/nsEmbedString.h \
438 xpcom/string/public/nsLiteralString.h \
439 xpcom/string/public/nsObsoleteAString.h \
440 xpcom/string/public/nsPrintfCString.h \
441 xpcom/string/public/nsPromiseFlatString.h \
442 xpcom/string/public/nsReadableUtils.h \
443 xpcom/string/public/nsString.h \
444 xpcom/string/public/nsStringAPI.h \
445 xpcom/string/public/nsStringFwd.h \
446 xpcom/string/public/nsStringIterator.h \
447 xpcom/string/public/nsSubstring.h \
448 xpcom/string/public/nsSubstringTuple.h \
449 xpcom/string/public/nsTAString.h \
450 xpcom/string/public/nsTDependentString.h \
451 xpcom/string/public/nsTDependentSubstring.h \
452 xpcom/string/public/nsTObsoleteAString.h \
453 xpcom/string/public/nsTPromiseFlatString.h \
454 xpcom/string/public/nsTString.h \
455 xpcom/string/public/nsTSubstring.h \
456 xpcom/string/public/nsTSubstringTuple.h \
457 xpcom/string/public/nsUTF8Utils.h \
458 xpcom/string/public/nsXPIDLString.h \
459 xpcom/string/public/string-template-def-char.h \
460 xpcom/string/public/string-template-def-unichar.h \
461 xpcom/string/public/string-template-undef.h
462
463XPCOM-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/xpcom
464XPCOM-HEADERS_IFFLAGS = -m 644
465XPCOM-HEADERS_SOURCES = \
466 xpcom/base/nsAgg.h \
467 xpcom/io/nsAppDirectoryServiceDefs.h \
468 xpcom/ds/nsArray.h \
469 xpcom/ds/nsArrayEnumerator.h \
470 xpcom/ds/nsAtomService.h \
471 xpcom/ds/nsAutoBuffer.h \
472 xpcom/threads/nsAutoLock.h \
473 xpcom/base/nsAutoPtr.h \
474 xpcom/ds/nsBaseHashtable.h \
475 xpcom/ds/nsCOMArray.h \
476 xpcom/ds/nsCRT.h \
477 xpcom/components/nsCategoryManagerUtils.h \
478 xpcom/ds/nsCheapSets.h \
479 xpcom/ds/nsClassHashtable.h \
480 xpcom/base/nsCom.h \
481 xpcom/components/nsComponentManagerObsolete.h \
482 xpcom/components/nsComponentManagerUtils.h \
483 xpcom/ds/nsCppSharedAllocator.h \
484 xpcom/ds/nsDataHashtable.h \
485 xpcom/base/nsDebugImpl.h \
486 xpcom/ds/nsDeque.h \
487 xpcom/io/nsDirectoryService.h \
488 xpcom/io/nsDirectoryServiceDefs.h \
489 xpcom/io/nsDirectoryServiceUtils.h \
490 xpcom/ds/nsDoubleHashtable.h \
491 xpcom/ds/nsEnumeratorUtils.h \
492 xpcom/base/nsError.h \
493 xpcom/io/nsEscape.h \
494 xpcom/threads/nsEventQueueUtils.h \
495 xpcom/io/nsFastLoadPtr.h \
496 xpcom/io/nsFastLoadService.h \
497 xpcom/ds/nsFixedSizeAllocator.h \
498 xpcom/ds/nsHashKeys.h \
499 xpcom/ds/nsHashSets.h \
500 xpcom/ds/nsHashtable.h \
501 xpcom/base/nsIAllocator.h \
502 xpcom/ds/nsIByteBuffer.h \
503 xpcom/base/nsID.h \
504 xpcom/base/nsIID.h \
505 xpcom/components/nsIServiceManagerObsolete.h \
506 xpcom/components/nsIServiceManagerUtils.h \
507 xpcom/base/nsISupportsBase.h \
508 xpcom/base/nsISupportsObsolete.h \
509 xpcom/ds/nsIUnicharBuffer.h \
510 xpcom/io/nsIUnicharInputStream.h \
511 xpcom/ds/nsInt64.h \
512 xpcom/ds/nsInterfaceHashtable.h \
513 xpcom/io/nsLinebreakConverter.h \
514 xpcom/io/nsLocalFile.h \
515 xpcom/io/nsLocalFileUnix.h \
516 xpcom/io/nsLocalFileOS2.h \
517 xpcom/io/nsLocalFileOSX.h \
518 xpcom/components/nsModule.h \
519 xpcom/io/nsMultiplexInputStream.h \
520 xpcom/io/nsNativeCharsetUtils.h \
521 xpcom/components/nsNativeComponentLoader.h \
522 xpcom/ds/nsObserverService.h \
523 xpcom/components/nsObsoleteModuleLoading.h \
524 xpcom/threads/nsProcess.h \
525 xpcom/proxy/public/nsProxiedService.h \
526 xpcom/proxy/public/nsProxyEvent.h \
527 xpcom/proxy/public/nsProxyRelease.h \
528 xpcom/ds/nsQuickSort.h \
529 xpcom/ds/nsRecyclingAllocator.h \
530 xpcom/ds/nsRefPtrHashtable.h \
531 xpcom/io/nsScriptableInputStream.h \
532 xpcom/ds/nsStaticAtom.h \
533 xpcom/components/nsStaticComponent.h \
534 xpcom/ds/nsStaticNameTable.h \
535 xpcom/io/nsStorageStream.h \
536 xpcom/io/nsStreamUtils.h \
537 xpcom/ds/nsStringEnumerator.h \
538 xpcom/io/nsStringIO.h \
539 xpcom/io/nsStringStream.h \
540 xpcom/ds/nsSupportsArray.h \
541 xpcom/ds/nsSupportsPrimitives.h \
542 xpcom/ds/nsTHashtable.h \
543 xpcom/ds/nsTextFormatter.h \
544 xpcom/ds/nsTime.h \
545 xpcom/base/nsTraceRefcntImpl.h \
546 xpcom/ds/nsUnitConversion.h \
547 xpcom/ds/nsValueArray.h \
548 xpcom/ds/nsVariant.h \
549 xpcom/ds/nsVoidArray.h \
550 xpcom/base/nsWeakPtr.h \
551 xpcom/build/nsXPCOM.h \
552 xpcom/build/nsXPCOMCID.h \
553 xpcom/base/nscore.h \
554 xpcom/ds/pldhash.h \
555 xpcom/threads/plevent.h \
556 xpcom/components/xcDll.h \
557 xpcom/typelib/xpt/public/xpt_arena.h \
558 xpcom/typelib/xpt/public/xpt_struct.h \
559 xpcom/typelib/xpt/public/xpt_xdr.h \
560 xpcom/reflect/xptcall/public/xptcall.h \
561 xpcom/reflect/xptcall/public/xptcstubsdecl.inc \
562 xpcom/reflect/xptcall/public/xptcstubsdef.inc \
563 xpcom/reflect/xptinfo/public/xptinfo.h \
564 \
565 xpcom/glue/nsIInterfaceRequestorUtils.h \
566 xpcom/glue/nsISupportsImpl.h \
567 xpcom/glue/nsISupportsUtils.h \
568 xpcom/glue/nsIWeakReferenceUtils.h \
569 \
570 xpcom/glue/nsCOMPtr.h \
571 xpcom/glue/nsDebug.h \
572 xpcom/glue/nsGenericFactory.h \
573 xpcom/glue/nsIGenericFactory.h \
574 xpcom/glue/nsMemory.h \
575 xpcom/glue/nsTraceRefcnt.h \
576 xpcom/glue/nsWeakReference.h \
577 \
578 xpcom/glue/standalone/nsXPCOMGlue.h \
579 \
580 xpcom-config.h
581
582IPCD-HEADERS_INST = $(INST_SDK)/bindings/xpcom/include/ipcd
583IPCD-HEADERS_IFFLAGS = -m 644
584IPCD-HEADERS_SOURCES = \
585 ipc/ipcd/client/public/ipcCID.h \
586 ipc/ipcd/extensions/lock/public/ipcLockCID.h \
587 ipc/ipcd/util/public/ipcMessageReader.h \
588 ipc/ipcd/util/public/ipcMessageWriter.h \
589 ipc/ipcd/daemon/public/ipcModule.h \
590 ipc/ipcd/daemon/public/ipcModuleUtil.h \
591 ipc/ipcd/client/public/ipcdclient.h
592
593
594#
595# The IDL compiler.
596#
597# We build it statically because we cannot rely on additional .a files
598# like in the original build
599#
600xpidl_TEMPLATE = XPCOMBLDPROG
601xpidl_DEFS = EXPORT_XPT_API
602## @todo This assumes HOST == TARGET.
603xpidl_INST = $(INST_BIN)
604xpidl_SOURCES = \
605 xpcom/typelib/xpidl/xpidl.c \
606 xpcom/typelib/xpidl/xpidl_idl.c \
607 xpcom/typelib/xpidl/xpidl_util.c \
608 xpcom/typelib/xpidl/xpidl_header.c \
609 xpcom/typelib/xpidl/xpidl_typelib.c \
610 xpcom/typelib/xpidl/xpidl_doc.c \
611 xpcom/typelib/xpidl/xpidl_java.c \
612 xpcom/typelib/xpt/src/xpt_arena.c \
613 xpcom/typelib/xpt/src/xpt_struct.c \
614 xpcom/typelib/xpt/src/xpt_xdr.c
615
616ifeq ($(KBUILD_TARGET),os2)
617 # glib and libIDL needed by XPCOM on OS/2.
618 ifeq ($(VBOX_PATH_GLIB),)
619 VBOX_PATH_GLIB := $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/glibidl/*/glibidl/gcc335)))
620 endif
621 VBOX_PATH_LIBIDL ?= $(VBOX_PATH_GLIB)
622 ifeq ($(wildcard $(VBOX_PATH_GLIB)),)
623 $(warning VBOX_PATH_GLIB is "$(VBOX_PATH_GLIB)" which is not a valid directory!)
624 endif
625 ifeq ($(wildcard $(VBOX_PATH_LIBIDL)),)
626 $(warning VBOX_PATH_LIBIDL is "$(VBOX_PATH_LIBIDL)" which is not a valid directory!)
627 endif
628 xpidl_INCS = \
629 $(VBOX_PATH_LIBIDL)/include \
630 $(VBOX_PATH_GLIB)/include
631 xpidl_LIBS = \
632 $(VBOX_PATH_LIBIDL)/lib/libidl.lib \
633 $(VBOX_PATH_LIBIDL)/lib/glib.lib
634 # install necessary DLLs to the same place where xpidl goes
635 INSTALLS += xpidl-DLLS
636 xpidl_ORDERDEPS = xpidl-DLLS
637 xpidl-DLLS_INST = $(xpidl_INST)
638 # static libraries of these may be provided instead,
639 # so copy DLLs only when they are present
640 xpidl-DLLS_SOURCES += $(wildcard $(VBOX_PATH_GLIB)/lib/glib.dll)
641 xpidl-DLLS_SOURCES += $(wildcard $(VBOX_PATH_LIBIDL)/lib/libIDL.dll)
642else
643 # We do these ONCE.
644 libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags)
645 libIDL_config_libs := $(shell $(VBOX_LIBIDL_CONFIG) --libs)
646 xpidl_CFLAGS = \
647 $(libIDL_config_cflags)
648 xpidl_LDFLAGS = \
649 $(libIDL_config_libs)
650endif
651
652#
653# The XPT linker.
654#
655xpt_link_TEMPLATE = XPCOMBLDPROG
656xpt_link_SOURCES = \
657 xpcom/typelib/xpt/tools/xpt_link.c \
658 xpcom/typelib/xpt/src/xpt_arena.c \
659 xpcom/typelib/xpt/src/xpt_struct.c \
660 xpcom/typelib/xpt/src/xpt_xdr.c
661
662
663#
664# The NSPR Library.
665#
666VBox-xpcom-nspr_TEMPLATE = XPCOM
667VBox-xpcom-nspr_NOINST = 1
668VBox-xpcom-nspr_DEFS = \
669 _NSPR_BUILD_ \
670 HAVE_LCHOWN=1 \
671 HAVE_STRERROR=1 \
672 FORCE_PR_LOG
673VBox-xpcom-nspr_DEFS += \
674 VBOX_USE_IPRT_IN_NSPR
675VBox-xpcom-nspr_DEFS.darwin = \
676 HAVE_BSD_FLOCK=1 \
677 _PR_PTHREADS
678VBox-xpcom-nspr_DEFS.freebsd = \
679 FREEBSD=1 \
680 HAVE_CVAR_BUILT_ON_SEM \
681 _PR_PTHREADS
682## @todo filling in the missing stuff, please don't just copy it from linux.
683# FIXME: LINUX should be defined by _linux.cfg
684VBox-xpcom-nspr_DEFS.linux = \
685 LINUX=1 \
686 _POSIX_SOURCE=1 \
687 _BSD_SOURCE=1 \
688 _SVID_SOURCE=1 \
689 _REENTRANT=1 \
690 _LARGEFILE64_SOURCE=1 \
691 HAVE_FCNTL_FILE_LOCKING=1 \
692 HAVE_CVAR_BUILT_ON_SEM \
693 _PR_PTHREADS
694# _BSD_SOURCE is here to keep the Glibc header files happy and make them include the right things
695# FIXME: L4 should be defined by _linux.cfg
696VBox-xpcom-nspr_DEFS.l4 = \
697 L4=1 \
698 _REENTRANT=1 \
699 _LARGEFILE64_SOURCE=1 \
700 _POSIX_SOURCE=1 \
701 _BSD_SOURCE=1 \
702 HAVE_FCNTL_FILE_LOCKING=1 \
703 HAVE_CVAR_BUILT_ON_SEM
704VBox-xpcom-nspr_DEFS.netbsd = \
705 _PR_PTHREADS
706VBox-xpcom-nspr_DEFS.openbsd = \
707 _PR_PTHREADS
708VBox-xpcom-nspr_DEFS.os2 =
709VBox-xpcom-nspr_DEFS.solaris = \
710 HAVE_FCNTL_FILE_LOCKING=1 \
711 _PR_PTHREADS
712VBox-xpcom-nspr_INCS = \
713 nsprpub/pr/include/private \
714 $(PATH_TARGET)/VBox-xpcom-nspr
715
716VBox-xpcom-nspr_SOURCES = \
717 nsprpub/pr/src/io/prfdcach.c \
718 nsprpub/pr/src/io/prmwait.c \
719 nsprpub/pr/src/io/priometh.c \
720 nsprpub/pr/src/io/pripv6.c \
721 nsprpub/pr/src/io/prmapopt.c \
722 nsprpub/pr/src/io/prlayer.c \
723 nsprpub/pr/src/io/prlog.c \
724 nsprpub/pr/src/io/prmmap.c \
725 nsprpub/pr/src/io/prpolevt.c \
726 nsprpub/pr/src/io/prprf.c \
727 nsprpub/pr/src/io/prscanf.c \
728 nsprpub/pr/src/io/prstdio.c \
729 nsprpub/pr/src/linking/prlink.c \
730 nsprpub/pr/src/malloc/prmalloc.c \
731 nsprpub/pr/src/malloc/prmem.c \
732 nsprpub/pr/src/md/prosdep.c \
733 nsprpub/pr/src/memory/prseg.c \
734 nsprpub/pr/src/memory/prshm.c \
735 nsprpub/pr/src/memory/prshma.c \
736 nsprpub/pr/src/misc/pralarm.c \
737 nsprpub/pr/src/misc/pratom.c \
738 nsprpub/pr/src/misc/prcountr.c \
739 nsprpub/pr/src/misc/prdtoa.c \
740 nsprpub/pr/src/misc/prenv.c \
741 nsprpub/pr/src/misc/prerr.c \
742 nsprpub/pr/src/misc/prerror.c \
743 nsprpub/pr/src/misc/prerrortable.c \
744 nsprpub/pr/src/misc/prinit.c \
745 nsprpub/pr/src/misc/prinrval.c \
746 nsprpub/pr/src/misc/pripc.c \
747 nsprpub/pr/src/misc/prlog2.c \
748 nsprpub/pr/src/misc/prlong.c \
749 nsprpub/pr/src/misc/prnetdb.c \
750 nsprpub/pr/src/misc/prolock.c \
751 nsprpub/pr/src/misc/prrng.c \
752 nsprpub/pr/src/misc/prsystem.c \
753 nsprpub/pr/src/misc/prtime.c \
754 nsprpub/pr/src/misc/prthinfo.c \
755 nsprpub/pr/src/misc/prtpool.c \
756 nsprpub/pr/src/misc/prtrace.c \
757 nsprpub/pr/src/threads/prcmon.c \
758 nsprpub/pr/src/threads/prrwlock.c \
759 nsprpub/pr/src/threads/prtpd.c \
760 nsprpub/pr/src/prvrsion.c \
761 nsprpub/lib/ds/plarena.c \
762 nsprpub/lib/ds/plhash.c \
763 nsprpub/lib/libc/src/strlen.c \
764 nsprpub/lib/libc/src/strcpy.c \
765 nsprpub/lib/libc/src/strdup.c \
766 nsprpub/lib/libc/src/strcat.c \
767 nsprpub/lib/libc/src/strcmp.c \
768 nsprpub/lib/libc/src/strccmp.c \
769 nsprpub/lib/libc/src/strchr.c \
770 nsprpub/lib/libc/src/strpbrk.c \
771 nsprpub/lib/libc/src/strstr.c \
772 nsprpub/lib/libc/src/strcstr.c \
773 nsprpub/lib/libc/src/strtok.c \
774 nsprpub/lib/libc/src/base64.c \
775 nsprpub/lib/libc/src/plerror.c \
776 nsprpub/lib/libc/src/plgetopt.c
777
778ifeq ($(filter-out darwin freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # unixish
779VBox-xpcom-nspr_SOURCES += \
780 nsprpub/pr/src/md/unix/unix.c \
781 nsprpub/pr/src/md/unix/unix_errors.c \
782 nsprpub/pr/src/md/unix/uxproces.c \
783 nsprpub/pr/src/md/unix/uxrng.c \
784 nsprpub/pr/src/md/unix/uxshm.c \
785 nsprpub/pr/src/md/unix/uxwrap.c \
786 nsprpub/pr/src/pthreads/ptio.c \
787 nsprpub/pr/src/pthreads/ptsynch.c \
788 nsprpub/pr/src/pthreads/ptthread.c \
789 nsprpub/pr/src/pthreads/ptmisc.c
790endif
791
792VBox-xpcom-nspr_SOURCES.darwin = nsprpub/pr/src/md/unix/darwin.c
793VBox-xpcom-nspr_SOURCES.darwin.x86 = nsprpub/pr/src/md/unix/os_Darwin_x86.s
794
795VBox-xpcom-nspr_SOURCES.freebsd = nsprpub/pr/src/md/unix/freebsd.c
796
797VBox-xpcom-nspr_SOURCES.l4 = \
798 nsprpub/pr/src/io/prfile.c /* why not for Linux? */ \
799 nsprpub/pr/src/io/prio.c /* "" "" "" "" */ \
800 nsprpub/pr/src/io/prsocket.c \
801 nsprpub/pr/src/md/unix/unix.c \
802 nsprpub/pr/src/md/unix/unix_errors.c \
803 nsprpub/pr/src/md/unix/uxpoll.c \
804 nsprpub/pr/src/md/unix/uxproces.c \
805 nsprpub/pr/src/md/unix/uxrng.c \
806 nsprpub/pr/src/md/unix/uxshm.c \
807 nsprpub/pr/src/md/unix/uxwrap.c \
808 nsprpub/pr/src/md/unix/l4env.c \
809 nsprpub/pr/src/threads/prcthr.c \
810 nsprpub/pr/src/threads/prmon.c \
811 nsprpub/pr/src/threads/combined/prucpu.c \
812 nsprpub/pr/src/threads/combined/prucv.c \
813 nsprpub/pr/src/threads/combined/prulock.c \
814 nsprpub/pr/src/threads/combined/prustack.c \
815 nsprpub/pr/src/threads/combined/pruthr.c
816# nsprpub/pr/src/md/l4env/prnetdb.c \
817# nsprpub/pr/src/md/l4env/threads.c
818VBox-xpcom-nspr_SOURCES.l4.x86 = nsprpub/pr/src/md/unix/os_Linux_x86.s
819VBox-xpcom-nspr_SOURCES.l4.amd64 = nsprpub/pr/src/md/unix/os_Linux_x86_64.s
820
821VBox-xpcom-nspr_SOURCES.linux = nsprpub/pr/src/md/unix/linux.c
822VBox-xpcom-nspr_SOURCES.linux.x86 = nsprpub/pr/src/md/unix/os_Linux_x86.s
823VBox-xpcom-nspr_SOURCES.linux.amd64 = nsprpub/pr/src/md/unix/os_Linux_x86_64.s
824
825VBox-xpcom-nspr_SOURCES.os2 = \
826 nsprpub/pr/src/io/prdir.c \
827 nsprpub/pr/src/io/prfile.c \
828 nsprpub/pr/src/io/prio.c \
829 nsprpub/pr/src/io/prsocket.c \
830 nsprpub/pr/src/md/os2/os2misc.c \
831 nsprpub/pr/src/md/os2/os2sem.c \
832 nsprpub/pr/src/md/os2/os2inrval.c \
833 nsprpub/pr/src/md/os2/os2gc.c \
834 nsprpub/pr/src/md/os2/os2thred.c \
835 nsprpub/pr/src/md/os2/os2io.c \
836 nsprpub/pr/src/md/os2/os2cv.c \
837 nsprpub/pr/src/md/os2/os2sock.c \
838 nsprpub/pr/src/md/os2/os2_errors.c \
839 nsprpub/pr/src/md/os2/os2poll.c \
840 nsprpub/pr/src/md/os2/os2rng.c \
841 nsprpub/pr/src/threads/prdump.c \
842 nsprpub/pr/src/threads/prmon.c \
843 nsprpub/pr/src/threads/prsem.c \
844 nsprpub/pr/src/threads/prcthr.c \
845 nsprpub/pr/src/threads/combined/prucpu.c \
846 nsprpub/pr/src/threads/combined/prucv.c \
847 nsprpub/pr/src/threads/combined/prulock.c \
848 nsprpub/pr/src/threads/combined/prustack.c \
849 nsprpub/pr/src/threads/combined/pruthr.c
850# gcc/emx sources
851VBox-xpcom-nspr_SOURCES.os2 += \
852 nsprpub/pr/src/md/os2/os2emx.s \
853 nsprpub/pr/src/md/os2/os2vaclegacy.s
854# IBM VAC sources (not used)
855#VBox-xpcom-nspr_SOURCES.os2 += \
856# nsprpub/pr/src/md/os2/os2vacpp.asm
857
858VBox-xpcom-nspr_SOURCES.solaris = nsprpub/pr/src/md/unix/solaris.c
859VBox-xpcom-nspr_SOURCES.solaris.x86 = nsprpub/pr/src/md/unix/os_SunOS_x86.s
860VBox-xpcom-nspr_SOURCES.solaris.amd64 = nsprpub/pr/src/md/unix/os_SunOS_x86_64.s
861
862
863nsprpub/pr/src/prvrsion.c_DEPS = $(PATH_VBox-xpcom-nspr)/_pr_bld.h
864nsprpub/lib/ds/plvrsion.c_DEPS = $(PATH_VBox-xpcom-nspr)/_pl_bld.h
865
866
867VBox-xpcom-typelib_TEMPLATE = XPCOM
868VBox-xpcom-typelib_NOINST = 1
869VBox-xpcom-typelib_SOURCES = \
870 xpcom/typelib/xpt/src/xpt_arena.c \
871 xpcom/typelib/xpt/src/xpt_struct.c \
872 xpcom/typelib/xpt/src/xpt_xdr.c
873
874VBox-xpcom-string_TEMPLATE = XPCOM
875VBox-xpcom-string_NOINST = 1
876VBox-xpcom-string_SOURCES = \
877 xpcom/string/src/nsAString.cpp \
878 xpcom/string/src/nsDependentSubstring.cpp \
879 xpcom/string/src/nsObsoleteAStringThunk.cpp \
880 xpcom/string/src/nsPrintfCString.cpp \
881 xpcom/string/src/nsPromiseFlatString.cpp \
882 xpcom/string/src/nsReadableUtils.cpp \
883 xpcom/string/src/nsSubstring.cpp \
884 xpcom/string/src/nsSubstringTuple.cpp \
885 xpcom/string/src/nsString.cpp \
886 xpcom/string/src/nsStringComparator.cpp \
887 xpcom/string/src/nsStringObsolete.cpp
888
889VBox-xpcom-base_TEMPLATE = XPCOM
890VBox-xpcom-base_NOINST = 1
891VBox-xpcom-base_DEFS = _IMPL_NS_COM
892VBox-xpcom-base_SOURCES = \
893 xpcom/base/nsAllocator.cpp \
894 xpcom/base/nsConsoleMessage.cpp \
895 xpcom/base/nsConsoleService.cpp \
896 xpcom/base/nsDebugImpl.cpp \
897 xpcom/base/nsErrorService.cpp \
898 xpcom/base/nsExceptionService.cpp \
899 xpcom/base/nsID.cpp \
900 xpcom/base/nsMemoryImpl.cpp \
901 xpcom/base/nsTraceRefcntImpl.cpp \
902 xpcom/base/nsStackFrameUnix.cpp
903
904VBox-xpcom-ds_TEMPLATE = XPCOM
905VBox-xpcom-ds_NOINST = 1
906VBox-xpcom-ds_DEFS = _IMPL_NS_COM
907VBox-xpcom-ds_SOURCES = \
908 xpcom/ds/pldhash.c \
909 xpcom/ds/nsAtomTable.cpp \
910 xpcom/ds/nsAtomService.cpp \
911 xpcom/ds/nsByteBuffer.cpp \
912 xpcom/ds/nsCheapSets.cpp \
913 xpcom/ds/nsCRT.cpp \
914 xpcom/ds/nsDeque.cpp \
915 xpcom/ds/nsEmptyEnumerator.cpp \
916 xpcom/ds/nsEnumeratorUtils.cpp \
917 xpcom/ds/nsFixedSizeAllocator.cpp \
918 xpcom/ds/nsHashSets.cpp \
919 xpcom/ds/nsHashtable.cpp \
920 xpcom/ds/nsObserverList.cpp \
921 xpcom/ds/nsObserverService.cpp \
922 xpcom/ds/nsProperties.cpp \
923 xpcom/ds/nsPersistentProperties.cpp \
924 xpcom/ds/nsQuickSort.cpp \
925 xpcom/ds/nsRecyclingAllocator.cpp \
926 xpcom/ds/nsStaticNameTable.cpp \
927 xpcom/ds/nsStringEnumerator.cpp \
928 xpcom/ds/nsSupportsArray.cpp \
929 xpcom/ds/nsSupportsArrayEnumerator.cpp \
930 xpcom/ds/nsSupportsPrimitives.cpp \
931 xpcom/ds/nsTHashtable.cpp \
932 xpcom/ds/nsUnicharBuffer.cpp \
933 xpcom/ds/nsVariant.cpp \
934 xpcom/ds/nsVoidArray.cpp \
935 xpcom/ds/nsTextFormatter.cpp \
936 xpcom/ds/nsTimelineService.cpp \
937 xpcom/ds/nsValueArray.cpp \
938 xpcom/ds/nsCOMArray.cpp \
939 xpcom/ds/nsArray.cpp \
940 xpcom/ds/nsArrayEnumerator.cpp
941# xpcom/ds/nsHashPropertyBag.cpp
942
943# @todo what about MOZ_USER_DIR?
944VBox-xpcom-io_TEMPLATE = XPCOM
945VBox-xpcom-io_NOINST = 1
946VBox-xpcom-io_DEFS = _IMPL_NS_COM MOZ_USER_DIR=\".mozilla\"
947VBox-xpcom-io_INCS.darwin = \
948 xpcom/MoreFiles
949VBox-xpcom-io_SOURCES = \
950 xpcom/io/nsAppFileLocationProvider.cpp \
951 xpcom/io/nsBinaryStream.cpp \
952 xpcom/io/nsByteArrayInputStream.cpp \
953 xpcom/io/nsDirectoryService.cpp \
954 xpcom/io/nsEscape.cpp \
955 xpcom/io/nsFastLoadFile.cpp \
956 xpcom/io/nsFastLoadService.cpp \
957 xpcom/io/nsInputStreamTee.cpp \
958 xpcom/io/nsLinebreakConverter.cpp \
959 xpcom/io/nsLocalFileCommon.cpp \
960 xpcom/io/nsMultiplexInputStream.cpp \
961 xpcom/io/nsPipe3.cpp \
962 xpcom/io/nsStreamUtils.cpp \
963 xpcom/io/nsScriptableInputStream.cpp \
964 xpcom/io/nsSegmentedBuffer.cpp \
965 xpcom/io/SpecialSystemDirectory.cpp \
966 xpcom/io/nsStorageStream.cpp \
967 xpcom/io/nsStringStream.cpp \
968 xpcom/io/nsUnicharInputStream.cpp \
969 xpcom/io/nsNativeCharsetUtils.cpp
970VBox-xpcom-io_SOURCES.darwin = \
971 xpcom/io/nsLocalFileOSX.cpp \
972 xpcom/MoreFiles/FSCopyObject.c \
973 xpcom/MoreFiles/MoreFilesX.c
974VBox-xpcom-io_SOURCES.l4 = \
975 xpcom/io/nsLocalFileL4.cpp
976ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),)
977VBox-xpcom-io_SOURCES += \
978 xpcom/io/nsLocalFileUnix.cpp
979endif
980VBox-xpcom-io_SOURCES.os2 = \
981 xpcom/io/nsLocalFileOS2.cpp
982
983VBox-xpcom-components_TEMPLATE = XPCOM
984VBox-xpcom-components_NOINST = 1
985VBox-xpcom-components_DEFS = _IMPL_NS_COM EXPORT_XPTI_API
986VBox-xpcom-components_SOURCES = \
987 xpcom/components/nsCategoryManager.cpp \
988 xpcom/components/nsComponentManager.cpp \
989 xpcom/components/nsComponentManagerObsolete.cpp \
990 xpcom/components/nsNativeComponentLoader.cpp \
991 xpcom/components/nsServiceManagerObsolete.cpp \
992 xpcom/components/xcDll.cpp \
993 xpcom/components/nsStaticComponentLoader.cpp
994
995VBox-xpcom-threads_TEMPLATE = XPCOM
996VBox-xpcom-threads_NOINST = 1
997VBox-xpcom-threads_DEFS = _IMPL_NS_COM
998VBox-xpcom-threads_SOURCES = \
999 xpcom/threads/plevent.c \
1000 xpcom/threads/nsAutoLock.cpp \
1001 xpcom/threads/nsEnvironment.cpp \
1002 xpcom/threads/nsEventQueue.cpp \
1003 xpcom/threads/nsEventQueueService.cpp \
1004 xpcom/threads/nsThread.cpp \
1005 xpcom/threads/nsTimerImpl.cpp \
1006 xpcom/threads/nsProcessCommon.cpp \
1007 xpcom/threads/TimerThread.cpp
1008
1009VBox-xpcom-xptinfo_TEMPLATE = XPCOM
1010VBox-xpcom-xptinfo_NOINST = 1
1011VBox-xpcom-xptinfo_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API
1012VBox-xpcom-xptinfo_SOURCES = \
1013 xpcom/reflect/xptinfo/src/xptiFile.cpp \
1014 xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp \
1015 xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp \
1016 xpcom/reflect/xptinfo/src/xptiManifest.cpp \
1017 xpcom/reflect/xptinfo/src/xptiMisc.cpp \
1018 xpcom/reflect/xptinfo/src/xptiTypelibGuts.cpp \
1019 xpcom/reflect/xptinfo/src/xptiWorkingSet.cpp \
1020 xpcom/reflect/xptinfo/src/xptiZipItem.cpp \
1021 xpcom/reflect/xptinfo/src/xptiZipLoader.cpp
1022
1023
1024VBox-xpcom-xptcall_TEMPLATE = XPCOM
1025VBox-xpcom-xptcall_NOINST = 1
1026VBox-xpcom-xptcall_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTC_API
1027VBox-xpcom-xptcall_DEFS.darwin = KEEP_STACK_16_BYTE_ALIGNED
1028VBox-xpcom-xptcall_DEFS.l4 = L4
1029VBox-xpcom-xptcall_DEFS.os2 = MOZ_NEED_LEADING_UNDERSCORE
1030VBox-xpcom-xptcall_INCS.os2 = xpcom/reflect/xptcall/src/md/unix
1031VBox-xpcom-xptcall_SOURCES = xpcom/reflect/xptcall/src/xptcall.cpp
1032VBox-xpcom-xptcall_SOURCES.darwin.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp \
1033 xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp
1034VBox-xpcom-xptcall_SOURCES.freebsd.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp \
1035 xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
1036VBox-xpcom-xptcall_SOURCES.freebsd.amd64= xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_linux.cpp \
1037 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_64_linux.cpp ## ???
1038VBox-xpcom-xptcall_SOURCES.linux.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp \
1039 xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
1040VBox-xpcom-xptcall_SOURCES.linux.amd64 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_linux.cpp \
1041 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_64_linux.cpp
1042VBox-xpcom-xptcall_SOURCES.os2 = xpcom/reflect/xptcall/src/md/os2/xptcinvoke_gcc_x86_os2.cpp \
1043 xpcom/reflect/xptcall/src/md/os2/xptcstubs_gcc_x86_os2.cpp
1044VBox-xpcom-xptcall_SOURCES.solaris.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_solaris.cpp \
1045 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_solaris.cpp
1046VBox-xpcom-xptcall_SOURCES.solaris.amd64 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_linux.cpp \
1047 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_64_linux.cpp
1048
1049xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_solaris.cpp_CXXFLAGS = -O0
1050# -O0 works fine, while -O1 doesn't. The gcc man page can't be listing all the -f*
1051# stuff that -O1 enables, because when using the options without -O1, it's -fomit-frame-pointer
1052# that triggers is, while -O1 -fno-omit-frame-pointer does not work. Anyway, it's probably a gcc/mozila
1053# bug and it's not worth investigating as I'm not the maintainger of the solaris gcc port. [bird, 2007-09-17]
1054
1055
1056VBox-xpcom-proxy_TEMPLATE = XPCOM
1057VBox-xpcom-proxy_NOINST = 1
1058VBox-xpcom-proxy_DEFS = _IMPL_NS_COM EXPORT_XPTC_API EXPORT_XPTI_API
1059VBox-xpcom-proxy_SOURCES = xpcom/proxy/src/nsProxyEvent.cpp \
1060 xpcom/proxy/src/nsProxyEventClass.cpp \
1061 xpcom/proxy/src/nsProxyEventObject.cpp \
1062 xpcom/proxy/src/nsProxyObjectManager.cpp \
1063 xpcom/proxy/src/nsProxyRelease.cpp
1064
1065
1066#
1067# The VBoxXPCOM Glue static libraries.
1068#
1069# See http://developer.mozilla.org/en/docs/XPCOM_Glue for details about the
1070# original XPCOM glue library purpose and usage.
1071#
1072# We don't really use the glue library in the described way because we don't
1073# provide frozen APIs (yet), so all VBox XPCOM client applications are
1074# dependent on the given version of both the VBox XPCOM runtime (binary
1075# dependency) and VirtualBox component library (COM interface dependency). For
1076# this reason, VBox client applications link to the VBox XPCOM shared library
1077# directly (instead of linking to the standalone XPCOM glue library that would
1078# dynamically search for and load the installed XPCOM runtime). For the same
1079# reason, we link all parts of XPCOM into a single shared XPCOM library below
1080# (as opposed to the original XPCOM where e.g. NSPR lives in a separate DLL).
1081#
1082VBoxXPCOMGlue_COMMON_SOURCES = \
1083 xpcom/glue/nsCOMPtr.cpp \
1084 xpcom/glue/nsComponentManagerUtils.cpp \
1085 xpcom/glue/nsDebug.cpp \
1086 xpcom/glue/nsGenericFactory.cpp \
1087 xpcom/glue/nsIInterfaceRequestorUtils.cpp \
1088 xpcom/glue/nsMemory.cpp \
1089 xpcom/glue/nsTraceRefcnt.cpp \
1090 xpcom/glue/nsWeakReference.cpp
1091
1092# dependent glue library which goes in to the VBoxXPCOM shared library
1093VBoxXPCOMGlue_s_TEMPLATE = XPCOM
1094VBoxXPCOMGlue_s_NOINST = 1
1095VBoxXPCOMGlue_s_DEFS = _IMPL_NS_COM
1096VBoxXPCOMGlue_s_SOURCES = $(VBoxXPCOMGlue_COMMON_SOURCES)
1097
1098# standalone glue library which all third-party client apps (if any) will link with
1099# (currently not used anywhere (see above) but still built to make sure
1100# the code inside #ifdef XPCOM_GLUE compiles)
1101VBoxXPCOMGlue_TEMPLATE = XPCOM
1102VBoxXPCOMGlue_DEFS = XPCOM_GLUE
1103VBoxXPCOMGlue_SOURCES = $(VBoxXPCOMGlue_COMMON_SOURCES) \
1104 xpcom/glue/standalone/nsXPCOMGlue.cpp \
1105 xpcom/glue/standalone/nsGREDirServiceProvider.cpp
1106VBoxXPCOMGlue_SOURCES += \
1107 $(TARGET_VBox-xpcom-string)
1108#VBoxXPCOMGlue_INST = lib/ $(INST_SDK)lib/
1109
1110
1111#
1112# The VBoxXPCOM Shared Object, assembling all lib files.
1113#
1114VBoxXPCOM_TEMPLATE = XPCOM
1115VBoxXPCOM_NAME = $(basename $(notdir $(LIB_XPCOM)))
1116VBoxXPCOM_DEFS = BUILD_DCONNECT="1" _IMPL_NS_COM
1117ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
1118VBoxXPCOM_LDFLAGS.linux = -Wl,--version-script=$(XPCOM_C_NAMESPACE_MAP)
1119VBoxXPCOM_DEPS.linux += $(XPCOM_C_NAMESPACE_MAP)
1120VBoxXPCOM_LDFLAGS.solaris = -Wl,-M,$(XPCOM_C_NAMESPACE_MAP)
1121VBoxXPCOM_DEPS.solaris += $(XPCOM_C_NAMESPACE_MAP)
1122endif
1123VBoxXPCOM_SOURCES = \
1124 xpcom/build/nsXPComInit.cpp \
1125 xpcom/build/nsStringAPI.cpp
1126VBoxXPCOM_SOURCES.darwin = \
1127 darwindeps.cpp
1128VBoxXPCOM_SOURCES.os2 = \
1129 vboxdeps.cpp
1130VBoxXPCOM_SOURCES.solaris = \
1131 vboxdeps.cpp
1132VBoxXPCOM_LIBS = \
1133 $(TARGET_VBox-xpcom-typelib) \
1134 $(TARGET_VBox-xpcom-string) \
1135 $(TARGET_VBox-xpcom-base) \
1136 $(TARGET_VBox-xpcom-ds) \
1137 $(TARGET_VBox-xpcom-io) \
1138 $(TARGET_VBox-xpcom-components) \
1139 $(TARGET_VBox-xpcom-threads) \
1140 $(TARGET_VBox-xpcom-xptinfo) \
1141 $(TARGET_VBox-xpcom-xptcall) \
1142 $(TARGET_VBox-xpcom-proxy) \
1143 $(TARGET_VBox-xpcom-nspr) \
1144 $(TARGET_VBoxXPCOMGlue_s)
1145
1146ifeq ($(filter-out freebsd l4 linux netbsd openbsd,$(KBUILD_TARGET)),) # gnu ld.
1147VBoxXPCOM_LDFLAGS = -Wl,--whole-archive \
1148 $(TARGET_VBox-xpcom-typelib) \
1149 $(TARGET_VBox-xpcom-string) \
1150 $(TARGET_VBox-xpcom-base) \
1151 $(TARGET_VBox-xpcom-ds) \
1152 $(TARGET_VBox-xpcom-io) \
1153 $(TARGET_VBox-xpcom-components) \
1154 $(TARGET_VBox-xpcom-threads) \
1155 $(TARGET_VBox-xpcom-xptinfo) \
1156 $(TARGET_VBox-xpcom-xptcall) \
1157 $(TARGET_VBox-xpcom-proxy) \
1158 $(TARGET_VBox-xpcom-nspr) \
1159 $(TARGET_VBoxXPCOMGlue_s) \
1160 -Wl,--no-whole-archive
1161endif
1162
1163VBoxXPCOM_LDFLAGS.solaris = -Wl,-z,allextract \
1164 $(TARGET_VBox-xpcom-typelib) \
1165 $(TARGET_VBox-xpcom-string) \
1166 $(TARGET_VBox-xpcom-base) \
1167 $(TARGET_VBox-xpcom-ds) \
1168 $(TARGET_VBox-xpcom-io) \
1169 $(TARGET_VBox-xpcom-components) \
1170 $(TARGET_VBox-xpcom-threads) \
1171 $(TARGET_VBox-xpcom-xptinfo) \
1172 $(TARGET_VBox-xpcom-xptcall) \
1173 $(TARGET_VBox-xpcom-proxy) \
1174 $(TARGET_VBox-xpcom-nspr) \
1175 $(TARGET_VBoxXPCOMGlue_s) \
1176 -Wl,-z,defaultextract
1177
1178#VBoxXPCOM_LIBS.l4 = $(L4_LIBDIR)/libxpcomstubs.a $(L4_LIBDIR)/../libuc_c++.a \
1179# $(VBOX_PATH_L4_GCC3_INSTALL)/libsupc++.a $(VBOX_PATH_L4_GCC3_INSTALL)/libgcc_eh.a
1180# EF heap
1181#VBoxXPCOM_LIBS += $(LIB_RUNTIME_EF)
1182#VBoxXPCOM_LDFLAGS = -Wl,--whole-archive $(VBoxXPCOM_LIBS) -Wl,--no-whole-archive $(LIB_RUNTIME)
1183VBoxXPCOM_LDFLAGS.darwin = -install_name @executable_path/VBoxXPCOM.dylib
1184
1185ifdef VBOX_IPC_RELEASE_LOG
1186IPC_LOGGING = 1
1187else ifneq ($(KBUILD_TYPE),release)
1188IPC_LOGGING = 1
1189endif
1190
1191TEMPLATE_XPCOMIPC = XPCOM IPC libraries
1192TEMPLATE_XPCOMIPC_EXTENDS = XPCOM
1193TEMPLATE_XPCOMIPC_DEFS = \
1194 $(TEMPLATE_XPCOM_DEFS) BUILD_DCONNECT="1" \
1195 IPC_DAEMON_APP_NAME=\"VBoxXPCOMIPCD$(SUFF_EXE)\"
1196ifdef IPC_LOGGING
1197 TEMPLATE_XPCOMIPC_DEFS += IPC_LOGGING
1198endif
1199
1200TEMPLATE_XPCOMIPC_LIBS.darwin = $(TARGET_VBoxXPCOM) $(TEMPLATE_XPCOM_LIBS.darwin)
1201TEMPLATE_XPCOMIPC_LIBS.os2 = $(TARGET_VBoxXPCOM) $(TEMPLATE_XPCOM_LIBS.os2)
1202
1203TEMPLATE_XPCOMIPCEXE = XPCOM IPC executables
1204TEMPLATE_XPCOMIPCEXE_EXTENDS = XPCOMEXE
1205TEMPLATE_XPCOMIPCEXE_DEFS = $(TEMPLATE_XPCOMEXE_DEFS) BUILD_DCONNECT="1"
1206ifdef IPC_LOGGING
1207 TEMPLATE_XPCOMIPCEXE_DEFS += IPC_LOGGING
1208endif
1209
1210VBox-xpcom-ipcutils_TEMPLATE = XPCOMIPC
1211VBox-xpcom-ipcutils_NOINST = 1
1212VBox-xpcom-ipcutils_SOURCES = \
1213 ipc/ipcd/util/src/ipcMessageReader.cpp \
1214 ipc/ipcd/util/src/ipcMessageWriter.cpp
1215
1216VBox-xpcom-ipcshared_TEMPLATE = XPCOMIPC
1217VBox-xpcom-ipcshared_NOINST = 1
1218VBox-xpcom-ipcshared_SOURCES = \
1219 ipc/ipcd/shared/src/ipcLog.cpp \
1220 ipc/ipcd/shared/src/ipcConfig.cpp \
1221 ipc/ipcd/shared/src/ipcMessage.cpp \
1222 ipc/ipcd/shared/src/ipcMessagePrimitives.cpp \
1223 ipc/ipcd/shared/src/ipcStringList.cpp \
1224 ipc/ipcd/shared/src/ipcIDList.cpp \
1225 ipc/ipcd/shared/src/ipcm.cpp
1226
1227VBox-xpcom-ipcdlock_TEMPLATE = XPCOMIPC
1228VBox-xpcom-ipcdlock_NOINST = 1
1229VBox-xpcom-ipcdlock_SOURCES = \
1230 ipc/ipcd/extensions/lock/src/ipcLockProtocol.cpp \
1231 ipc/ipcd/extensions/lock/src/ipcLockService.cpp
1232
1233VBox-xpcom-ipctransmgr_TEMPLATE = XPCOMIPC
1234VBox-xpcom-ipctransmgr_NOINST = 1
1235VBox-xpcom-ipctransmgr_SOURCES = \
1236 ipc/ipcd/extensions/transmngr/src/tmTransactionService.cpp
1237
1238VBox-xpcom-ipctmgrcom_TEMPLATE = XPCOMIPC
1239VBox-xpcom-ipctmgrcom_NOINST = 1
1240VBox-xpcom-ipctmgrcom_SOURCES = \
1241 ipc/ipcd/extensions/transmngr/common/tmTransaction.cpp \
1242 ipc/ipcd/extensions/transmngr/common/tmVector.cpp
1243
1244
1245#
1246# DCONNECT client shared object
1247#
1248VBoxXPCOMIPCC_TEMPLATE = XPCOMIPC
1249VBoxXPCOMIPCC_NAME.os2 = VBoxIPCC
1250ifneq ($(KBUILD_TARGET),linux)
1251VBoxXPCOMIPCC_INST = $(INST_BIN)components/
1252endif
1253VBoxXPCOMIPCC_DEFS = HAVE_DEPENDENT_LIBS
1254VBoxXPCOMIPCC_SOURCES = \
1255 ipc/ipcd/client/src/ipcdclient.cpp \
1256 ipc/ipcd/client/src/ipcService.cpp \
1257 ipc/ipcd/client/src/ipcModuleFactory.cpp \
1258 ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
1259ifeq ($(KBUILD_TARGET),win)
1260VBoxXPCOMIPCC_SOURCES += \
1261 ipc/ipcd/client/src/ipcConnectionWin.cpp
1262else
1263VBoxXPCOMIPCC_SOURCES += \
1264 ipc/ipcd/client/src/ipcConnectionUnix.cpp
1265endif
1266VBoxXPCOMIPCC_LDFLAGS.darwin = -install_name @executable_path/components/VBoxXPCOMIPCC.dylib
1267VBoxXPCOMIPCC_LIBS = \
1268 $(TARGET_VBox-xpcom-ipcutils) \
1269 $(TARGET_VBox-xpcom-ipcshared) \
1270 $(TARGET_VBox-xpcom-ipcdlock) \
1271 $(TARGET_VBox-xpcom-ipctransmgr) \
1272 $(TARGET_VBox-xpcom-ipctmgrcom)
1273# EF
1274#VBoxXPCOMIPCC_LIBS += $(LIB_RUNTIME)
1275
1276
1277#
1278# DCONNECT daemon executable
1279#
1280VBoxXPCOMIPCD_TEMPLATE = XPCOMIPCEXE
1281VBoxXPCOMIPCD_SOURCES = \
1282 ipc/ipcd/daemon/src/ipcd.cpp \
1283 ipc/ipcd/daemon/src/ipcClient.cpp \
1284 ipc/ipcd/daemon/src/ipcModuleReg.cpp \
1285 ipc/ipcd/daemon/src/ipcCommandModule.cpp
1286ifeq ($(KBUILD_TARGET),win)
1287 VBoxXPCOMIPCD_SOURCES += \
1288 ipc/ipcd/daemon/src/ipcdWin.cpp
1289else
1290 VBoxXPCOMIPCD_SOURCES += \
1291 ipc/ipcd/daemon/src/ipcdUnix.cpp
1292endif
1293
1294
1295#
1296# Helper for initialization of XPCOM
1297#
1298## @todo why isn't this targetd called VBoxHlp and what is it good for anyway? it's not in any of the lists so it won't be processed or anything...
1299## update: Since r35225 this is no longer necessary, VBoxRT is already available when VBoxPython is linked. Do all the initialization from there!
1300VBoxHlp_DEFS =
1301VBoxHlp_SOURCES = \
1302 xpcom/helper/helper.cpp
1303
1304
1305#
1306# Python<->XPCOM bridge.
1307#
1308
1309# Find the Python headers for the Python<->XPCOM bridge if enabled.
1310ifdef VBOX_WITH_PYTHON
1311 ifndef VBOX_PATH_PYTHON_INC
1312 VBOX_PATH_PYTHON_INC := $(patsubst %/Python.h,%, $(lastword $(sort $(wildcard \
1313 /usr/include/python2.*/Python.h \
1314 /usr/local/include/python2.*/Python.h \
1315 ))))
1316 ifeq ($(VBOX_PATH_PYTHON_INC),)
1317 $(warning Unable to determine the python include directory (VBOX_PATH_PYTHON_INC).)
1318 endif
1319 endif
1320 VBOX_PYTHON_VER := 2$(lastword $(subst ., .,$(VBOX_PATH_PYTHON_INC)))
1321 ifndef VBOX_LIB_PYTHON
1322 VBOX_LIB_PYTHON := $(firstword $(wildcard \
1323 /usr/lib/libpython$(VBOX_PYTHON_VER)$(SUFF_DLL) \
1324 /usr/local/lib/libpython$(VBOX_PYTHON_VER)$(SUFF_DLL) \
1325 /usr/lib/libpython2$(SUFF_DLL) \
1326 /usr/local/lib/libpython2$(SUFF_DLL) \
1327 /usr/lib/libpython$(SUFF_DLL) \
1328 /usr/local/lib/libpython$(SUFF_DLL) \
1329 ))
1330 ifeq ($(VBOX_LIB_PYTHON),)
1331 $(warning Unable to determine the python library (VBOX_LIB_PYTHON).)
1332 endif
1333 endif
1334 DLLS += VBoxPython
1335 INSTALLS += VBoxPython-inst-py-xpcom
1336 INSTALLS += VBoxPython-inst-sample
1337endif
1338
1339# Python Client Module - the C++/XPCOM bits.
1340VBoxPython_TEMPLATE = XPCOM
1341VBoxPython_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API VBOX_PYXPCOM
1342VBoxPython_INCS = \
1343 python/src \
1344 $(VBOX_PATH_PYTHON_INC)
1345VBoxPython_SOURCES = \
1346 python/src/module/_xpcom.cpp \
1347 python/src/dllmain.cpp \
1348 python/src/ErrorUtils.cpp \
1349 python/src/PyGBase.cpp \
1350 python/src/PyGInputStream.cpp \
1351 python/src/PyGModule.cpp \
1352 python/src/PyGStub.cpp \
1353 python/src/PyGWeakReference.cpp \
1354 python/src/PyIClassInfo.cpp \
1355 python/src/PyIComponentManager.cpp \
1356 python/src/PyIComponentManagerObsolete.cpp \
1357 python/src/PyIEnumerator.cpp \
1358 python/src/PyIID.cpp \
1359 python/src/PyIInputStream.cpp \
1360 python/src/PyIInterfaceInfo.cpp \
1361 python/src/PyIInterfaceInfoManager.cpp \
1362 python/src/PyISimpleEnumerator.cpp \
1363 python/src/PyISupports.cpp \
1364 python/src/PyIVariant.cpp \
1365 python/src/Pyxpt_info.cpp \
1366 python/src/TypeObject.cpp \
1367 python/src/VariantUtils.cpp
1368VBoxPython_LIBS = \
1369 $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) \
1370 $(VBOX_LIB_PYTHON)
1371
1372## @todo we'll have to use the 10.5 SDK if we wish to build this. :-/
1373#VBoxPython_DEFS.darwin = MAC_OS_X_VERSION_MIN_REQUIRED=1050 MAC_OS_X_VERSION_MAX_ALLOWED=1050
1374#VBoxPython_CXXFLAGS.darwin = -mmacosx-version-min=10.5 -isysroot $(subst MacOSX10.4u,MacOSX10.5,$(VBOX_PATH_MACOSX_SDK)) -framework Python
1375#VBoxPython_LDFLAGS.darwin = -mmacosx-version-min=10.5 -isysroot $(subst MacOSX10.4u,MacOSX10.5,$(VBOX_PATH_MACOSX_SDK)) -framework Python
1376
1377
1378# Python Client Module - the Python bits.
1379VBoxPython-inst-py-xpcom_INST = $(INST_SDK)bindings/xpcom/python/xpcom/
1380VBoxPython-inst-py-xpcom_SOURCES = \
1381 python/vboxxpcom.py \
1382 python/components.py \
1383 python/file.py \
1384 python/__init__.py \
1385 python/nsError.py \
1386 python/primitives.py \
1387 python/xpcom_consts.py \
1388 python/xpt.py \
1389 python/client/__init__.py=>client/__init__.py \
1390 python/server/__init__.py=>server/__init__.py \
1391 python/server/enumerator.py=>server/enumerator.py \
1392 python/server/factory.py=>server/factory.py \
1393 python/server/loader.py=>server/loader.py \
1394 python/server/module.py=>server/module.py \
1395 python/server/policy.py=>server/policy.py
1396
1397# Python Client Module - a sample script.
1398VBoxPython-inst-sample_INST = $(INST_SDK)/bindings/xpcom/python/sample/
1399VBoxPython-inst-sample_SOURCES = \
1400 python/sample/vboxshell.py
1401
1402
1403#
1404# testcases
1405#
1406tstnsIFileEnumerator_TEMPLATE = XPCOMEXE
1407tstnsIFileEnumerator_SOURCES = xpcom/tests/nsIFileEnumerator.cpp
1408tstnsIFileTest_TEMPLATE = XPCOMEXE
1409tstnsIFileTest_SOURCES = xpcom/tests/nsIFileTest.cpp
1410tstTestArray_TEMPLATE = XPCOMEXE
1411tstTestArray_SOURCES = xpcom/tests/TestArray.cpp
1412tstTestAtoms_TEMPLATE = XPCOMEXE
1413tstTestAtoms_SOURCES = xpcom/tests/TestAtoms.cpp
1414tstTestAutoLock_TEMPLATE = XPCOMEXE
1415tstTestAutoLock_SOURCES = xpcom/tests/TestAutoLock.cpp
1416tstTestCallTemplates_TEMPLATE = XPCOMEXE
1417tstTestCallTemplates_SOURCES = xpcom/tests/TestCallTemplates.cpp
1418tstTestCOMPtr_TEMPLATE = XPCOMEXE
1419tstTestCOMPtr_SOURCES = xpcom/tests/TestCOMPtr.cpp
1420tstTestCOMPtrEq_TEMPLATE = XPCOMEXE
1421tstTestCOMPtrEq_SOURCES = xpcom/tests/TestCOMPtrEq.cpp
1422tstTestCRT_TEMPLATE = XPCOMEXE
1423tstTestCRT_SOURCES = xpcom/tests/TestCRT.cpp
1424tstTestFactory_TEMPLATE = XPCOMEXE
1425tstTestFactory_SOURCES = xpcom/tests/TestFactory.cpp
1426tstTestHashtables_TEMPLATE = XPCOMEXE
1427tstTestHashtables_SOURCES = xpcom/tests/TestHashtables.cpp
1428tstTestID_TEMPLATE = XPCOMEXE
1429tstTestID_SOURCES = xpcom/tests/TestID.cpp
1430tstTestObserverService_TEMPLATE= XPCOMEXE
1431tstTestObserverService_SOURCES = xpcom/tests/TestObserverService.cpp
1432tstTestPermanentAtoms_TEMPLATE = XPCOMEXE
1433tstTestPermanentAtoms_SOURCES = xpcom/tests/TestPermanentAtoms.cpp
1434tstTestPipes_TEMPLATE = XPCOMEXE
1435tstTestPipes_SOURCES = xpcom/tests/TestPipes.cpp
1436tstTestServMgr_TEMPLATE = XPCOMEXE
1437tstTestServMgr_SOURCES = xpcom/tests/TestServMgr.cpp
1438tstTestServMgr_INCS = xpcom/tests/services
1439tstTestThreads_TEMPLATE = XPCOMEXE
1440tstTestThreads_SOURCES = xpcom/tests/TestThreads.cpp
1441tstTestXPIDLString_TEMPLATE = XPCOMEXE
1442tstTestXPIDLString_SOURCES = xpcom/tests/TestXPIDLString.cpp
1443tstTestDeque_TEMPLATE = XPCOMEXE
1444tstTestDeque_SOURCES = xpcom/tests/TestDeque.cpp
1445tstTestAutoPtr_TEMPLATE = XPCOMEXE
1446tstTestAutoPtr_SOURCES = xpcom/tests/TestAutoPtr.cpp
1447tstTestMinStringAPI_TEMPLATE = XPCOMEXE
1448tstTestMinStringAPI_SOURCES = xpcom/tests/TestMinStringAPI.cpp
1449tstTestStrings_TEMPLATE = XPCOMEXE
1450tstTestStrings_SOURCES = xpcom/tests/TestStrings.cpp
1451tstPrimitiveTest_TEMPLATE = XPCOMEXE
1452tstPrimitiveTest_SOURCES = xpcom/typelib/xpt/tests/PrimitiveTest.c
1453tstSimpleTypeLib_TEMPLATE = XPCOMEXE
1454tstSimpleTypeLib_SOURCES = xpcom/typelib/xpt/tests/SimpleTypeLib.c
1455tstXptDump_TEMPLATE = XPCOMEXE
1456tstXptDump_SOURCES = xpcom/typelib/xpt/tools/xpt_dump.c
1457tstXptLink_TEMPLATE = XPCOMEXE
1458tstXptLink_SOURCES = xpcom/typelib/xpt/tools/xpt_link.c
1459
1460
1461
1462
1463XPCOM_IDLFILES = \
1464 xpcom/base/nsIDebug.idl \
1465 xpcom/base/nsIInterfaceRequestor.idl \
1466 xpcom/base/nsIMemory.idl \
1467 xpcom/base/nsIProgrammingLanguage.idl \
1468 xpcom/base/nsISupports.idl \
1469 xpcom/base/nsITraceRefcnt.idl \
1470 xpcom/base/nsIWeakReference.idl \
1471 xpcom/base/nsIConsoleMessage.idl \
1472 xpcom/base/nsIConsoleService.idl \
1473 xpcom/base/nsIConsoleListener.idl \
1474 xpcom/base/nsIErrorService.idl \
1475 xpcom/base/nsIException.idl \
1476 xpcom/base/nsIExceptionService.idl \
1477 xpcom/base/nsrootidl.idl \
1478 xpcom/components/nsIClassInfo.idl \
1479 xpcom/components/nsIComponentRegistrar.idl \
1480 xpcom/components/nsIFactory.idl \
1481 xpcom/components/nsIModule.idl \
1482 xpcom/components/nsIServiceManager.idl \
1483 xpcom/components/nsIComponentManager.idl \
1484 xpcom/components/nsICategoryManager.idl \
1485 xpcom/components/nsIComponentLoader.idl \
1486 xpcom/components/nsINativeComponentLoader.idl \
1487 xpcom/components/nsIComponentManagerObsolete.idl \
1488 xpcom/components/nsIComponentLoaderManager.idl \
1489 xpcom/ds/nsISupportsArray.idl \
1490 xpcom/ds/nsICollection.idl \
1491 xpcom/ds/nsISerializable.idl \
1492 xpcom/ds/nsIEnumerator.idl \
1493 xpcom/ds/nsISimpleEnumerator.idl \
1494 xpcom/ds/nsIObserverService.idl \
1495 xpcom/ds/nsIObserver.idl \
1496 xpcom/ds/nsIAtom.idl \
1497 xpcom/ds/nsIAtomService.idl \
1498 xpcom/ds/nsIProperties.idl \
1499 xpcom/ds/nsIPersistentProperties2.idl \
1500 xpcom/ds/nsIRecyclingAllocator.idl \
1501 xpcom/ds/nsIStringEnumerator.idl \
1502 xpcom/ds/nsISupportsPrimitives.idl \
1503 xpcom/ds/nsISupportsIterators.idl \
1504 xpcom/ds/nsIVariant.idl \
1505 xpcom/ds/nsITimelineService.idl \
1506 xpcom/ds/nsIArray.idl \
1507 xpcom/ds/nsIPropertyBag.idl \
1508 xpcom/ds/nsIHashable.idl \
1509 xpcom/io/nsIDirectoryService.idl \
1510 xpcom/io/nsIDirectoryEnumerator.idl \
1511 xpcom/io/nsIFile.idl \
1512 xpcom/io/nsILocalFile.idl \
1513 xpcom/io/nsILocalFileMac.idl \
1514 xpcom/io/nsIInputStream.idl \
1515 xpcom/io/nsIObjectInputStream.idl \
1516 xpcom/io/nsIBinaryInputStream.idl \
1517 xpcom/io/nsIObjectOutputStream.idl \
1518 xpcom/io/nsIBinaryOutputStream.idl \
1519 xpcom/io/nsIOutputStream.idl \
1520 xpcom/io/nsIStreamBufferAccess.idl \
1521 xpcom/io/nsIByteArrayInputStream.idl \
1522 xpcom/io/nsISeekableStream.idl \
1523 xpcom/io/nsIFastLoadFileControl.idl \
1524 xpcom/io/nsIFastLoadService.idl \
1525 xpcom/io/nsIInputStreamTee.idl \
1526 xpcom/io/nsIMultiplexInputStream.idl \
1527 xpcom/io/nsIPipe.idl \
1528 xpcom/io/nsIAsyncInputStream.idl \
1529 xpcom/io/nsIAsyncOutputStream.idl \
1530 xpcom/io/nsIScriptableInputStream.idl \
1531 xpcom/io/nsIStorageStream.idl \
1532 xpcom/io/nsIStringStream.idl \
1533 xpcom/io/nsILineInputStream.idl \
1534 xpcom/proxy/public/nsIProxyObjectManager.idl \
1535 xpcom/threads/nsIEventQueueService.idl \
1536 xpcom/threads/nsIEventQueue.idl \
1537 xpcom/threads/nsIEventTarget.idl \
1538 xpcom/threads/nsIRunnable.idl \
1539 xpcom/threads/nsIThread.idl \
1540 xpcom/threads/nsITimer.idl \
1541 xpcom/threads/nsIEnvironment.idl \
1542 xpcom/threads/nsITimerInternal.idl \
1543 xpcom/threads/nsITimerManager.idl \
1544 xpcom/threads/nsIProcess.idl \
1545 xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl \
1546 xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl \
1547 xpcom/reflect/xptinfo/public/nsIXPTLoader.idl \
1548 ipc/ipcd/client/public/ipcIService.idl \
1549 ipc/ipcd/client/public/ipcIMessageObserver.idl \
1550 ipc/ipcd/client/public/ipcIClientObserver.idl \
1551 ipc/ipcd/extensions/lock/public/ipcILockService.idl \
1552 ipc/ipcd/extensions/transmngr/public/ipcITransactionService.idl \
1553 ipc/ipcd/extensions/dconnect/public/ipcIDConnectService.idl \
1554 ipc/ipcd/extensions/transmngr/public/ipcITransactionObserver.idl
1555
1556
1557OTHER_CLEAN += \
1558 $(PATH_VBox-xpcom-string)/idl_ts \
1559 $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/include,$(notdir $(subst .idl,.h,$(XPCOM_IDLFILES)))) \
1560 $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/include,$(notdir $(subst .idl,.xpt,$(XPCOM_IDLFILES)))) \
1561 $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/idl/,$(notdir $(XPCOM_IDLFILES))) \
1562 $(addprefix $(PATH_TARGET)/,$(notdir $(subst .idl,.xpt,$(XPCOM_IDLFILES))))
1563
1564
1565# generate rules
1566include $(KBUILD_PATH)/subfooter.kmk
1567
1568
1569
1570XPTFILES = $(addprefix $(PATH_TARGET)/, \
1571 nsIConsoleListener.xpt \
1572 nsIConsoleMessage.xpt \
1573 nsIConsoleService.xpt \
1574 nsIErrorService.xpt \
1575 nsIException.xpt \
1576 nsIExceptionService.xpt \
1577 nsIDebug.xpt \
1578 nsIInterfaceRequestor.xpt \
1579 nsIMemory.xpt \
1580 nsIProgrammingLanguage.xpt \
1581 nsISupports.xpt \
1582 nsITraceRefcnt.xpt \
1583 nsIWeakReference.xpt \
1584 nsrootidl.xpt \
1585 nsIAtom.xpt \
1586 nsIAtomService.xpt \
1587 nsICollection.xpt \
1588 nsIEnumerator.xpt \
1589 nsIPersistentProperties2.xpt \
1590 nsIPropertyBag.xpt \
1591 nsIRecyclingAllocator.xpt \
1592 nsIVariant.xpt \
1593 nsISerializable.xpt \
1594 nsIStringEnumerator.xpt \
1595 nsISupportsArray.xpt \
1596 nsISupportsIterators.xpt \
1597 nsITimelineService.xpt \
1598 nsIArray.xpt \
1599 nsIObserverService.xpt \
1600 nsIObserver.xpt \
1601 nsIProperties.xpt \
1602 nsISimpleEnumerator.xpt \
1603 nsISupportsPrimitives.xpt \
1604 nsIBinaryInputStream.xpt \
1605 nsIBinaryOutputStream.xpt \
1606 nsIByteArrayInputStream.xpt \
1607 nsIFastLoadFileControl.xpt \
1608 nsIFastLoadService.xpt \
1609 nsIInputStreamTee.xpt \
1610 nsILineInputStream.xpt \
1611 nsIMultiplexInputStream.xpt \
1612 nsIObjectInputStream.xpt \
1613 nsIObjectOutputStream.xpt \
1614 nsIPipe.xpt \
1615 nsISeekableStream.xpt \
1616 nsIStorageStream.xpt \
1617 nsIStringStream.xpt \
1618 nsIStreamBufferAccess.xpt \
1619 nsIAsyncInputStream.xpt \
1620 nsIAsyncOutputStream.xpt \
1621 nsIDirectoryService.xpt \
1622 nsIFile.xpt \
1623 nsILocalFile.xpt \
1624 nsIInputStream.xpt \
1625 nsIOutputStream.xpt \
1626 nsIScriptableInputStream.xpt \
1627 nsIComponentLoader.xpt \
1628 nsIComponentLoaderManager.xpt \
1629 nsIComponentManagerObsolete.xpt \
1630 nsINativeComponentLoader.xpt \
1631 nsIClassInfo.xpt \
1632 nsIComponentRegistrar.xpt \
1633 nsIFactory.xpt \
1634 nsIModule.xpt \
1635 nsIServiceManager.xpt \
1636 nsIComponentManager.xpt \
1637 nsICategoryManager.xpt \
1638 nsIThread.xpt \
1639 nsITimer.xpt \
1640 nsITimerInternal.xpt \
1641 nsITimerManager.xpt \
1642 nsIRunnable.xpt \
1643 nsIEventTarget.xpt \
1644 nsIEventQueue.xpt \
1645 nsIEventQueueService.xpt \
1646 nsIEnvironment.xpt \
1647 nsIProcess.xpt \
1648 nsIInterfaceInfo.xpt \
1649 nsIInterfaceInfoManager.xpt \
1650 nsIXPTLoader.xpt)
1651
1652OTHER_CLEAN += \
1653 $(XPTFILES)
1654
1655# combined typelib library
1656$(XPCOM_TYPELIB): $(XPTFILES) | $$(TARGET_xpt_link)
1657 $(call MSG_LINK,XPCOM_TYPELIB,$@)
1658 $(QUIET)$(TARGET_xpt_link) $@ $^
1659
1660# generate build stamps
1661$(PATH_VBox-xpcom-nspr)/_pr_bld.h:
1662 $(call MSG_GENERATE,,$@)
1663 $(QUIET)echo '#define _BUILD_STRING "$(shell date "+%Y-%m-%d %T")"' > $@
1664
1665$(PATH_VBox-xpcom-nspr)/_pl_bld.h:
1666 $(call MSG_GENERATE,,$@)
1667 $(QUIET)echo '#define _BUILD_STRING "$(shell date "+%Y-%m-%d %T")"' > $@
1668
1669#
1670# Generate IDL rules.
1671#
1672
1673##
1674# Define for compiling one IDL into a header and a typelib
1675# @param idl The filename with everything.
1676XPIDL_INCS = \
1677 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/base/ \
1678 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/ds/ \
1679 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/components/ \
1680 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/io/ \
1681 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/threads/ \
1682 -I $(VBOX_PATH_XPCOM_SRC)/xpcom/reflect/xptinfo/public/
1683define def_IDL
1684$(VBOX_PATH_SDK)/bindings/xpcom/include/$(notdir $(subst .idl,.h,$(idl))) \
1685+ $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): \
1686 $(VBOX_PATH_XPCOM_SRC)/$(idl) \
1687 | $$$$(TARGET_xpidl)
1688 $$(call MSG_TOOL,xpidl,XPCOM,$$<,$$@)
1689 $$(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/bindings/xpcom/include $(VBOX_PATH_SDK)/bindings/xpcom/idl
1690 $$(QUIET)$$(TARGET_xpidl) -m header $(XPIDL_INCS) -e $$@ $$<
1691 $$(QUIET)$$(TARGET_xpidl) -m typelib $(XPIDL_INCS) -e $(addprefix $(PATH_TARGET)/,$(notdir $(subst .idl,.xpt,$(idl)))) $$<
1692 $$(QUIET)$(CP) $$< $$(VBOX_PATH_SDK)/bindings/xpcom/idl
1693endef
1694
1695$(foreach idl, $(XPCOM_IDLFILES), $(eval $(def_IDL)))
1696
1697# dummy target.
1698$(PATH_VBox-xpcom-string)/idl_ts: $(addprefix $(VBOX_PATH_SDK)/bindings/xpcom/include/,$(notdir $(subst .idl,.h,$(XPCOM_IDLFILES))))
1699 $(call MSG_L1,IDL processing completed.)
1700 $(QUIET)$(MKDIR) -p $(dir $@)
1701 $(QUIET)$(ECHO_EXT) > $@
1702
1703# Make sure main doesn't start using xpidl before we're done with the idl files here.
1704$(VBOX_XPIDL): $$(PATH_VBox-xpcom-string)/idl_ts
1705
1706# Manual dependency...
1707xpcom/string/src/nsAString.cpp: $(PATH_VBox-xpcom-string)/idl_ts
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette