1 | # $Id: Makefile 197 2007-01-20 01:22:45Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Makefile for the InnoTek Portable Runtime (IPRT).
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006 InnoTek Systemberatung GmbH
|
---|
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 as published by the Free Software Foundation,
|
---|
13 | # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
14 | # distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
15 | # be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 | # If you received this file as part of a commercial VirtualBox
|
---|
18 | # distribution, then only the terms of your commercial VirtualBox
|
---|
19 | # license agreement apply instead of the previous paragraph.
|
---|
20 | #
|
---|
21 |
|
---|
22 |
|
---|
23 | DEPTH = ../../..
|
---|
24 | include $(PATH_KBUILD)/header.kmk
|
---|
25 |
|
---|
26 | ifndef VBOX_ADDITIONS_LINUX_ONLY
|
---|
27 | # Normal mode.
|
---|
28 | BLDPROGS = uniread
|
---|
29 | LIBRARIES = RuntimeR3 RuntimeR0 RuntimeGC RuntimeEFCPP RuntimeR3NoCRTGCC
|
---|
30 | ifdef VBOX_WITH_VBOXDRV
|
---|
31 | LIBRARIES += RuntimeR0Drv
|
---|
32 | endif
|
---|
33 | ifdef VBOX_WITH_WIN32_ADDITIONS
|
---|
34 | LIBRARIES += RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0
|
---|
35 | endif
|
---|
36 | ifdef VBOX_WITH_LINUX_ADDITIONS
|
---|
37 | LIBRARIES += RuntimeLnx32GuestR0 RuntimeLnx32GuestR3
|
---|
38 | endif
|
---|
39 | LIBRARIES.l4= RuntimeR3L4
|
---|
40 | DLLS = VBoxRT
|
---|
41 | OTHER_CLEAN = \
|
---|
42 | $(PATH_TARGET)/errmsgdata.h \
|
---|
43 | $(PATH_TARGET)/errmsgcomdata.h \
|
---|
44 | $(PATH_TARGET)/Doxyfile \
|
---|
45 | $(PATH_TARGET)/Doxyfile.dep \
|
---|
46 | $(PATH_TARGET)/docs.iprt
|
---|
47 |
|
---|
48 | SUBDIRS_AFTER = testcase
|
---|
49 |
|
---|
50 | else
|
---|
51 | # Linux target guest runtime only mode.
|
---|
52 | LIBRARIES = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3
|
---|
53 | endif # only linux guest additions
|
---|
54 |
|
---|
55 |
|
---|
56 | # global (for now at least)
|
---|
57 | INCS += include
|
---|
58 |
|
---|
59 |
|
---|
60 | #
|
---|
61 | # Unicode Specification reader used to regenerate unidata.cpp.
|
---|
62 | #
|
---|
63 | uniread_TEMPLATE = VBOXBLDPROG
|
---|
64 | uniread_SOURCES = uniread.cpp
|
---|
65 |
|
---|
66 | #
|
---|
67 | # Win64 assembly sources.
|
---|
68 | #
|
---|
69 | RuntimeWin64ASM_SOURCES = \
|
---|
70 | win64/ASMAtomicBitClear.asm \
|
---|
71 | win64/ASMAtomicBitTestAndToggle.asm \
|
---|
72 | win64/ASMAtomicBitToggle.asm \
|
---|
73 | win64/ASMAtomicReadU64.asm \
|
---|
74 | win64/ASMAtomicXchgU16.asm \
|
---|
75 | win64/ASMAtomicXchgU8.asm \
|
---|
76 | win64/ASMBitFirstClear.asm \
|
---|
77 | win64/ASMBitFirstSet.asm \
|
---|
78 | win64/ASMGetCS.asm \
|
---|
79 | win64/ASMGetDS.asm \
|
---|
80 | win64/ASMGetES.asm \
|
---|
81 | win64/ASMGetFlags.asm \
|
---|
82 | win64/ASMGetFS.asm \
|
---|
83 | win64/ASMGetGS.asm \
|
---|
84 | win64/ASMGetIDTR.asm \
|
---|
85 | win64/ASMGetSS.asm \
|
---|
86 | win64/ASMProbeReadByte.asm \
|
---|
87 | win64/ASMSetFlags.asm \
|
---|
88 | win64/ASMGetDR0.asm \
|
---|
89 | win64/ASMGetDR1.asm \
|
---|
90 | win64/ASMGetDR2.asm \
|
---|
91 | win64/ASMGetDR3.asm \
|
---|
92 | win64/ASMGetDR6.asm \
|
---|
93 | win64/ASMGetDR7.asm \
|
---|
94 |
|
---|
95 | #
|
---|
96 | # RuntimeR3 - Static Runtime for Ring-3 executables.
|
---|
97 | #
|
---|
98 | RuntimeR3_TEMPLATE = VBOXR3EXE
|
---|
99 | RuntimeR3_SDKS.win = WINPSDK W2K3DDK
|
---|
100 | RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
|
---|
101 | ifdef IPRT_WITH_KLDR
|
---|
102 | RuntimeR3_DEFS += LDR_WITH_KLDR KLDR_USE_CRT
|
---|
103 | RuntimeR3_DEFS.debug += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
|
---|
104 | endif
|
---|
105 | RuntimeR3_DEFS.l4 = L4
|
---|
106 | ifdef VBOX_MAIN_RELEASE_LOG ## @todo (dmik): temporary, until RTThreadSelf/RTThreadAdopt are properly updated
|
---|
107 | RuntimeR3_DEFS += RTCRITSECT_STRICT
|
---|
108 | endif
|
---|
109 | RuntimeR3_INCS = \
|
---|
110 | $(PATH_ROOT)/src/libs/liblzf-1.51
|
---|
111 | ifdef IPRT_WITH_KLDR
|
---|
112 | RuntimeR3_INCS += \
|
---|
113 | $(IPRT_PATH_KLDR)
|
---|
114 | endif
|
---|
115 | RuntimeR3_INCS.l4 = \
|
---|
116 | $(PATH_ROOT)/src/libs/libuuid \
|
---|
117 | $(L4_INCDIR)
|
---|
118 |
|
---|
119 | RuntimeR3_SOURCES = \
|
---|
120 | alloc.cpp \
|
---|
121 | assert.cpp \
|
---|
122 | table/avlhcphys.cpp \
|
---|
123 | table/avlgcptr.cpp \
|
---|
124 | table/avlogcphys.cpp \
|
---|
125 | table/avlogcptr.cpp \
|
---|
126 | table/avlohcphys.cpp \
|
---|
127 | table/avloioport.cpp \
|
---|
128 | table/avlpv.cpp \
|
---|
129 | table/avlrogcphys.cpp \
|
---|
130 | table/avlrogcptr.cpp \
|
---|
131 | table/avlroogcptr.cpp \
|
---|
132 | table/avlroioport.cpp \
|
---|
133 | table/avlu32.cpp \
|
---|
134 | table/avlul.cpp \
|
---|
135 | table/table.cpp \
|
---|
136 | crc32.cpp \
|
---|
137 | crc64.cpp \
|
---|
138 | dir.cpp \
|
---|
139 | errmsg.cpp \
|
---|
140 | fileio.cpp \
|
---|
141 | fs.cpp \
|
---|
142 | generic/critsect-generic.cpp \
|
---|
143 | generic/RTFileCopy-generic.cpp \
|
---|
144 | generic/RTLogWriteStdErr-generic.cpp \
|
---|
145 | generic/RTLogWriteStdOut-generic.cpp \
|
---|
146 | generic/RTLogWriteUser-generic.cpp \
|
---|
147 | generic/semfastmutex-generic.cpp \
|
---|
148 | generic/spinlock-generic.cpp \
|
---|
149 | ldr.cpp \
|
---|
150 | ldrFile.cpp \
|
---|
151 | ldrNative.cpp \
|
---|
152 | ldrELF.cpp \
|
---|
153 | ldrEx.cpp \
|
---|
154 | ldrPE.cpp \
|
---|
155 | log.cpp \
|
---|
156 | logcom.cpp \
|
---|
157 | logformat.cpp \
|
---|
158 | md5.cpp \
|
---|
159 | path.cpp \
|
---|
160 | r3/alloc-ef.cpp \
|
---|
161 | r3/alloc.cpp \
|
---|
162 | r3/init.cpp \
|
---|
163 | r3/process.cpp \
|
---|
164 | r3/stream.cpp \
|
---|
165 | r3/tcp.cpp \
|
---|
166 | RTErrConvertFromErrno.cpp \
|
---|
167 | semspingpong.cpp \
|
---|
168 | straprintf.cpp \
|
---|
169 | strformat.cpp \
|
---|
170 | strformatrt.cpp \
|
---|
171 | string.cpp \
|
---|
172 | strprintf.cpp \
|
---|
173 | strspace.cpp \
|
---|
174 | strstrip.cpp \
|
---|
175 | strtonum.cpp \
|
---|
176 | thread.cpp \
|
---|
177 | time.cpp \
|
---|
178 | timeprog.cpp \
|
---|
179 | uni.cpp \
|
---|
180 | unidata.cpp \
|
---|
181 | utf-16.cpp \
|
---|
182 | utf-8.cpp \
|
---|
183 | zip.cpp \
|
---|
184 |
|
---|
185 | ifdef IPRT_WITH_KLDR
|
---|
186 | RuntimeR3_SOURCES += \
|
---|
187 | ldrkLdr.cpp \
|
---|
188 | $(IPRT_PATH_KLDR)/kLdrMod.c \
|
---|
189 | $(IPRT_PATH_KLDR)/kLdrModLX.c \
|
---|
190 | $(IPRT_PATH_KLDR)/kLdrModPE.c \
|
---|
191 | $(IPRT_PATH_KLDR)/kLdrModNative.c \
|
---|
192 | $(IPRT_PATH_KLDR)/kLdrMisc.c \
|
---|
193 | $(IPRT_PATH_KLDR)/kLdrRdr.c \
|
---|
194 | $(IPRT_PATH_KLDR)/kLdrHlpStr.c
|
---|
195 | # We Implement these using IPRT facilities.
|
---|
196 | # $(IPRT_PATH_KLDR)/kLdrHlp.c \
|
---|
197 | # $(IPRT_PATH_KLDR)/kLdrHlpHeap.c \
|
---|
198 | # $(IPRT_PATH_KLDR)/kLdrHlpSem.c \
|
---|
199 | # $(IPRT_PATH_KLDR)/kLdrHlpMem.c \
|
---|
200 | # $(IPRT_PATH_KLDR)/kLdrHlpPath.c
|
---|
201 |
|
---|
202 | endif
|
---|
203 |
|
---|
204 | # VBox specific stuff.
|
---|
205 | RuntimeR3_SOURCES += \
|
---|
206 | VBox/strformat-vbox.cpp \
|
---|
207 | VBox/log-vbox.cpp
|
---|
208 |
|
---|
209 | RuntimeR3_SOURCES.win = \
|
---|
210 | generic/RTDirQueryInfo-generic.cpp \
|
---|
211 | generic/RTDirSetTimes-generic.cpp \
|
---|
212 | generic/semsrw-generic.cpp \
|
---|
213 | generic/semnoint-generic.cpp \
|
---|
214 | nt/RTErrConvertFromNtStatus.cpp \
|
---|
215 | win32/errmsgwin.cpp \
|
---|
216 | r3/win32/alloc-win32.cpp \
|
---|
217 | r3/win32/dir-win32.cpp \
|
---|
218 | r3/win32/fileio-win32.cpp \
|
---|
219 | r3/win32/fs-win32.cpp \
|
---|
220 | r3/win32/ldrNative-win32.cpp \
|
---|
221 | r3/win32/path-win32.cpp \
|
---|
222 | r3/win32/process-win32.cpp \
|
---|
223 | r3/win32/RTLogWriteDebugger-win32.cpp \
|
---|
224 | r3/win32/sched-win32.cpp \
|
---|
225 | r3/win32/sems-win32.cpp \
|
---|
226 | r3/win32/system-win32.cpp \
|
---|
227 | r3/win32/thread-win32.cpp \
|
---|
228 | r3/win32/time-win32.cpp \
|
---|
229 | r3/win32/timer-win32.cpp \
|
---|
230 | r3/win32/utf16locale-win32.cpp \
|
---|
231 | r3/win32/utf8-win32.cpp \
|
---|
232 | r3/win32/uuid-win32.cpp \
|
---|
233 | timesup.cpp \
|
---|
234 | win32/RTErrConvertFromWin32.cpp
|
---|
235 |
|
---|
236 | RuntimeR3_SOURCES.win.amd64 = \
|
---|
237 | $(RuntimeWin64ASM_SOURCES)
|
---|
238 |
|
---|
239 | RuntimeR3_SOURCES.linux = \
|
---|
240 | generic/RTDirQueryInfo-generic.cpp \
|
---|
241 | generic/RTDirSetTimes-generic.cpp \
|
---|
242 | generic/RTFileMove-generic.cpp \
|
---|
243 | generic/RTLogWriteDebugger-generic.cpp \
|
---|
244 | generic/pathhost-generic.cpp \
|
---|
245 | r3/linux/sched-linux.cpp \
|
---|
246 | r3/linux/uuid-linux.cpp \
|
---|
247 | r3/posix/alloc-posix.cpp \
|
---|
248 | r3/posix/dir-posix.cpp \
|
---|
249 | r3/posix/fileio-posix.cpp \
|
---|
250 | r3/posix/fs-posix.cpp \
|
---|
251 | r3/posix/ldrNative-posix.cpp \
|
---|
252 | r3/posix/path-posix.cpp \
|
---|
253 | r3/posix/process-posix.cpp \
|
---|
254 | r3/posix/sems-posix.cpp \
|
---|
255 | r3/posix/system-posix.cpp \
|
---|
256 | r3/posix/thread-posix.cpp \
|
---|
257 | r3/posix/time-posix.cpp \
|
---|
258 | r3/posix/timer-posix.cpp \
|
---|
259 | generic/utf16locale-generic.cpp \
|
---|
260 | r3/posix/utf8-posix.cpp \
|
---|
261 | timesup.cpp \
|
---|
262 |
|
---|
263 | RuntimeR3_SOURCES.os2 = \
|
---|
264 | generic/RTDirQueryInfo-generic.cpp \
|
---|
265 | generic/RTDirSetTimes-generic.cpp \
|
---|
266 | generic/RTFileMove-generic.cpp \
|
---|
267 | generic/RTLogWriteDebugger-generic.cpp \
|
---|
268 | generic/pathhost-generic.cpp \
|
---|
269 | generic/semsrw-generic.cpp \
|
---|
270 | generic/semnoint-generic.cpp \
|
---|
271 | generic/sched-generic.cpp \
|
---|
272 | generic/uuid-generic.cpp \
|
---|
273 | os2/RTErrConvertFromOS2.cpp \
|
---|
274 | r3/os2/sems-os2.cpp \
|
---|
275 | r3/os2/system-os2.cpp \
|
---|
276 | r3/os2/thread-os2.cpp \
|
---|
277 | r3/posix/alloc-posix.cpp \
|
---|
278 | r3/posix/dir-posix.cpp \
|
---|
279 | r3/posix/fileio-posix.cpp \
|
---|
280 | r3/posix/fs-posix.cpp \
|
---|
281 | r3/posix/ldrNative-posix.cpp \
|
---|
282 | r3/posix/path-posix.cpp \
|
---|
283 | r3/posix/process-posix.cpp \
|
---|
284 | r3/posix/time-posix.cpp \
|
---|
285 | r3/posix/timer-posix.cpp \
|
---|
286 | generic/utf16locale-generic.cpp \
|
---|
287 | r3/posix/utf8-posix.cpp \
|
---|
288 | timesup.cpp \
|
---|
289 |
|
---|
290 | RuntimeR3_SOURCES.darwin = \
|
---|
291 | generic/RTDirQueryInfo-generic.cpp \
|
---|
292 | generic/RTDirSetTimes-generic.cpp \
|
---|
293 | generic/RTFileMove-generic.cpp \
|
---|
294 | generic/RTLogWriteDebugger-generic.cpp \
|
---|
295 | generic/pathhost-generic.cpp \
|
---|
296 | r3/darwin/alloc-darwin.cpp \
|
---|
297 | r3/posix/dir-posix.cpp \
|
---|
298 | r3/posix/fileio-posix.cpp \
|
---|
299 | r3/posix/fs-posix.cpp \
|
---|
300 | r3/posix/ldrNative-posix.cpp \
|
---|
301 | r3/posix/path-posix.cpp \
|
---|
302 | r3/posix/process-posix.cpp \
|
---|
303 | generic/sched-generic.cpp \
|
---|
304 | r3/posix/sems-posix.cpp \
|
---|
305 | r3/posix/system-posix.cpp \
|
---|
306 | r3/posix/thread-posix.cpp \
|
---|
307 | r3/darwin/time-darwin.cpp \
|
---|
308 | r3/posix/timer-posix.cpp \
|
---|
309 | generic/utf16locale-generic.cpp \
|
---|
310 | r3/posix/utf8-posix.cpp \
|
---|
311 | r3/linux/uuid-linux.cpp \
|
---|
312 | timesup.cpp \
|
---|
313 |
|
---|
314 |
|
---|
315 |
|
---|
316 | #
|
---|
317 | # L4 RuntimeR3 subtarget since L4 headers won't work with VBOXR3.
|
---|
318 | #
|
---|
319 | RuntimeR3L4_TEMPLATE = VBOXR3NP
|
---|
320 | RuntimeR3L4_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF LDR_WITH_PE
|
---|
321 | RuntimeR3L4_INCS = $(L4_INCDIR) \
|
---|
322 | $(PATH_ROOT)/src/libs/libuuid
|
---|
323 |
|
---|
324 | RuntimeR3L4_SOURCES = \
|
---|
325 | generic/RTDirQueryInfo-generic.cpp \
|
---|
326 | generic/RTDirSetTimes-generic.cpp \
|
---|
327 | generic/RTFileMove-generic.cpp \
|
---|
328 | generic/RTLogWriteDebugger-generic.cpp \
|
---|
329 | generic/fs-stubs-generic.cpp \
|
---|
330 | generic/pathhost-generic.cpp \
|
---|
331 | generic/sched-generic.cpp \
|
---|
332 | generic/semsrw-generic.cpp \
|
---|
333 | generic/semnoint-generic.cpp \
|
---|
334 | l4/l4-errno.cpp \
|
---|
335 | l4/process-l4env.cpp \
|
---|
336 | l4/sems-l4env.cpp \
|
---|
337 | l4/system-l4env.cpp \
|
---|
338 | l4/thread-l4env.cpp \
|
---|
339 | l4/timer-l4env.cpp \
|
---|
340 | generic/utf16locale-generic.cpp \
|
---|
341 | l4/utf8-l4env.cpp \
|
---|
342 | r3/linux/uuid-linux.cpp \
|
---|
343 | r3/posix/alloc-posix.cpp \
|
---|
344 | r3/posix/dir-posix.cpp \
|
---|
345 | r3/posix/fileio-posix.cpp \
|
---|
346 | r3/posix/ldrNative-posix.cpp \
|
---|
347 | r3/posix/path-posix.cpp \
|
---|
348 | r3/posix/time-posix.cpp \
|
---|
349 | timesup.cpp
|
---|
350 |
|
---|
351 | #
|
---|
352 | # RuntimeW32GuestR3 - Win32 guest program runtime.
|
---|
353 | #
|
---|
354 | RuntimeW32GuestR3_TEMPLATE = VBOXW32GUESTR3LIB
|
---|
355 | RuntimeW32GuestR3_SDKS = $(RuntimeR3_SDKS.win) $(RuntimeR3_SDKS.win.x86) $(RuntimeR3_SDKS)
|
---|
356 | RuntimeW32GuestR3_DEFS = $(RuntimeR3_DEFS)
|
---|
357 | RuntimeW32GuestR3_DEFS.$(BUILD_TYPE) = $(RuntimeR3_DEFS).$(BUILD_TYPE)
|
---|
358 | RuntimeW32GuestR3_SOURCES = $(RuntimeR3_SOURCES.win) $(RuntimeR3_SOURCES)
|
---|
359 | RuntimeW32GuestR3_INCS = $(RuntimeR3_INCS.win) $(RuntimeR3_INCS)
|
---|
360 |
|
---|
361 |
|
---|
362 | #
|
---|
363 | # RuntimeLnx32GuestR3 - 32-bit Linux guest program runtime.
|
---|
364 | #
|
---|
365 | RuntimeLnx32GuestR3_TEMPLATE = VBOXLNX32GUESTR3LIB
|
---|
366 | RuntimeLnx32GuestR3_DEFS = $(RuntimeR3_DEFS.linux) $(RuntimeR3_DEFS) IN_GUEST IN_GUEST_R3
|
---|
367 | RuntimeLnx32GuestR3_DEFS.$(BUILD_TYPE) = $(RuntimeR3_DEFS.$(BUILD_TYPE))
|
---|
368 | RuntimeLnx32GuestR3_SOURCES = $(RuntimeR3_SOURCES.linux) $(RuntimeR3_SOURCES)
|
---|
369 | RuntimeLnx32GuestR3_INCS = $(RuntimeR3_INCS.linux) $(RuntimeR3_INCS)
|
---|
370 |
|
---|
371 |
|
---|
372 | #
|
---|
373 | # VBoxRT - Shared Object / DLL version.
|
---|
374 | #
|
---|
375 | VBoxRT_TEMPLATE = VBOXR3
|
---|
376 | VBoxRT_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
|
---|
377 | VBoxRT_DEFS = $(RuntimeR3_DEFS) IN_SUP_R3 IN_SUP_R3
|
---|
378 | VBoxRT_DEFS.$(BUILD_TYPE) = $(RuntimeR3_DEFS.$(BUILD_TYPE))
|
---|
379 | VBoxRT_SOURCES = \
|
---|
380 | VBox/VBoxRTDeps.cpp \
|
---|
381 | $(RuntimeR3_SOURCES)
|
---|
382 | VBoxRT_SOURCES.$(BUILD_TARGET) = $(RuntimeR3_SOURCES.$(BUILD_TARGET))
|
---|
383 | VBoxRT_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
384 | VBoxRT_SOURCES.win += r3/win32/dllmain-win32.cpp
|
---|
385 | VBoxRT_SOURCES.win.amd64 += r3/win64/VBoxRT-win64.def
|
---|
386 | VBoxRT_INCS = $(RuntimeR3_INCS)
|
---|
387 | VBoxRT_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET))
|
---|
388 | VBoxRT_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) = $(RuntimeR3_INCS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
|
---|
389 | VBoxRT_LIBS = \
|
---|
390 | $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \
|
---|
391 | $(PATH_LIB)/VBox-liblzf$(VBOX_SUFF_LIB)
|
---|
392 | VBoxRT_LIBS.darwin = \
|
---|
393 | iconv
|
---|
394 | ifdef VBOX_USE_VCC80
|
---|
395 | VBoxRT_LDFLAGS.win = /MANIFEST
|
---|
396 | endif
|
---|
397 | VBoxRT_LDFLAGS.l4 = \
|
---|
398 | -Wl,-whole-archive \
|
---|
399 | $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) \
|
---|
400 | -Wl,-no-whole-archive
|
---|
401 | ifeq ($(BUILD_TARGET),l4)
|
---|
402 | VBoxRT_LIBS += \
|
---|
403 | $(L4_LIBDIR)/libl4sys.a \
|
---|
404 | $(L4_LIBDIR)/libl4sys.p.a
|
---|
405 | endif
|
---|
406 | VBoxRT_LIBS.l4 = \
|
---|
407 | $(PATH_LIB)/VBox-uuid$(VBOX_SUFF_LIB) \
|
---|
408 | $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB)
|
---|
409 |
|
---|
410 | #
|
---|
411 | # RuntimeR3NoCRTGCC - CRT replacement lib for VBoxREM.
|
---|
412 | # This is used together with VBoxRT.
|
---|
413 | #
|
---|
414 | RuntimeR3NoCRTGCC_TEMPLATE = VBOXNOCRTGCC
|
---|
415 | RuntimeR3NoCRTGCC_SOURCES = \
|
---|
416 | \
|
---|
417 | math/ceill.asm \
|
---|
418 | math/cosl.asm \
|
---|
419 | math/fabs.asm \
|
---|
420 | math/fabsf.asm \
|
---|
421 | math/fabsl.asm \
|
---|
422 | math/floor.asm \
|
---|
423 | math/floorf.asm \
|
---|
424 | math/floorl.asm \
|
---|
425 | math/ldexpl.asm \
|
---|
426 | math/llrint.asm \
|
---|
427 | math/llrintf.asm \
|
---|
428 | math/llrintl.asm \
|
---|
429 | math/logl.asm \
|
---|
430 | math/lrint.asm \
|
---|
431 | math/lrintf.asm \
|
---|
432 | math/lrintl.asm \
|
---|
433 | math/remainder.asm \
|
---|
434 | math/remainderf.asm \
|
---|
435 | math/remainderl.asm \
|
---|
436 | math/sinl.asm \
|
---|
437 | math/tanl.asm \
|
---|
438 | math/trunc.asm \
|
---|
439 | math/truncf.asm \
|
---|
440 | math/truncl.asm \
|
---|
441 | \
|
---|
442 | misc/setjmp.asm \
|
---|
443 | \
|
---|
444 | string/memchr.asm \
|
---|
445 | string/memchr_alias.c \
|
---|
446 | string/memcpy.asm \
|
---|
447 | string/memcpy_alias.c \
|
---|
448 | string/mempcpy.asm \
|
---|
449 | string/memset.asm \
|
---|
450 | string/memset_alias.c
|
---|
451 |
|
---|
452 | RuntimeR3NoCRTGCC_SOURCES.x86 = \
|
---|
453 | math/x86/fenv-x86.c
|
---|
454 |
|
---|
455 |
|
---|
456 | ## @todo stop using the old memcpy.c and memset.c code.
|
---|
457 |
|
---|
458 | #
|
---|
459 | # RuntimeR0 - Ring0 library for VMMR0.
|
---|
460 | #
|
---|
461 | RuntimeR0_TEMPLATE = VBOXR0
|
---|
462 | RuntimeR0_DEFS = IN_RT_R0 RT_WITH_VBOX
|
---|
463 | RuntimeR0_SOURCES = \
|
---|
464 | assert.cpp \
|
---|
465 | table/avlhcphys.cpp \
|
---|
466 | table/avlgcptr.cpp \
|
---|
467 | table/avlogcphys.cpp \
|
---|
468 | table/avlohcphys.cpp \
|
---|
469 | table/avlpv.cpp \
|
---|
470 | table/avlrogcphys.cpp \
|
---|
471 | table/avlogcptr.cpp \
|
---|
472 | table/avlrogcptr.cpp \
|
---|
473 | table/avlroogcptr.cpp \
|
---|
474 | table/avloioport.cpp \
|
---|
475 | table/avlroioport.cpp \
|
---|
476 | logcom.cpp \
|
---|
477 | logformat.cpp \
|
---|
478 | strformat.cpp \
|
---|
479 | strformatrt.cpp \
|
---|
480 | strprintf.cpp \
|
---|
481 | string/memchr.cpp \
|
---|
482 | string/memcmp.cpp \
|
---|
483 | string/memcpy.cpp \
|
---|
484 | string/memset.cpp \
|
---|
485 | string/strcpy.cpp \
|
---|
486 | string/strlen.cpp \
|
---|
487 | string/strncmp.cpp \
|
---|
488 | string/strpbrk.cpp \
|
---|
489 | VBox/strformat-vbox.cpp \
|
---|
490 | timesup.cpp
|
---|
491 |
|
---|
492 | RuntimeR0_SOURCES.win.amd64 = $(RuntimeWin64ASM_SOURCES)
|
---|
493 |
|
---|
494 | RuntimeR0_SOURCES.os2 = \
|
---|
495 | os2/RTErrConvertFromOS2.cpp \
|
---|
496 | os2/sys0.asm
|
---|
497 |
|
---|
498 | string/memchr.cpp_CXXFLAGS.win = -Oi-
|
---|
499 | string/memcmp.cpp_CXXFLAGS.win = -Oi-
|
---|
500 | string/memcpy.cpp_CXXFLAGS.win = -Oi-
|
---|
501 | string/memset.cpp_CXXFLAGS.win = -Oi-
|
---|
502 | string/strcpy.cpp_CXXFLAGS.win = -Oi-
|
---|
503 | string/strlen.cpp_CXXFLAGS.win = -Oi-
|
---|
504 |
|
---|
505 | ifeq ($(BUILD_TARGET),l4)
|
---|
506 | RuntimeR0Drv_BLD_TRG = linux
|
---|
507 | RuntimeR0Drv_BLD_TRG_ARCH = x86
|
---|
508 | RuntimeR0Drv_BLD_TRG_CPU = i386
|
---|
509 | endif
|
---|
510 |
|
---|
511 | #
|
---|
512 | # RuntimeR0Drv - Ring0 library for host drivers.
|
---|
513 | #
|
---|
514 | RuntimeR0Drv_TEMPLATE = VBOXR0DRV
|
---|
515 | RuntimeR0Drv_SDKS.win = W2K3DDK WINPSDKINCS
|
---|
516 | RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS
|
---|
517 | RuntimeR0Drv_DEFS.win = IN_SUP_R0
|
---|
518 | RuntimeR0Drv_DEFS.linux = MODULE KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) IN_SUP_R0 # why is IN_SUP_R0 here? because!
|
---|
519 |
|
---|
520 | RuntimeR0Drv_INCS.linux = \
|
---|
521 | r0drv/linux
|
---|
522 |
|
---|
523 | RuntimeR0Drv_SOURCES = \
|
---|
524 | assert.cpp \
|
---|
525 | log.cpp \
|
---|
526 | logcom.cpp \
|
---|
527 | logformat.cpp \
|
---|
528 | string/strpbrk.cpp \
|
---|
529 | strformat.cpp \
|
---|
530 | strformatrt.cpp \
|
---|
531 | strtonum.cpp \
|
---|
532 | VBox/strformat-vbox.cpp \
|
---|
533 | r0drv/alloc-r0drv.cpp \
|
---|
534 | generic/RTLogWriteStdErr-stub-generic.cpp \
|
---|
535 | generic/RTLogWriteStdOut-stub-generic.cpp \
|
---|
536 | generic/RTLogWriteUser-generic.cpp \
|
---|
537 | VBox/log-vbox.cpp \
|
---|
538 | crc32.cpp \
|
---|
539 | crc64.cpp
|
---|
540 |
|
---|
541 | RuntimeR0Drv_SOURCES.linux = \
|
---|
542 | r0drv/linux/alloc-r0drv-linux.c \
|
---|
543 | r0drv/linux/RTLogWriteDebugger-r0drv-linux.c \
|
---|
544 | r0drv/linux/semaphore-r0drv-linux.c \
|
---|
545 | r0drv/linux/spinlock-r0drv-linux.c \
|
---|
546 | r0drv/linux/thread-r0drv-linux.c
|
---|
547 |
|
---|
548 | RuntimeR0Drv_SOURCES.win = \
|
---|
549 | nt/RTErrConvertFromNtStatus.cpp \
|
---|
550 | r0drv/nt/alloc-r0drv-nt.cpp \
|
---|
551 | r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp \
|
---|
552 | r0drv/nt/semaphore-r0drv-nt.cpp \
|
---|
553 | r0drv/nt/spinlock-r0drv-nt.cpp \
|
---|
554 | r0drv/nt/thread-r0drv-nt.cpp \
|
---|
555 | string/strncmp.cpp
|
---|
556 |
|
---|
557 | RuntimeR0Drv_SOURCES.win.amd64 = \
|
---|
558 | $(RuntimeWin64ASM_SOURCES)
|
---|
559 |
|
---|
560 | RuntimeR0Drv_SOURCES.darwin = \
|
---|
561 | RTErrConvertFromErrno.cpp \
|
---|
562 | string/memchr.asm \
|
---|
563 | r0drv/initterm-r0drv.cpp \
|
---|
564 | r0drv/memobj-r0drv.cpp \
|
---|
565 | r0drv/thread-r0drv.cpp \
|
---|
566 | r0drv/darwin/alloc-r0drv-darwin.cpp \
|
---|
567 | r0drv/darwin/memobj-r0drv-darwin.cpp \
|
---|
568 | r0drv/darwin/initterm-r0drv-darwin.cpp \
|
---|
569 | r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp \
|
---|
570 | r0drv/darwin/semaphore-r0drv-darwin.cpp \
|
---|
571 | r0drv/darwin/spinlock-r0drv-darwin.cpp \
|
---|
572 | r0drv/darwin/thread-r0drv-darwin.cpp \
|
---|
573 | r0drv/darwin/time-r0drv-darwin.cpp \
|
---|
574 | generic/timer-generic.cpp \
|
---|
575 |
|
---|
576 | RuntimeR0Drv_SOURCES.os2 = \
|
---|
577 | os2/RTErrConvertFromOS2.cpp \
|
---|
578 | os2/sys0.asm
|
---|
579 |
|
---|
580 |
|
---|
581 | #
|
---|
582 | # RuntimeW32GuestR0 - Win32 guest driver runtime.
|
---|
583 | #
|
---|
584 | RuntimeW32GuestR0_TEMPLATE = VBOXW32GUESTR0LIB
|
---|
585 | RuntimeW32GuestR0_SDKS = W2K3DDKX86 WINPSDKINCS
|
---|
586 | RuntimeW32GuestR0_DEFS = $(RuntimeR0Drv_DEFS.win) $(RuntimeR0Drv_DEFS.win.x86) $(RuntimeR0Drv_DEFS)
|
---|
587 | RuntimeW32GuestR0_INCS = $(RuntimeR0Drv_INCS.win) $(RuntimeR0Drv_INCS.win.x86) $(RuntimeR0Drv_INCS)
|
---|
588 | RuntimeW32GuestR0_SOURCES = \
|
---|
589 | $(RuntimeR0Drv_SOURCES) \
|
---|
590 | $(RuntimeR0Drv_SOURCES.win) \
|
---|
591 | VBox/logbackdoor.cpp \
|
---|
592 | logR0.cpp
|
---|
593 | ifdef VBOX_USE_VCC80
|
---|
594 | RuntimeW32GuestR0_SOURCES += \
|
---|
595 | string/memchr.cpp \
|
---|
596 | string/memcmp.cpp \
|
---|
597 | string/memcpy.cpp \
|
---|
598 | string/memset.cpp \
|
---|
599 | string/strlen.cpp
|
---|
600 | endif
|
---|
601 |
|
---|
602 |
|
---|
603 | #
|
---|
604 | # RuntimeW32NT4GuestR0 - Win32 NT4 guest driver runtime.
|
---|
605 | #
|
---|
606 | RuntimeW32NT4GuestR0_TEMPLATE = VBOXW32GUESTR0LIB
|
---|
607 | RuntimeW32NT4GuestR0_SDKS = $(RuntimeW32GuestR0_SDKS)
|
---|
608 | RuntimeW32NT4GuestR0_DEFS = $(RuntimeW32GuestR0_DEFS) IPRT_TARGET_NT4
|
---|
609 | RuntimeW32NT4GuestR0_INCS = $(RuntimeW32GuestR0_INCS)
|
---|
610 | RuntimeW32NT4GuestR0_SOURCES = $(RuntimeW32GuestR0_SOURCES)
|
---|
611 |
|
---|
612 |
|
---|
613 | #
|
---|
614 | # RuntimeLnx32GuestR0 - 32-bit Linux guest driver runtime.
|
---|
615 | #
|
---|
616 | RuntimeLnx32GuestR0_TEMPLATE = VBOXLNX32GUESTR0
|
---|
617 | RuntimeLnx32GuestR0_DEFS = $(RuntimeR0Drv_DEFS.linux) $(RuntimeR0Drv_DEFS) IN_GUEST IN_GUEST_R0
|
---|
618 | RuntimeLnx32GuestR0_INCS = $(RuntimeR0Drv_INCS.linux) $(RuntimeR0Drv_INCS)
|
---|
619 | RuntimeLnx32GuestR0_SOURCES = \
|
---|
620 | $(RuntimeR0Drv_SOURCES) \
|
---|
621 | $(RuntimeR0Drv_SOURCES.linux) \
|
---|
622 | VBox/logbackdoor.cpp
|
---|
623 |
|
---|
624 | #
|
---|
625 | # RuntimeGC - Guest context library.
|
---|
626 | #
|
---|
627 | RuntimeGC_TEMPLATE = VBOXGC
|
---|
628 | RuntimeGC_DEFS = IN_RT_GC RT_WITH_VBOX
|
---|
629 | RuntimeGC_SOURCES = \
|
---|
630 | table/avlogcphys.cpp \
|
---|
631 | table/avlrogcphys.cpp \
|
---|
632 | table/avlogcptr.cpp \
|
---|
633 | table/avlohcphys.cpp \
|
---|
634 | table/avlrogcptr.cpp \
|
---|
635 | table/avlroogcptr.cpp \
|
---|
636 | table/avloioport.cpp \
|
---|
637 | table/avlroioport.cpp \
|
---|
638 | assert.cpp \
|
---|
639 | log.cpp \
|
---|
640 | logcom.cpp \
|
---|
641 | logformat.cpp \
|
---|
642 | string/strpbrk.cpp \
|
---|
643 | string/strncmp.cpp \
|
---|
644 | strformat.cpp \
|
---|
645 | strformatrt.cpp \
|
---|
646 | strprintf.cpp \
|
---|
647 | VBox/strformat-vbox.cpp \
|
---|
648 | timesup.cpp \
|
---|
649 | string/memchr.cpp \
|
---|
650 | string/memcmp.cpp \
|
---|
651 | string/memcpy.cpp \
|
---|
652 | string/memset.cpp \
|
---|
653 | string/strcpy.cpp \
|
---|
654 | string/strlen.cpp
|
---|
655 |
|
---|
656 | ifeq ($(VBOX_LDR_FMT32),lx)
|
---|
657 | RuntimeGC_SOURCES += os2/sys0.asm
|
---|
658 | endif
|
---|
659 |
|
---|
660 |
|
---|
661 | #
|
---|
662 | # Static library for new & delete for the electric fence.
|
---|
663 | #
|
---|
664 | RuntimeEFCPP_TEMPLATE = $(RuntimeR3_TEMPLATE)
|
---|
665 | RuntimeEFCPP_SDKS = $(RuntimeR3_SDKS)
|
---|
666 | RuntimeEFCPP_SDKS.$(BUILD_TARGET) = $(RuntimeR3_SDKS.$(BUILD_TARGET))
|
---|
667 | RuntimeEFCPP_DEFS = $(RuntimeR3_DEFS)
|
---|
668 | RuntimeEFCPP_DEFS.$(BUILD_TARGET) = $(RuntimeR3_DEFS.$(BUILD_TARGET))
|
---|
669 | RuntimeEFCPP_INCS = $(RuntimeR3_INCS)
|
---|
670 | RuntimeEFCPP_INCS.$(BUILD_TARGET) = $(RuntimeR3_INCS.$(BUILD_TARGET))
|
---|
671 | RuntimeEFCPP_SOURCES = r3/alloc-ef-cpp.cpp
|
---|
672 |
|
---|
673 |
|
---|
674 |
|
---|
675 | #
|
---|
676 | # errmsg.cpp depends on a generated header.
|
---|
677 | #
|
---|
678 | errmsg.cpp_DEPS = $(PATH_TARGET)/errmsgdata.h
|
---|
679 | errmsg.cpp_INCS = $(PATH_TARGET)
|
---|
680 |
|
---|
681 | win32/errmsgwin.cpp_DEPS = $(PATH_TARGET)/errmsgcomdata.h
|
---|
682 | win32/errmsgwin.cpp_INCS = $(PATH_TARGET)
|
---|
683 |
|
---|
684 | linux/errmsglinux.cpp_DEPS = $(PATH_TARGET)/errmsgxpcomdata.h
|
---|
685 | linux/errmsglinux.cpp_INCS = $(PATH_TARGET)
|
---|
686 |
|
---|
687 |
|
---|
688 | # Generate the rules
|
---|
689 | include $(PATH_KBUILD)/footer.kmk
|
---|
690 |
|
---|
691 |
|
---|
692 | #
|
---|
693 | # Generate the status code data.
|
---|
694 | #
|
---|
695 | $(PATH_TARGET)/errmsgdata.h: errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h
|
---|
696 | $(call MSG_L1,Generating $@)
|
---|
697 | $(QUIET)$(MKDIR) -p $(PATH_TARGET)
|
---|
698 | $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
|
---|
699 | ## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
|
---|
700 | $(PATH_TARGET)/errmsgcomdata.h: errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
|
---|
701 | $(call MSG_L1,Generating $@)
|
---|
702 | $(QUIET)$(MKDIR) -p $(PATH_TARGET)
|
---|
703 | $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
|
---|
704 | $(PATH_TARGET)/errmsgxpcomdata.h: errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h
|
---|
705 | $(call MSG_L1,Generating $@)
|
---|
706 | $(QUIET)$(MKDIR) -p $(PATH_TARGET)
|
---|
707 | $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
|
---|
708 |
|
---|
709 |
|
---|
710 | #
|
---|
711 | # Aliases for .cpp.h files so we can more easily do syntax checking from the editor.
|
---|
712 | #
|
---|
713 | ldrELFRelocatable.cpp.o: ldrELF.o
|
---|
714 | ldrELFRelocatable.cpp.obj: ldrELF.obj
|
---|
715 |
|
---|
716 |
|
---|
717 | #
|
---|
718 | # Doxygen documentation.
|
---|
719 | #
|
---|
720 | DOXYGEN_INPUT_DIRS = \
|
---|
721 | $(PATH_ROOT)/include/iprt \
|
---|
722 | $(PATH_ROOT)/include/iprt/nocrt \
|
---|
723 | $(PATH_ROOT)/include/iprt/nocrt/x86 \
|
---|
724 | $(PATH_ROOT)/include/iprt/nocrt/amd64 \
|
---|
725 | include/internal \
|
---|
726 | string \
|
---|
727 | table \
|
---|
728 | $(foreach dir, . r3 r0drv,\
|
---|
729 | $(dir) \
|
---|
730 | $(dir)/darwin \
|
---|
731 | $(dir)/l4 \
|
---|
732 | $(dir)/linux \
|
---|
733 | $(dir)/nt \
|
---|
734 | $(dir)/os2 \
|
---|
735 | $(dir)/win \
|
---|
736 | $(dir)/win32 \
|
---|
737 | $(dir)/win64 \
|
---|
738 | $(dir)/generic \
|
---|
739 | )
|
---|
740 |
|
---|
741 | # These must come first in order to make things look nice.
|
---|
742 | DOXYGEN_INPUT_FIRST =\
|
---|
743 | $(PATH_ROOT)/include/iprt/cdefs.h \
|
---|
744 | $(PATH_ROOT)/include/iprt/types.h \
|
---|
745 | $(PATH_ROOT)/include/iprt/runtime.h \
|
---|
746 | $(PATH_ROOT)/include/iprt/param.h \
|
---|
747 | $(PATH_ROOT)/include/iprt/assert.h \
|
---|
748 | $(PATH_ROOT)/include/iprt/asm.h \
|
---|
749 |
|
---|
750 | DOXYGEN_INPUT := \
|
---|
751 | $(filter-out %.cpp.h, $(sort $(wildcard $(addsuffix /*.h, $(DOXYGEN_INPUT_DIRS)))) ) \
|
---|
752 | $(foreach dir, $(DOXYGEN_INPUT_DIRS), $(wildcard $(dir)/*.cpp $(dir)/.c $(dir)/.asm))
|
---|
753 | DOXYGEN_INPUT := \
|
---|
754 | $(DOXYGEN_INPUT_FIRST) \
|
---|
755 | $(filter-out $(DOXYGEN_INPUT_FIRST), $(DOXYGEN_INPUT))
|
---|
756 |
|
---|
757 |
|
---|
758 | DOXYGEN_OUTPUT = $(PATH_OUT)/docs/iprt
|
---|
759 |
|
---|
760 | -include $(PATH_TARGET)/Doxyfile.dep
|
---|
761 |
|
---|
762 | # Generate the Doxyfile
|
---|
763 | $(PATH_TARGET)/Doxyfile: Doxyfile \
|
---|
764 | $(comp-vars DOXYGEN_INPUT,DOXYGEN_INPUT_PREV,FORCE) \
|
---|
765 | $(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \
|
---|
766 | | $(call DIRDEP, $(PATH_TARGET))
|
---|
767 | $(RM) -f $@ $@.tmp $(PATH_TARGET)/Doxyfile.dep
|
---|
768 | $(CP) -f Doxyfile $@.tmp
|
---|
769 | $(APPEND) $@.tmp
|
---|
770 | $(APPEND) $@.tmp "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)"
|
---|
771 | $(APPEND) $@.tmp "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors"
|
---|
772 | $(APPEND) $@.tmp "INCLUDE_PATH = $(PATH_ROOT)/include include . table"
|
---|
773 | $(APPEND) $@.tmp "INCLUDE_FILE_PATTERNS = *.cpp.h"
|
---|
774 | $(APPEND) $@.tmp
|
---|
775 | $(APPEND) $@.tmp "INPUT = $(DOXYGEN_INPUT)"
|
---|
776 | $(APPEND) $@.tmp
|
---|
777 | $(MV) -f $@.tmp $@
|
---|
778 | @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_OUTPUT_PREV = $(DOXYGEN_OUTPUT)"
|
---|
779 | @$(APPEND) $(PATH_TARGET)/Doxyfile.dep "DOXYGEN_INPUT_PREV = $(DOXYGEN_INPUT)"
|
---|
780 |
|
---|
781 | # Create the output directory.
|
---|
782 | $(call DIRDEP, $(DOXYGEN_OUTPUT)):
|
---|
783 | $(MKDIR) -p $@
|
---|
784 |
|
---|
785 | # Do the actual job.
|
---|
786 | $(PATH_TARGET)/docs.iprt: $(PATH_TARGET)/Doxyfile $(DOXYGEN_INPUT) | $(call DIRDEP, $(DOXYGEN_OUTPUT))
|
---|
787 | $(RM) -f $(wildcard $(DOXYGEN_OUTPUT)/html/*) $(PATH_TARGET)/docs.iprt
|
---|
788 | doxygen $(PATH_TARGET)/Doxyfile
|
---|
789 | $(APPEND) $(PATH_TARGET)/docs.iprt
|
---|
790 |
|
---|
791 | # alias
|
---|
792 | docs: $(PATH_TARGET)/docs.iprt
|
---|
793 |
|
---|
794 | test:
|
---|
795 | @echo test-$(comp-vars DOXYGEN_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE)
|
---|
796 | @echo $(DOXYGEN_OUTPUT)
|
---|
797 | @echo $(DOXYGEN_OUTPUT_PREV)
|
---|
798 |
|
---|