xref: /netbsd-src/lib/libprop/Makefile (revision ce2c90c7c172d95d2402a5b3d96d8f8e6d138a21)
1#	$NetBSD: Makefile,v 1.8 2006/10/12 04:46:56 thorpej Exp $
2
3.include <bsd.own.mk>
4
5USE_SHLIBDIR=	yes
6
7PROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop
8
9.include "${PROPLIBDIR}/Makefile.inc"
10
11CPPFLAGS+=-D_LIBPROP
12CPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
13
14LIB=	prop
15
16MAN=	prop_array.3 prop_bool.3 prop_data.3 prop_dictionary.3 \
17	prop_ingest.3 prop_number.3 prop_object.3 prop_string.3 proplib.3
18
19MAN+=	prop_dictionary_copyin_ioctl.9
20MLINKS+= prop_dictionary_copyin_ioctl.9 prop_dictionary_copyout_ioctl.9
21
22MAN+=	prop_dictionary_send_ioctl.3
23MLINKS+= prop_dictionary_send_ioctl.3 prop_dictionary_recv_ioctl.3
24MLINKS+= prop_dictionary_send_ioctl.3 prop_dictionary_sendrecv_ioctl.3
25
26MLINKS+= prop_array.3 prop_array_add.3
27MLINKS+= prop_array.3 prop_array_capacity.3
28MLINKS+= prop_array.3 prop_array_copy.3
29MLINKS+= prop_array.3 prop_array_copy_mutable.3
30MLINKS+= prop_array.3 prop_array_count.3
31MLINKS+= prop_array.3 prop_array_create.3
32MLINKS+= prop_array.3 prop_array_create_with_capacity.3
33MLINKS+= prop_array.3 prop_array_ensure_capacity.3
34MLINKS+= prop_array.3 prop_array_equals.3
35MLINKS+= prop_array.3 prop_array_externalize.3
36MLINKS+= prop_array.3 prop_array_externalize_to_file.3
37MLINKS+= prop_array.3 prop_array_get.3
38MLINKS+= prop_array.3 prop_array_internalize.3
39MLINKS+= prop_array.3 prop_array_internalize_from_file.3
40MLINKS+= prop_array.3 prop_array_iterator.3
41MLINKS+= prop_array.3 prop_array_make_immutable.3
42MLINKS+= prop_array.3 prop_array_mutable.3
43MLINKS+= prop_array.3 prop_array_remove.3
44MLINKS+= prop_array.3 prop_array_set.3
45
46MLINKS+= prop_bool.3 prop_bool_copy.3
47MLINKS+= prop_bool.3 prop_bool_create.3
48MLINKS+= prop_bool.3 prop_bool_true.3
49
50MLINKS+= prop_data.3 prop_data_copy.3
51MLINKS+= prop_data.3 prop_data_create_data.3
52MLINKS+= prop_data.3 prop_data_create_data_nocopy.3
53MLINKS+= prop_data.3 prop_data_data.3
54MLINKS+= prop_data.3 prop_data_data_nocopy.3
55MLINKS+= prop_data.3 prop_data_equals.3
56MLINKS+= prop_data.3 prop_data_equals_data.3
57MLINKS+= prop_data.3 prop_data_size.3
58
59MLINKS+= prop_dictionary.3 prop_dictionary_capacity.3
60MLINKS+= prop_dictionary.3 prop_dictionary_copy.3
61MLINKS+= prop_dictionary.3 prop_dictionary_copy_mutable.3
62MLINKS+= prop_dictionary.3 prop_dictionary_count.3
63MLINKS+= prop_dictionary.3 prop_dictionary_create.3
64MLINKS+= prop_dictionary.3 prop_dictionary_create_with_capacity.3
65MLINKS+= prop_dictionary.3 prop_dictionary_ensure_capacity.3
66MLINKS+= prop_dictionary.3 prop_dictionary_equals.3
67MLINKS+= prop_dictionary.3 prop_dictionary_externalize.3
68MLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_file.3
69MLINKS+= prop_dictionary.3 prop_dictionary_get.3
70MLINKS+= prop_dictionary.3 prop_dictionary_get_keysym.3
71MLINKS+= prop_dictionary.3 prop_dictionary_internalize.3
72MLINKS+= prop_dictionary.3 prop_dictionary_internalize_from_file.3
73MLINKS+= prop_dictionary.3 prop_dictionary_iterator.3
74MLINKS+= prop_dictionary.3 prop_dictionary_keysym_cstring_nocopy.3
75MLINKS+= prop_dictionary.3 prop_dictionary_keysym_equals.3
76MLINKS+= prop_dictionary.3 prop_dictionary_make_immutable.3
77MLINKS+= prop_dictionary.3 prop_dictionary_mutable.3
78MLINKS+= prop_dictionary.3 prop_dictionary_remove.3
79MLINKS+= prop_dictionary.3 prop_dictionary_remove_keysym.3
80MLINKS+= prop_dictionary.3 prop_dictionary_set.3
81MLINKS+= prop_dictionary.3 prop_dictionary_set_keysym.3
82
83MLINKS+= prop_ingest.3 prop_ingest_context_alloc.3
84MLINKS+= prop_ingest.3 prop_ingest_context_error.3
85MLINKS+= prop_ingest.3 prop_ingest_context_free.3
86MLINKS+= prop_ingest.3 prop_ingest_context_key.3
87MLINKS+= prop_ingest.3 prop_ingest_context_private.3
88MLINKS+= prop_ingest.3 prop_ingest_context_type.3
89MLINKS+= prop_ingest.3 prop_dictionary_ingest.3
90
91MLINKS+= prop_number.3 prop_number_copy.3
92MLINKS+= prop_number.3 prop_number_create_integer.3
93MLINKS+= prop_number.3 prop_number_create_unsigned_integer.3
94MLINKS+= prop_number.3 prop_number_equals.3
95MLINKS+= prop_number.3 prop_number_equals_integer.3
96MLINKS+= prop_number.3 prop_number_equals_unsigned_integer.3
97MLINKS+= prop_number.3 prop_number_size.3
98MLINKS+= prop_number.3 prop_number_unsigned.3
99MLINKS+= prop_number.3 prop_number_integer_value.3
100MLINKS+= prop_number.3 prop_number_unsigned_integer_value.3
101
102MLINKS+= prop_object.3 prop_object_equals.3
103MLINKS+= prop_object.3 prop_object_iterator_next.3
104MLINKS+= prop_object.3 prop_object_iterator_release.3
105MLINKS+= prop_object.3 prop_object_iterator_reset.3
106MLINKS+= prop_object.3 prop_object_release.3
107MLINKS+= prop_object.3 prop_object_retain.3
108MLINKS+= prop_object.3 prop_object_type.3
109
110MLINKS+= prop_string.3 prop_string_append.3
111MLINKS+= prop_string.3 prop_string_append_cstring.3
112MLINKS+= prop_string.3 prop_string_copy.3
113MLINKS+= prop_string.3 prop_string_copy_mutable.3
114MLINKS+= prop_string.3 prop_string_create.3
115MLINKS+= prop_string.3 prop_string_create_cstring.3
116MLINKS+= prop_string.3 prop_string_create_cstring_nocopy.3
117MLINKS+= prop_string.3 prop_string_cstring.3
118MLINKS+= prop_string.3 prop_string_cstring_nocopy.3
119MLINKS+= prop_string.3 prop_string_equals.3
120MLINKS+= prop_string.3 prop_string_equals_cstring.3
121MLINKS+= prop_string.3 prop_string_mutable.3
122MLINKS+= prop_string.3 prop_string_size.3
123
124.include <bsd.lib.mk>
125