Makefile revision 1.8
11.8Sthorpej#	$NetBSD: Makefile,v 1.8 2006/10/12 04:46:56 thorpej Exp $
21.1Sthorpej
31.1Sthorpej.include <bsd.own.mk>
41.1Sthorpej
51.1SthorpejUSE_SHLIBDIR=	yes
61.1Sthorpej
71.1SthorpejPROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop
81.1Sthorpej
91.1Sthorpej.include "${PROPLIBDIR}/Makefile.inc"
101.1Sthorpej
111.1SthorpejCPPFLAGS+=-D_LIBPROP
121.1SthorpejCPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
131.1Sthorpej
141.1SthorpejLIB=	prop
151.1Sthorpej
161.1SthorpejMAN=	prop_array.3 prop_bool.3 prop_data.3 prop_dictionary.3 \
171.6Sthorpej	prop_ingest.3 prop_number.3 prop_object.3 prop_string.3 proplib.3
181.1Sthorpej
191.5SthorpejMAN+=	prop_dictionary_copyin_ioctl.9
201.5SthorpejMLINKS+= prop_dictionary_copyin_ioctl.9 prop_dictionary_copyout_ioctl.9
211.5Sthorpej
221.5SthorpejMAN+=	prop_dictionary_send_ioctl.3
231.5SthorpejMLINKS+= prop_dictionary_send_ioctl.3 prop_dictionary_recv_ioctl.3
241.7SthorpejMLINKS+= prop_dictionary_send_ioctl.3 prop_dictionary_sendrecv_ioctl.3
251.5Sthorpej
261.1SthorpejMLINKS+= prop_array.3 prop_array_add.3
271.1SthorpejMLINKS+= prop_array.3 prop_array_capacity.3
281.1SthorpejMLINKS+= prop_array.3 prop_array_copy.3
291.1SthorpejMLINKS+= prop_array.3 prop_array_copy_mutable.3
301.1SthorpejMLINKS+= prop_array.3 prop_array_count.3
311.1SthorpejMLINKS+= prop_array.3 prop_array_create.3
321.1SthorpejMLINKS+= prop_array.3 prop_array_create_with_capacity.3
331.1SthorpejMLINKS+= prop_array.3 prop_array_ensure_capacity.3
341.4SthorpejMLINKS+= prop_array.3 prop_array_equals.3
351.6SthorpejMLINKS+= prop_array.3 prop_array_externalize.3
361.6SthorpejMLINKS+= prop_array.3 prop_array_externalize_to_file.3
371.1SthorpejMLINKS+= prop_array.3 prop_array_get.3
381.6SthorpejMLINKS+= prop_array.3 prop_array_internalize.3
391.6SthorpejMLINKS+= prop_array.3 prop_array_internalize_from_file.3
401.1SthorpejMLINKS+= prop_array.3 prop_array_iterator.3
411.1SthorpejMLINKS+= prop_array.3 prop_array_make_immutable.3
421.1SthorpejMLINKS+= prop_array.3 prop_array_mutable.3
431.1SthorpejMLINKS+= prop_array.3 prop_array_remove.3
441.1SthorpejMLINKS+= prop_array.3 prop_array_set.3
451.1Sthorpej
461.1SthorpejMLINKS+= prop_bool.3 prop_bool_copy.3
471.1SthorpejMLINKS+= prop_bool.3 prop_bool_create.3
481.1SthorpejMLINKS+= prop_bool.3 prop_bool_true.3
491.1Sthorpej
501.1SthorpejMLINKS+= prop_data.3 prop_data_copy.3
511.1SthorpejMLINKS+= prop_data.3 prop_data_create_data.3
521.1SthorpejMLINKS+= prop_data.3 prop_data_create_data_nocopy.3
531.1SthorpejMLINKS+= prop_data.3 prop_data_data.3
541.1SthorpejMLINKS+= prop_data.3 prop_data_data_nocopy.3
551.1SthorpejMLINKS+= prop_data.3 prop_data_equals.3
561.1SthorpejMLINKS+= prop_data.3 prop_data_equals_data.3
571.1SthorpejMLINKS+= prop_data.3 prop_data_size.3
581.1Sthorpej
591.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_capacity.3
601.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_copy.3
611.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_copy_mutable.3
621.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_count.3
631.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_create.3
641.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_create_with_capacity.3
651.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_ensure_capacity.3
661.4SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_equals.3
671.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_externalize.3
681.6SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_file.3
691.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_get.3
701.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_get_keysym.3
711.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_internalize.3
721.6SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_internalize_from_file.3
731.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_iterator.3
741.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_keysym_cstring_nocopy.3
751.4SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_keysym_equals.3
761.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_make_immutable.3
771.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_mutable.3
781.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_remove.3
791.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_remove_keysym.3
801.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_set.3
811.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_set_keysym.3
821.1Sthorpej
831.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_alloc.3
841.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_error.3
851.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_free.3
861.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_key.3
871.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_private.3
881.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_type.3
891.6SthorpejMLINKS+= prop_ingest.3 prop_dictionary_ingest.3
901.6Sthorpej
911.1SthorpejMLINKS+= prop_number.3 prop_number_copy.3
921.1SthorpejMLINKS+= prop_number.3 prop_number_create_integer.3
931.8SthorpejMLINKS+= prop_number.3 prop_number_create_unsigned_integer.3
941.1SthorpejMLINKS+= prop_number.3 prop_number_equals.3
951.1SthorpejMLINKS+= prop_number.3 prop_number_equals_integer.3
961.8SthorpejMLINKS+= prop_number.3 prop_number_equals_unsigned_integer.3
971.1SthorpejMLINKS+= prop_number.3 prop_number_size.3
981.8SthorpejMLINKS+= prop_number.3 prop_number_unsigned.3
991.1SthorpejMLINKS+= prop_number.3 prop_number_integer_value.3
1001.8SthorpejMLINKS+= prop_number.3 prop_number_unsigned_integer_value.3
1011.1Sthorpej
1021.4SthorpejMLINKS+= prop_object.3 prop_object_equals.3
1031.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_next.3
1041.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_release.3
1051.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_reset.3
1061.1SthorpejMLINKS+= prop_object.3 prop_object_release.3
1071.1SthorpejMLINKS+= prop_object.3 prop_object_retain.3
1081.1SthorpejMLINKS+= prop_object.3 prop_object_type.3
1091.1Sthorpej
1101.1SthorpejMLINKS+= prop_string.3 prop_string_append.3
1111.1SthorpejMLINKS+= prop_string.3 prop_string_append_cstring.3
1121.1SthorpejMLINKS+= prop_string.3 prop_string_copy.3
1131.1SthorpejMLINKS+= prop_string.3 prop_string_copy_mutable.3
1141.1SthorpejMLINKS+= prop_string.3 prop_string_create.3
1151.1SthorpejMLINKS+= prop_string.3 prop_string_create_cstring.3
1161.1SthorpejMLINKS+= prop_string.3 prop_string_create_cstring_nocopy.3
1171.1SthorpejMLINKS+= prop_string.3 prop_string_cstring.3
1181.1SthorpejMLINKS+= prop_string.3 prop_string_cstring_nocopy.3
1191.1SthorpejMLINKS+= prop_string.3 prop_string_equals.3
1201.1SthorpejMLINKS+= prop_string.3 prop_string_equals_cstring.3
1211.1SthorpejMLINKS+= prop_string.3 prop_string_mutable.3
1221.1SthorpejMLINKS+= prop_string.3 prop_string_size.3
1231.1Sthorpej
1241.1Sthorpej.include <bsd.lib.mk>
125