]> git.ipfire.org Git - thirdparty/glibc.git/blame - mach/Makefile
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / mach / Makefile
CommitLineData
688903eb 1# Copyright (C) 1991-2018 Free Software Foundation, Inc.
28f540f4
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
28f540f4
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6
PE
15# License along with the GNU C Library; if not, see
16# <http://www.gnu.org/licenses/>.
28f540f4
RM
17
18subdir := mach
19
28f540f4
RM
20include ../Makeconfig
21
c316b486 22headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
28f540f4
RM
23 $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
24 $(lock-headers) machine-sp.h
2f8033d6 25lock = spin-solid spin-lock mutex-init mutex-solid
28f540f4
RM
26lock-headers = lock-intern.h machine-lock.h spin-lock.h
27routines = $(mach-syscalls) $(mach-shortcuts) \
28 mach_init mig_strncpy msg \
29 mig-alloc mig-dealloc mig-reply \
30 msg-destroy msgserver \
31 mach_error errstring error_compat errsystems \
c12bc232
RM
32 devstream setup-thread $(lock)
33
28f540f4 34# The RPC interfaces go in a separate library.
f0bf9cb9 35interface-library := libmachuser
c12bc232 36
aa592a63
RM
37# We produce mach_interface.h from mach.defs because there is already a
38# <mach/mach.h> that is not the interface header (thanks CMU).
c12bc232 39mach-interface-list := $(patsubst mach,mach_interface,$(mach-interface-list))
c2bf8a5a 40mach/mach_interface.defs = mach/mach.defs
c12bc232 41
c2bf8a5a 42# Similarly for memory_object_user vs. memory_object
c12bc232
RM
43mach-interface-list := $(patsubst memory_object,memory_object_user,\
44 $(mach-interface-list))
c2bf8a5a 45mach/memory_object_user.defs = mach/memory_object.defs
c12bc232
RM
46
47user-interfaces := $(addprefix mach/,$(mach-interface-list) \
48 mach_port mach_host exc \
a4300c7a 49 )\
c12bc232
RM
50 $(addprefix device/,device device_request)
51
a1c46301 52server-interfaces := mach/exc
c12bc232 53
28f540f4
RM
54# Clear any environment value.
55generated =
99ee4d26
ST
56
57# Avoid ssp before TLS is initialized.
58CFLAGS-mach_init.o = $(no-stack-protector)
59CFLAGS-RPC_vm_statistics.o = $(no-stack-protector)
60CFLAGS-RPC_vm_map.o = $(no-stack-protector)
61CFLAGS-RPC_vm_protect.o = $(no-stack-protector)
62CFLAGS-RPC_i386_set_gdt.o = $(no-stack-protector)
63CFLAGS-RPC_i386_set_ldt.o = $(no-stack-protector)
64CFLAGS-RPC_task_get_special_port.o = $(no-stack-protector)
28f540f4 65\f
3a2832a0
RM
66# Translate GNU names for CPUs into the names used in Mach header files.
67mach-machine = $(patsubst powerpc,ppc,$(base-machine))
68
28f540f4
RM
69# Define mach-syscalls and sysno-*.
70ifndef inhibit_mach_syscalls
f50a53cb 71-include $(objpfx)mach-syscalls.mk
28f540f4 72endif
c775104a 73$(objpfx)mach-syscalls.mk: syscalls.awk Makefile libc-modules.h
28f540f4 74# Go kludges!!!
19cc96bf 75 $(make-target-directory)
c337dc4c 76# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
aa1075ea 77 echo '#include <mach/syscall_sw.h>' | \
7cd72ad3
RM
78 $(CC) $(CFLAGS) $(CPPFLAGS) -E -MD -MP -MF $@-dep -MT $@ \
79 -x c-header - \
3a2832a0 80 -D_MACH_`echo $(mach-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \
aa1075ea 81 sed -n -e 's/^kernel_trap(\(.*\),\([-0-9]*\),\([0-9]*\))$$/\1 \2 \3/p'\
5aa8ff62 82 | $(AWK) -f $< > $@-new
7cd72ad3
RM
83ifneq (,$(objpfx))
84 sed $(sed-remove-objpfx) $@-dep >> $@-new
85else
86 cat $@-dep >> $@-new
87endif
88 rm -f $@-dep
a53bad16 89 mv -f $@-new $@
28f540f4
RM
90generated += mach-syscalls.mk
91
92ifndef mach-syscalls
93# We cannot make the deps properly until we know how to make the system
94# call functions, and for that we must know what they all are.
95no_deps=t
96else
97$(mach-syscalls:%=$(objpfx)%.S): $(objpfx)%.S: $(objpfx)mach-syscalls.mk
ab7dd85b
RM
98 (echo '#include <sysdep.h>'; \
99 echo 'kernel_trap (__$*,$(sysno-$*),$(nargs-$*))'; \
28f540f4 100 echo 'weak_alias (__$*, $*)') > $@-new
a53bad16 101 mv -f $@-new $@
28f540f4
RM
102generated += $(mach-syscalls:=.S)
103endif # mach-syscalls
104
3a2832a0
RM
105# These syscalls that look like RPCs actually have no RPC equivalents.
106mach-shortcuts := $(filter-out device_writev_request \
107 device_read_overwrite_request \
108 device_read_overwrite \
109 vm_read_overwrite \
110 thread_switch \
111 ,\
28f540f4
RM
112 $(patsubst syscall_%,%,$(filter syscall_%,$(mach-syscalls))))
113
114ifndef mach-shortcuts
115# Forget about mach_interface.defs for this run. On the next run,
116# $(mach-shortcuts) will be set, and that will change how
117# mach_interface.defs is processed: it will get the -D flags below.
c12bc232 118user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \
28f540f4
RM
119 mach/mach_port mach/mach_host mach/mach4 \
120 device/device_request,\
121 $(user-interfaces))
122endif
123
bfb82622
TBB
124# For some reason, the calls in this file are `protected' by an ifdef.
125MIGFLAGS-mach/mach4=-DMACH_PCSAMPLE
126
28f540f4
RM
127# Make the MiG stubs for $(mach-shortcuts) be CALL_rpc.
128migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc)
c12bc232
RM
129$(mach-interface-list:%=mach/%.uh) \
130 mach/mach_host.uh mach/mach_port.uh: $(objpfx)mach-syscalls.mk
28f540f4
RM
131
132ifdef mach-shortcuts
133$(mach-shortcuts:%=$(objpfx)%.c): $(objpfx)%.c: shortcut.awk \
134 $(objpfx)RPC_%_rpc.c
5aa8ff62
UD
135 $(AWK) -v alias=$* -v call=__$* -v rpc=__$*_rpc \
136 -v syscall=__syscall_$* -f $^ > $@-new
a53bad16 137 mv -f $@-new $@
28f540f4
RM
138generated += $(mach-shortcuts:%=%.c)
139endif # mach-shortcuts
140
141# Generate mach-shortcuts.h, which will contain the prototypes for the
142# shortcutted kernel RPC functions.
c12bc232 143$(objpfx)mach-shortcuts.h: $(mach-interface-list:%=$(objpfx)mach/%.h) \
acba7f19 144 $(objpfx)mach/mach_host.h \
28f540f4
RM
145 $(objpfx)mach/mach_port.h
146# The first line gets us one paragraph per line, with @s separating real lines.
147# The second line selects paragraphs for the shortcutted functions.
6d52618b 148# The third line removes `_rpc' from the names and reconstitutes the lines.
28f540f4
RM
149 cat $^ | tr \\012 @ | sed s/@@/@%/g | tr % \\012 \
150 | grep '^/\* Routine [a-z0-9_]*_rpc \*/' \
151 | sed 's/_rpc//g' | tr @ \\012 > $@-new
a53bad16 152 mv -f $@-new $@
28f540f4
RM
153generated += mach-shortcuts.h
154
155before-compile += $(objpfx)mach-shortcuts.h
156\f
157include Machrules
158include ../Rules
159
160
421f82e5
RM
161# A gcc bug prevents the generated file from working properly,
162# so we have one in the distribution for the time being.
28f540f4
RM
163generated += errsystems.c
164$(objpfx)errsystems.c: errsystems.awk err_*.sub \
165 $(wildcard $(addsuffix /err_*.sub,$(+sysdep_dirs)))
5aa8ff62 166 $(AWK) -v subsys='$(filter-out $<,$^)' -f $^ > $@.n
a53bad16 167 mv -f $@.n $@
9c1e611d
RM
168
169
170# Convenient target to update all the generated source files.
171.PHONY: generated
172generated: $(addprefix $(common-objpfx),$(common-generated)) \
173 $(addprefix $(objpfx),$(generated))
c06b8d60
RM
174
175.PHONY: mach-before-compile
176mach-before-compile: $(mach-before-compile)