VirtualBox

source: kBuild/trunk/src/kWorker/Makefile.kmk@ 2949

Last change on this file since 2949 was 2948, checked in by bird, 8 years ago

kWorker/kDep: save a few header stat calls while optimizing dependencies.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.8 KB
Line 
1# $Id: Makefile.kmk 2948 2016-09-20 15:36:07Z bird $
2## @file
3# Sub-makefile for kWorker.
4#
5
6#
7# Copyright (c) 2016 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
8#
9# This file is part of kBuild.
10#
11# kBuild is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 3 of the License, or
14# (at your option) any later version.
15#
16# kBuild is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with kBuild. If not, see <http://www.gnu.org/licenses/>
23#
24#
25
26
27SUB_DEPTH = ../..
28include $(PATH_KBUILD)/subheader.kmk
29
30
31PROGRAMS += kWorker
32kWorker_TEMPLATE = BIN-STATIC-THREADED
33kWorker_DEFS := KWORKER
34kWorker_DEFS.debug = K_STRICT
35kWorker_DEFS.release = NASSERT
36kWorker_SOURCES = \
37 kWorker.c \
38 ../kmk/kmkbuiltin/kDepObj.c
39kWorker_INCS = \
40 ../kmk/ \
41 ../kmk/kmkbuiltin
42kWorker_LIBS = \
43 $(kStuff_1_TARGET) \
44 $(kWorkerLib_1_TARGET)
45include $(KBUILD_PATH)/sdks/WINDDK71.kmk
46kWorker_LIBS.win = \
47 $(TEMPLATE_BIN-STATIC-THREADED_LIBS) \
48 $(PATH_SDK_WINDDK71_LIB_WNET)/ntdll.lib \
49 $(PATH_SDK_WINDDK71_LIB_WNET)/psapi.lib
50kWorker_LDFLAGS.win = \
51 /BASE:0x10000 /DYNAMICBASE:NO /FIXED
52#kWorker_LDFLAGS.win.x86 = \
53# /SAFESEH:NO - doesn't help anyone.
54
55
56#
57# Stuff from ../libs. Need to rebuilt it with static CRT.
58#
59LIBRARIES += kWorkerLib
60kWorkerLib_TEMPLATE = LIB-STATIC-THREADED
61kWorkerLib_DEFPATH = ../lib # Need fix from r2837.
62kWorkerLib_DEFPATH := $(PATH_SUB_CURRENT)/../lib
63kWorkerLib_DEFS := KWORKER
64kWorkerLib_SOURCES = \
65 crc32.c \
66 md5.c \
67 kbuild_version.c \
68 kDep.c
69kWorkerLib_SOURCES.win = \
70 nt_fullpath.c \
71 nt_fullpath_cached.c \
72 quoted_spawn.c \
73 nt/nthlpcore.c \
74 nt/nthlpfs.c \
75 nt/ntdir.c \
76 nt/ntstat.c \
77 nt/ntunlink.c \
78 nt/kFsCache.c \
79 quote_argv.c
80kbuild_version.c_DEFS = KBUILD_SVN_REV=$(KBUILD_SVN_REV)
81
82#
83# kStuff library.
84#
85LIBRARIES += kStuff
86kStuff_TEMPLATE = LIB-STATIC-THREADED
87kStuff_DEFS.debug = K_STRICT
88kStuff_INCS = kStuff/include
89kStuff_DEFPATH = $(PATH_ROOT)/src/lib
90
91# kLdr
92kStuff_SOURCES += \
93 kStuff/kLdr/kLdr.c \
94 kStuff/kLdr/kLdrDyld.c \
95 kStuff/kLdr/kLdrDyldFind.c \
96 kStuff/kLdr/kLdrDyldMod.c \
97 kStuff/kLdr/kLdrDyldOS.c \
98 kStuff/kLdr/kLdrDyLdSem.c \
99 kStuff/kLdr/kLdrMod.c \
100 kStuff/kLdr/kLdrModLX.c \
101 kStuff/kLdr/kLdrModMachO.c \
102 kStuff/kLdr/kLdrModNative.c \
103 kStuff/kLdr/kLdrModPE.c
104kLdr_SOURCES.os2 += \
105 kStuff/kLdr/kLdr-os2.c \
106 kStuff/kLdr/kLdrA-os2.asm
107kLdr_SOURCES.win += \
108 kStuff/kLdr/kLdr-win.c
109
110# kRdr
111kStuff_SOURCES += \
112 kStuff/kRdr/kRdr.cpp \
113 kStuff/kRdr/kRdrFile.cpp \
114 kStuff/kRdr/kRdrBuffered.cpp
115
116# kCpu
117kStuff_SOURCES += \
118 kStuff/kCpu/kCpuCompare.c \
119 kStuff/kCpu/kCpuGetArchAndCpu.c
120
121# kHlp (CRT)
122kStuff_SOURCES += \
123 kStuff/kHlp/Generic/kHlpMemPComp.c \
124 kStuff/kHlp/Generic/kHlpMemICompAscii.c \
125 kStuff/kHlp/Generic/kHlpStrPCat.c \
126 kStuff/kHlp/Generic/kHlpStrNPCat.c \
127 kStuff/kHlp/Generic/kHlpStrPComp.c \
128 kStuff/kHlp/Generic/kHlpStrNPComp.c \
129 kStuff/kHlp/Generic/kHlpStrICompAscii.c \
130 kStuff/kHlp/Generic/kHlpStrIPCompAscii.c \
131 kStuff/kHlp/Generic/kHlpStrNICompAscii.c \
132 kStuff/kHlp/Generic/kHlpStrNIPCompAscii.c \
133 kStuff/kHlp/Generic/kHlpStrPCopy.c \
134 kStuff/kHlp/Generic/kHlpStrNLen.c \
135 kStuff/kHlp/Generic/kHlpInt2Ascii.c \
136 \
137 kStuff/kHlp/Generic/kHlpGetEnvUZ.c \
138 \
139 kStuff/kHlp/Generic/kHlpGetExt.c \
140 kStuff/kHlp/Generic/kHlpGetFilename.c \
141 kStuff/kHlp/Generic/kHlpIsFilenameOnly.c \
142 \
143 kStuff/kHlp/Generic/kHlpPage.c \
144 \
145 kStuff/kHlp/CRT/kHlpCRTAlloc.cpp \
146 kStuff/kHlp/CRT/kHlpCRTEnv.cpp \
147 kStuff/kHlp/CRT/kHlpCRTString.cpp
148kStuff_SOURCES.darwin += \
149 kStuff/kHlp/Bare/kHlpSys-darwin.c
150
151
152
153include $(KBUILD_PATH)/subfooter.kmk
154
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