VirtualBox

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

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

NSPR: Change the pthread code to use IPRT for threads (TODO: ditto for OS/2). Call RTR3Init from nspr the initialization. (Both changes enclosed in VBOX_USE_IPRT_IN_NSPR.)

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