1 # $NetBSD: Makefile,v 1.17 2009/10/10 18:06:54 bad Exp $
5 PROPLIBDIR
=${.CURDIR
}/..
/..
/sys
/libprop
9 CFLAGS
+=-D_REENTRANT
-I
${.CURDIR
}/..
/..
/sys
13 SRCS
+= prop_array.c prop_array_util.c prop_bool.c prop_data.c \
14 prop_dictionary.c prop_dictionary_util.c prop_ingest.c \
15 prop_kern.c prop_number.c prop_object.c prop_stack.c \
16 prop_rb.c prop_string.c
20 MAN
= prop_array
.3 prop_bool
.3 prop_data
.3 prop_dictionary
.3 \
21 prop_ingest
.3 prop_number
.3 prop_object
.3 prop_string
.3 proplib
.3
23 MAN
+= prop_send_ioctl
.3
24 MLINKS
+= prop_send_ioctl
.3 prop_array_send_ioctl
.3
25 MLINKS
+= prop_send_ioctl
.3 prop_array_recv_ioctl
.3
26 MLINKS
+= prop_send_ioctl
.3 prop_dictionary_send_ioctl
.3
27 MLINKS
+= prop_send_ioctl
.3 prop_dictionary_recv_ioctl
.3
28 MLINKS
+= prop_send_ioctl
.3 prop_dictionary_sendrecv_ioctl
.3
30 MAN
+= prop_dictionary_util
.3
31 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_bool
.3
32 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_bool
.3
33 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_dict
.3
34 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_int8.3
35 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_uint8.3
36 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_int8.3
37 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_uint8.3
38 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_int16.3
39 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_uint16.3
40 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_int16.3
41 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_uint16.3
42 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_int32.3
43 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_uint32.3
44 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_int32.3
45 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_uint32.3
46 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_int64.3
47 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_uint64.3
48 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_int64.3
49 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_uint64.3
50 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_cstring
.3
51 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_cstring
.3
52 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_get_cstring_nocopy
.3
53 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_cstring_nocopy
.3
54 MLINKS
+= prop_dictionary_util
.3 prop_dictionary_set_and_rel
.3
56 MLINKS
+= prop_array
.3 prop_array_add
.3
57 MLINKS
+= prop_array
.3 prop_array_capacity
.3
58 MLINKS
+= prop_array
.3 prop_array_copy
.3
59 MLINKS
+= prop_array
.3 prop_array_copy_mutable
.3
60 MLINKS
+= prop_array
.3 prop_array_count
.3
61 MLINKS
+= prop_array
.3 prop_array_create
.3
62 MLINKS
+= prop_array
.3 prop_array_create_with_capacity
.3
63 MLINKS
+= prop_array
.3 prop_array_ensure_capacity
.3
64 MLINKS
+= prop_array
.3 prop_array_equals
.3
65 MLINKS
+= prop_array
.3 prop_array_externalize
.3
66 MLINKS
+= prop_array
.3 prop_array_externalize_to_file
.3
67 MLINKS
+= prop_array
.3 prop_array_externalize_to_pref
.3
68 MLINKS
+= prop_array
.3 prop_array_get
.3
69 MLINKS
+= prop_array
.3 prop_array_internalize
.3
70 MLINKS
+= prop_array
.3 prop_array_internalize_from_file
.3
71 MLINKS
+= prop_array
.3 prop_array_internalize_from_pref
.3
72 MLINKS
+= prop_array
.3 prop_array_iterator
.3
73 MLINKS
+= prop_array
.3 prop_array_make_immutable
.3
74 MLINKS
+= prop_array
.3 prop_array_mutable
.3
75 MLINKS
+= prop_array
.3 prop_array_remove
.3
76 MLINKS
+= prop_array
.3 prop_array_set
.3
78 MAN
+= prop_array_util
.3
79 MLINKS
+= prop_array_util
.3 prop_array_get_bool
.3
80 MLINKS
+= prop_array_util
.3 prop_array_set_bool
.3
81 MLINKS
+= prop_array_util
.3 prop_array_add_int8.3
82 MLINKS
+= prop_array_util
.3 prop_array_add_uint8.3
83 MLINKS
+= prop_array_util
.3 prop_array_get_int8.3
84 MLINKS
+= prop_array_util
.3 prop_array_get_uint8.3
85 MLINKS
+= prop_array_util
.3 prop_array_set_int8.3
86 MLINKS
+= prop_array_util
.3 prop_array_set_uint8.3
87 MLINKS
+= prop_array_util
.3 prop_array_add_int16.3
88 MLINKS
+= prop_array_util
.3 prop_array_add_uint16.3
89 MLINKS
+= prop_array_util
.3 prop_array_get_int16.3
90 MLINKS
+= prop_array_util
.3 prop_array_get_uint16.3
91 MLINKS
+= prop_array_util
.3 prop_array_set_int16.3
92 MLINKS
+= prop_array_util
.3 prop_array_set_uint16.3
93 MLINKS
+= prop_array_util
.3 prop_array_add_int32.3
94 MLINKS
+= prop_array_util
.3 prop_array_add_uint32.3
95 MLINKS
+= prop_array_util
.3 prop_array_get_int32.3
96 MLINKS
+= prop_array_util
.3 prop_array_get_uint32.3
97 MLINKS
+= prop_array_util
.3 prop_array_set_int32.3
98 MLINKS
+= prop_array_util
.3 prop_array_set_uint32.3
99 MLINKS
+= prop_array_util
.3 prop_array_add_int64.3
100 MLINKS
+= prop_array_util
.3 prop_array_add_uint64.3
101 MLINKS
+= prop_array_util
.3 prop_array_get_int64.3
102 MLINKS
+= prop_array_util
.3 prop_array_get_uint64.3
103 MLINKS
+= prop_array_util
.3 prop_array_set_int64.3
104 MLINKS
+= prop_array_util
.3 prop_array_set_uint64.3
105 MLINKS
+= prop_array_util
.3 prop_array_get_cstring
.3
106 MLINKS
+= prop_array_util
.3 prop_array_set_cstring
.3
107 MLINKS
+= prop_array_util
.3 prop_array_get_cstring_nocopy
.3
108 MLINKS
+= prop_array_util
.3 prop_array_set_cstring_nocopy
.3
109 MLINKS
+= prop_array_util
.3 prop_array_add_and_rel
.3
111 MLINKS
+= prop_bool
.3 prop_bool_copy
.3
112 MLINKS
+= prop_bool
.3 prop_bool_create
.3
113 MLINKS
+= prop_bool
.3 prop_bool_true
.3
115 MLINKS
+= prop_data
.3 prop_data_copy
.3
116 MLINKS
+= prop_data
.3 prop_data_create_data
.3
117 MLINKS
+= prop_data
.3 prop_data_create_data_nocopy
.3
118 MLINKS
+= prop_data
.3 prop_data_data
.3
119 MLINKS
+= prop_data
.3 prop_data_data_nocopy
.3
120 MLINKS
+= prop_data
.3 prop_data_equals
.3
121 MLINKS
+= prop_data
.3 prop_data_equals_data
.3
122 MLINKS
+= prop_data
.3 prop_data_size
.3
124 MLINKS
+= prop_dictionary
.3 prop_dictionary_all_keys
.3
125 MLINKS
+= prop_dictionary
.3 prop_dictionary_capacity
.3
126 MLINKS
+= prop_dictionary
.3 prop_dictionary_copy
.3
127 MLINKS
+= prop_dictionary
.3 prop_dictionary_copy_mutable
.3
128 MLINKS
+= prop_dictionary
.3 prop_dictionary_count
.3
129 MLINKS
+= prop_dictionary
.3 prop_dictionary_create
.3
130 MLINKS
+= prop_dictionary
.3 prop_dictionary_create_with_capacity
.3
131 MLINKS
+= prop_dictionary
.3 prop_dictionary_ensure_capacity
.3
132 MLINKS
+= prop_dictionary
.3 prop_dictionary_equals
.3
133 MLINKS
+= prop_dictionary
.3 prop_dictionary_externalize
.3
134 MLINKS
+= prop_dictionary
.3 prop_dictionary_externalize_to_file
.3
135 MLINKS
+= prop_dictionary
.3 prop_dictionary_externalize_to_pref
.3
136 MLINKS
+= prop_dictionary
.3 prop_dictionary_get
.3
137 MLINKS
+= prop_dictionary
.3 prop_dictionary_get_keysym
.3
138 MLINKS
+= prop_dictionary
.3 prop_dictionary_internalize
.3
139 MLINKS
+= prop_dictionary
.3 prop_dictionary_internalize_from_file
.3
140 MLINKS
+= prop_dictionary
.3 prop_dictionary_internalize_from_pref
.3
141 MLINKS
+= prop_dictionary
.3 prop_dictionary_iterator
.3
142 MLINKS
+= prop_dictionary
.3 prop_dictionary_keysym_cstring_nocopy
.3
143 MLINKS
+= prop_dictionary
.3 prop_dictionary_keysym_equals
.3
144 MLINKS
+= prop_dictionary
.3 prop_dictionary_make_immutable
.3
145 #MLINKS+= prop_dictionary.3 prop_dictionary_mutable.3
146 MLINKS
+= prop_dictionary
.3 prop_dictionary_remove
.3
147 MLINKS
+= prop_dictionary
.3 prop_dictionary_remove_keysym
.3
148 MLINKS
+= prop_dictionary
.3 prop_dictionary_set
.3
149 MLINKS
+= prop_dictionary
.3 prop_dictionary_set_keysym
.3
151 MLINKS
+= prop_ingest
.3 prop_ingest_context_alloc
.3
152 MLINKS
+= prop_ingest
.3 prop_ingest_context_error
.3
153 MLINKS
+= prop_ingest
.3 prop_ingest_context_free
.3
154 MLINKS
+= prop_ingest
.3 prop_ingest_context_key
.3
155 MLINKS
+= prop_ingest
.3 prop_ingest_context_private
.3
156 MLINKS
+= prop_ingest
.3 prop_ingest_context_type
.3
157 MLINKS
+= prop_ingest
.3 prop_dictionary_ingest
.3
159 MLINKS
+= prop_number
.3 prop_number_copy
.3
160 MLINKS
+= prop_number
.3 prop_number_create_integer
.3
161 MLINKS
+= prop_number
.3 prop_number_create_unsigned_integer
.3
162 MLINKS
+= prop_number
.3 prop_number_equals
.3
163 MLINKS
+= prop_number
.3 prop_number_equals_integer
.3
164 MLINKS
+= prop_number
.3 prop_number_equals_unsigned_integer
.3
165 MLINKS
+= prop_number
.3 prop_number_size
.3
166 MLINKS
+= prop_number
.3 prop_number_unsigned
.3
167 MLINKS
+= prop_number
.3 prop_number_integer_value
.3
168 MLINKS
+= prop_number
.3 prop_number_unsigned_integer_value
.3
170 MLINKS
+= prop_object
.3 prop_object_equals
.3
171 MLINKS
+= prop_object
.3 prop_object_iterator_next
.3
172 MLINKS
+= prop_object
.3 prop_object_iterator_release
.3
173 MLINKS
+= prop_object
.3 prop_object_iterator_reset
.3
174 MLINKS
+= prop_object
.3 prop_object_release
.3
175 MLINKS
+= prop_object
.3 prop_object_retain
.3
176 MLINKS
+= prop_object
.3 prop_object_type
.3
178 MLINKS
+= prop_string
.3 prop_string_append
.3
179 MLINKS
+= prop_string
.3 prop_string_append_cstring
.3
180 MLINKS
+= prop_string
.3 prop_string_copy
.3
181 MLINKS
+= prop_string
.3 prop_string_copy_mutable
.3
182 MLINKS
+= prop_string
.3 prop_string_create
.3
183 MLINKS
+= prop_string
.3 prop_string_create_cstring
.3
184 MLINKS
+= prop_string
.3 prop_string_create_cstring_nocopy
.3
185 MLINKS
+= prop_string
.3 prop_string_cstring
.3
186 MLINKS
+= prop_string
.3 prop_string_cstring_nocopy
.3
187 MLINKS
+= prop_string
.3 prop_string_equals
.3
188 MLINKS
+= prop_string
.3 prop_string_equals_cstring
.3
189 MLINKS
+= prop_string
.3 prop_string_mutable
.3
190 MLINKS
+= prop_string
.3 prop_string_size
.3
192 MAN
+= prop_send_syscall
.3
193 MLINKS
+= prop_send_syscall
.3 prop_array_send_syscall
.3
194 MLINKS
+= prop_send_syscall
.3 prop_array_recv_syscall
.3
195 MLINKS
+= prop_send_syscall
.3 prop_dictionary_send_syscall
.3
196 MLINKS
+= prop_send_syscall
.3 prop_dictionary_recv_syscall
.3
198 .
include <bsd.lib.mk
>