VirtualBox

source: vbox/trunk/src/libs/kStuff/Makefile.kmk@ 26515

Last change on this file since 26515 was 24670, checked in by vboxsync, 15 years ago

kStuff/Makefile.kmk: quieter, please.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1# $Id: Makefile.kmk 24670 2009-11-15 15:32:24Z vboxsync $
2## @file
3# Sub-Makefile for kStuff, for statically linking into VBoxRT.
4#
5
6#
7# Copyright (C) 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
22SUB_DEPTH = ../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25#
26# The library.
27#
28LIBRARIES += VBox-kStuff
29VBox-kStuff_TEMPLATE = VBOXR3
30VBox-kStuff_DEFS = IN_RT_R3
31VBox-kStuff_DEFS.strict = K_STRICT KLDRMODMACHO_STRICT KLDRMODMACHO_STRICT2
32VBox-kStuff_DEFS.debug = $(VBox-kStuff_DEFS.strict)
33VBox-kStuff_INCS = \
34 kStuff/include \
35 $(VBox-kStuff_0_OUTDIR)
36VBox-kStuff_ORDERDEPS = \
37 $(VBox-kStuff_0_OUTDIR)/kErrNameConsts.h
38VBox-kStuff_SOURCES = \
39 kStuff/kLdr/kLdrMod.c \
40 kStuff/kLdr/kLdrModLX.c \
41 kStuff/kLdr/kLdrModMachO.c \
42 kStuff/kLdr/kLdrModPE.c \
43 \
44 kStuff/kRdr/kRdr.cpp \
45 kStuff/kRdr/kRdrBuffered.cpp \
46 \
47 kStuff/kCpu/kCpuCompare.c \
48 kStuff/kCpu/kCpuGetArchAndCpu.c \
49 \
50 kStuff/kErr/kErrName.c \
51 \
52 kStuff/kHlp/Generic/kHlpMemPComp.c \
53 kStuff/kHlp/Generic/kHlpMemICompAscii.c \
54 kStuff/kHlp/Generic/kHlpStrPCat.c \
55 kStuff/kHlp/Generic/kHlpStrNPCat.c \
56 kStuff/kHlp/Generic/kHlpStrPComp.c \
57 kStuff/kHlp/Generic/kHlpStrNPComp.c \
58 kStuff/kHlp/Generic/kHlpStrICompAscii.c \
59 kStuff/kHlp/Generic/kHlpStrIPCompAscii.c \
60 kStuff/kHlp/Generic/kHlpStrNICompAscii.c \
61 kStuff/kHlp/Generic/kHlpStrNIPCompAscii.c \
62 kStuff/kHlp/Generic/kHlpStrPCopy.c \
63 kStuff/kHlp/Generic/kHlpStrNLen.c \
64 kStuff/kHlp/Generic/kHlpInt2Ascii.c \
65 kStuff/kHlp/Generic/kHlpGetEnvUZ.c \
66 kStuff/kHlp/Generic/kHlpGetExt.c \
67 kStuff/kHlp/Generic/kHlpGetFilename.c \
68 kStuff/kHlp/Generic/kHlpIsFilenameOnly.c \
69 \
70 iprt/kHlpPage-iprt.cpp \
71 iprt/kHlpAlloc-iprt.cpp \
72 iprt/kHlpAssert-iprt.cpp \
73 iprt/kHlpEnv-iprt.cpp \
74 iprt/kHlpString-iprt.cpp \
75 iprt/kRdrFile-iprt.cpp
76
77# Generate the error constants.
78$$(VBox-kStuff_0_OUTDIR)/kErrNameConsts.h: \
79 $(PATH_SUB_CURRENT)/kStuff/include/k/kErrors.h \
80 $(MAKEFILE_CURRENT) \
81 | $$(dir $$@)
82 $(QUIET)$(RM) -f $@
83 $(QUIET)$(SED) \
84 -e '/^#define *\(K[A-Z_]*ERR_[^ ()]*\) .*$$/!d' \
85 -e 's/^#define *\(K[A-Z_]*ERR_[^ ()]*\) .*$$/ERR_CONST(\1)/' \
86 -e '/K[A-Z_]*ERR_[A-Z0-9_]*BASE/d' \
87 -e '/K[A-Z_]*ERR_[A-Z0-9_]*END/d' \
88 --output $@ \
89 $<
90
91include $(KBUILD_PATH)/subfooter.kmk
92
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