summaryrefslogtreecommitdiff
path: root/mach/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-05 07:31:42 +0000
committerRoland McGrath <roland@gnu.org>1994-04-05 07:31:42 +0000
commit6b806dd43b65a04d321de7188d62a248522e742c (patch)
treeba74d2347c27b84b1683c4804256d901744d946c /mach/Makefile
parente2dfc448c1474462ca3d9e8b676a2d91ce8294ca (diff)
Formerly ../mach/Makefile.~72~
Diffstat (limited to 'mach/Makefile')
-rw-r--r--mach/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mach/Makefile b/mach/Makefile
index 8ef2207431..f180dab926 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -27,8 +27,7 @@ include ../Makeconfig
headers = mach_init.h mach.h mach_error.h mach-shortcuts.h \
$(interface-headers) mach/mach.h mach/mig_support.h mach/error.h
distribute = thread_state.h
-routines = $(interface-routines) \
- $(filter-out syscall_%,$(mach-syscalls)) \
+routines = $(filter-out syscall_%,$(mach-syscalls)) \
$(addprefix __,$(mach-syscalls)) \
$(mach-shortcuts) $(addprefix __,$(mach-shortcuts)) \
mach_init vm_page_size \
@@ -38,6 +37,8 @@ routines = $(interface-routines) \
__msg_dest __msgserver \
mach_error mach_error_string error_compat errsystems \
devstream bootprivport setup-thread thread-sym
+# The RPC interfaces go in a separate library.
+interface-library := libmachuser.a
user-interfaces := $(addprefix mach/,mach_interface mach_port mach_host \
memory_object_user \
memory_object_default \