]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/Makefile.template
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.template
1 #
2 # Mach Operating System
3 # Copyright (c) 1986 Carnegie-Mellon University
4 # All rights reserved. The CMU software License Agreement specifies
5 # the terms and conditions for use and redistribution.
6 #
7
8 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
9 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
10 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
11 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
12
13 include $(MakeInc_cmd)
14 include $(MakeInc_def)
15
16 #
17 # XXX: CFLAGS
18 #
19 CFLAGS+= -include meta_features.h -DMACH_KERNEL_PRIVATE -DMACH_KERNEL
20 SFLAGS+= -include meta_features.h
21
22 # Objects that don't want -Wcast-align warning (8474835)
23 OBJS_NO_CAST_ALIGN = \
24 atm_notification_user.o \
25 model_dep.o \
26 video_console.o \
27 kdp_udp.o \
28 kdp_machdep.o \
29 host.o \
30 processor.o \
31 sched_prim.o \
32 task.o \
33 thread.o \
34 threadinfo.o \
35 gssd_mach.o \
36 UNDRequest.o \
37 panic_dialog.o \
38 bsd_i386.o \
39 commpage.o \
40 cpu_threads.o \
41 cpuid.o \
42 locks_i386.o \
43 locks_i386_opt.o \
44 machine_task.o \
45 mp_desc.o \
46 pcb.o \
47 pcb_native.o \
48 kdp_x86_common.o \
49 startup64.o \
50 affinity.o \
51 sched_grrr.o \
52 sched_proto.o \
53 stack.o \
54 task_policy.o \
55 wait_queue.o \
56 bsd_kern.o \
57 pmc.o \
58 status.o \
59 machine_routines.o \
60 loose_ends.o \
61 sleh.o \
62 ccdigest_final_64be.o \
63 ccdigest_init.o \
64 ccdigest_update.o \
65 cchmac_final.o \
66 cchmac_init.o \
67 ccsha1.o \
68 ipc_object.o \
69 ipc_kmsg.o \
70 ipc_right.o
71
72 # Objects that don't want -Wsign-compare warning (15294427)
73 OBJS_NO_SIGN_COMPARE = \
74 atm_notification_user.o
75
76 $(foreach file,$(OBJS_NO_CAST_ALIGN),$(eval $(call add_perfile_cflags,$(file),-Wno-cast-align)))
77 $(foreach file,$(OBJS_NO_SIGN_COMPARE),$(eval $(call add_perfile_cflags,$(file),-Wno-sign-compare)))
78
79 #
80 # XXX: INCFLAGS to include libsa prototypes
81 #
82 INCFLAGS_MAKEFILE= -I$(SOURCE)libsa
83
84 #
85 # Directories for mig generated files
86 #
87 COMP_SUBDIRS = \
88 atm \
89 default_pager \
90 device \
91 mach \
92 UserNotification \
93 gssd \
94 kextd \
95 lockd
96
97 #
98 # Make sure we don't remove this by accident if interrupted at the wrong
99 # time.
100 #
101 .PRECIOUS: Makefile
102
103 #
104 # Theses macros are filled in by the config program depending on the
105 # current configuration. The MACHDEP macro is replaced by the
106 # contents of the machine dependent makefile template and the others
107 # are replaced by the corresponding symbol definitions for the
108 # configuration.
109 #
110
111 %OBJS
112
113 %CFILES
114
115 %CXXFILES
116
117 %SFILES
118
119 %MACHDEP
120
121 # Rebuild if per-file overrides change
122 ${OBJS}: $(firstword $(MAKEFILE_LIST))
123
124 # Rebuild if global compile flags change
125 $(COBJS): .CFLAGS
126 .CFLAGS: ALWAYS
127 $(_v)$(REPLACECONTENTS) $@ $(KCC) $(CFLAGS) $(INCFLAGS)
128 $(CXXOBJS): .CXXFLAGS
129 .CXXFLAGS: ALWAYS
130 $(_v)$(REPLACECONTENTS) $@ $(KC++) $(CXXFLAGS) $(INCFLAGS)
131 $(SOBJS): .SFLAGS
132 .SFLAGS: ALWAYS
133 $(_v)$(REPLACECONTENTS) $@ $(S_KCC) $(SFLAGS) $(INCFLAGS)
134
135 $(COMPONENT).filelist: $(OBJS)
136 $(_v)for hib_file in ${HIB_FILES}; \
137 do \
138 $(SEG_HACK) -n __HIB -o $${hib_file}__ $${hib_file} || exit 1; \
139 mv $${hib_file}__ $${hib_file} || exit 1; \
140 done
141 @echo "$(ColorL)LDFILELIST$(Color0) $(ColorLF)$(COMPONENT)$(Color0)"
142 $(_v)for obj in ${OBJS}; do \
143 echo $(TARGET)/$(CURRENT_KERNEL_CONFIG)/$${obj}; \
144 done > $(COMPONENT).filelist
145
146 do_all: $(COMPONENT).filelist
147
148 do_build_all:: do_all
149
150 # genassym.o actually is an assembly file,
151 # we name it genassym.o to help with the automatic
152 # dependency generation
153
154 GENASSYM_LOCATION = $(CURRENT_ARCH_CONFIG_LC)
155
156 ifeq ($(CURRENT_ARCH_CONFIG_LC),x86_64)
157 GENASSYM_LOCATION = i386
158 else ifeq ($(CURRENT_ARCH_CONFIG_LC),x86_64h)
159 GENASSYM_LOCATION = i386
160 endif
161
162 -include genassym.d
163 genassym.o: .CFLAGS $(firstword $(MAKEFILE_LIST))
164 genassym.o: $(SOURCE_DIR)/$(COMPONENT)/$(GENASSYM_LOCATION)/genassym.c
165 @echo "[$(CMD_MC)] $(ColorH)GENASSYM$(Color0) $(ColorLF)$<$(Color0)"
166 $(_v)${GENASSYM_KCC} ${CFLAGS} ${CFLAGS_NOLTO_FLAG} -MD -S -o ${@} ${INCFLAGS} $<
167
168 assym.s: genassym.o
169 $(_v)sed -e '/^[[:space:]]*DEFINITION__define__/!d;{N;s/\n//;}' -e 's/^[[:space:]]*DEFINITION__define__\([^:]*\):.*ascii.*\"[\$$]*\([-0-9\#]*\)\".*$$/#define \1 \2/' -e 'p' -e 's/#//2' -e 's/^[[:space:]]*#define \([A-Za-z0-9_]*\)[[:space:]]*[\$$#]*\([-0-9]*\).*$$/#define \1_NUM \2/' genassym.o > $@
170
171 ${SOBJS}: assym.s
172
173 %RULES
174
175 include $(MakeInc_rule)
176 include $(MakeInc_dir)