INSTINC_SUBDIRS = machine
INSTINC_SUBDIRS_ARM = arm
-INSTINC_SUBDIRS_I386 = i386
INSTINC_SUBDIRS_X86_64 = i386
EXPINC_SUBDIRS = machine
-EXPINC_SUBDIRS_I386 = i386
EXPINC_SUBDIRS_X86_64 = i386
EXPINC_SUBDIRS_ARM = arm
host_notify_reply.defs \
host_priv.defs \
host_security.defs \
- ledger.defs \
lock_set.defs \
mach_exc.defs \
mach_host.defs \
security.defs \
task.defs \
task_access.defs \
+ telemetry_notification.defs \
thread_act.defs \
vm_map.defs
memory_object_server.h \
memory_object_default_server.h \
notify_server.h \
- task_access_server.h
+ task_access_server.h \
+ telemetry_notification_server.h
MIG_UUHDRS = \
clock.h \
clock_priv.h \
host_priv.h \
host_security.h \
- ledger.h \
lock_set.h \
mach_host.h \
mach_port.h \
sync_policy.h \
syscall_sw.h \
task_info.h \
- task_ledger.h \
task_policy.h \
task_special_ports.h \
thread_info.h \
EXPORT_MI_DIR = mach
-.ORDER: ${MIGINCLUDES}
-
${MIGINCLUDES} : ${MIG_TYPES}
-.ORDER: ${MIG_UUHDRS}
-
${MIG_UUHDRS} : \
%.h : %.defs
@echo MIG $@
-header $@ \
$<
-.ORDER: ${MIG_USHDRS}
-
${MIG_USHDRS} : \
%_server.h : %.defs
@echo MIG $@
#
# Build path
#
-COMP_SUBDIRS_I386 = \
- i386
INCFLAGS_MAKEFILE= -I..
memory_object_control_user.c \
memory_object_default_user.c \
task_access_user.c \
+ telemetry_notification_user.c \
upl_user.c \
vm_map_user.c
exc_server.h \
host_priv_server.h \
host_security_server.h \
- ledger_server.h \
lock_set_server.h \
mach_exc_server.h \
mach_host_server.h \
exc_server.c \
host_priv_server.c \
host_security_server.c \
- ledger_server.c \
lock_set_server.c \
mach_exc_server.c \
mach_host_server.c \
#
COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
+do_build_all:: $(COMP_FILES)
+
${COMP_FILES} : ${MIG_TYPES}
-
-.ORDER: ${MIG_KUSRC}
${MIG_KUSRC} : \
%_user.c : %.defs
-sheader /dev/null \
$<
-.ORDER: ${MIG_KSSRC}
-
${MIG_KSSRC}: \
%_server.c : %.defs
@echo MIG $@