Makefile revision 1.17
11.17Sbad#	$NetBSD: Makefile,v 1.17 2009/10/10 18:06:54 bad Exp $
21.1Sthorpej
31.1Sthorpej.include <bsd.own.mk>
41.1Sthorpej
51.15SchristosWARNS=4
61.1SthorpejUSE_SHLIBDIR=	yes
71.1Sthorpej
81.1SthorpejPROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop
91.1Sthorpej
101.1Sthorpej.include "${PROPLIBDIR}/Makefile.inc"
111.1Sthorpej
121.1SthorpejCPPFLAGS+=-D_LIBPROP
131.1SthorpejCPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
141.1Sthorpej
151.11SmartinLINTFLAGS+=-w
161.1SthorpejLIB=	prop
171.1Sthorpej
181.1SthorpejMAN=	prop_array.3 prop_bool.3 prop_data.3 prop_dictionary.3 \
191.6Sthorpej	prop_ingest.3 prop_number.3 prop_object.3 prop_string.3 proplib.3
201.1Sthorpej
211.13SthorpejMAN+=	prop_copyin_ioctl.9
221.13SthorpejMLINKS+= prop_copyin_ioctl.9 prop_array_copyin_ioctl.9
231.13SthorpejMLINKS+= prop_copyin_ioctl.9 prop_array_copyout_ioctl.9
241.13SthorpejMLINKS+= prop_copyin_ioctl.9 prop_dictionary_copyin_ioctl.9
251.13SthorpejMLINKS+= prop_copyin_ioctl.9 prop_dictionary_copyout_ioctl.9
261.13Sthorpej
271.13SthorpejMAN+=	prop_send_ioctl.3
281.13SthorpejMLINKS+= prop_send_ioctl.3 prop_array_send_ioctl.3
291.13SthorpejMLINKS+= prop_send_ioctl.3 prop_array_recv_ioctl.3
301.13SthorpejMLINKS+= prop_send_ioctl.3 prop_dictionary_send_ioctl.3
311.13SthorpejMLINKS+= prop_send_ioctl.3 prop_dictionary_recv_ioctl.3
321.13SthorpejMLINKS+= prop_send_ioctl.3 prop_dictionary_sendrecv_ioctl.3
331.5Sthorpej
341.12SthorpejMAN+=	prop_dictionary_util.3
351.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_bool.3
361.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_bool.3
371.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_int8.3
381.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint8.3
391.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_int8.3
401.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint8.3
411.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_int16.3
421.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint16.3
431.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_int16.3
441.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint16.3
451.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_int32.3
461.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint32.3
471.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_int32.3
481.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint32.3
491.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_int64.3
501.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint64.3
511.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_int64.3
521.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint64.3
531.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_cstring.3
541.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_cstring.3
551.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_get_cstring_nocopy.3
561.12SthorpejMLINKS+= prop_dictionary_util.3 prop_dictionary_set_cstring_nocopy.3
571.12Sthorpej
581.1SthorpejMLINKS+= prop_array.3 prop_array_add.3
591.1SthorpejMLINKS+= prop_array.3 prop_array_capacity.3
601.1SthorpejMLINKS+= prop_array.3 prop_array_copy.3
611.1SthorpejMLINKS+= prop_array.3 prop_array_copy_mutable.3
621.1SthorpejMLINKS+= prop_array.3 prop_array_count.3
631.1SthorpejMLINKS+= prop_array.3 prop_array_create.3
641.1SthorpejMLINKS+= prop_array.3 prop_array_create_with_capacity.3
651.1SthorpejMLINKS+= prop_array.3 prop_array_ensure_capacity.3
661.4SthorpejMLINKS+= prop_array.3 prop_array_equals.3
671.6SthorpejMLINKS+= prop_array.3 prop_array_externalize.3
681.6SthorpejMLINKS+= prop_array.3 prop_array_externalize_to_file.3
691.17SbadMLINKS+= prop_array.3 prop_array_externalize_to_pref.3
701.1SthorpejMLINKS+= prop_array.3 prop_array_get.3
711.6SthorpejMLINKS+= prop_array.3 prop_array_internalize.3
721.6SthorpejMLINKS+= prop_array.3 prop_array_internalize_from_file.3
731.1SthorpejMLINKS+= prop_array.3 prop_array_iterator.3
741.1SthorpejMLINKS+= prop_array.3 prop_array_make_immutable.3
751.1SthorpejMLINKS+= prop_array.3 prop_array_mutable.3
761.1SthorpejMLINKS+= prop_array.3 prop_array_remove.3
771.1SthorpejMLINKS+= prop_array.3 prop_array_set.3
781.1Sthorpej
791.16ShaadMAN+=	prop_array_util.3
801.16ShaadMLINKS+= prop_array_util.3 prop_array_get_bool.3
811.16ShaadMLINKS+= prop_array_util.3 prop_array_set_bool.3
821.16ShaadMLINKS+= prop_array_util.3 prop_array_get_int8.3
831.16ShaadMLINKS+= prop_array_util.3 prop_array_get_uint8.3
841.16ShaadMLINKS+= prop_array_util.3 prop_array_set_int8.3
851.16ShaadMLINKS+= prop_array_util.3 prop_array_set_uint8.3
861.16ShaadMLINKS+= prop_array_util.3 prop_array_get_int16.3
871.16ShaadMLINKS+= prop_array_util.3 prop_array_get_uint16.3
881.16ShaadMLINKS+= prop_array_util.3 prop_array_set_int16.3
891.16ShaadMLINKS+= prop_array_util.3 prop_array_set_uint16.3
901.16ShaadMLINKS+= prop_array_util.3 prop_array_get_int32.3
911.16ShaadMLINKS+= prop_array_util.3 prop_array_get_uint32.3
921.16ShaadMLINKS+= prop_array_util.3 prop_array_set_int32.3
931.16ShaadMLINKS+= prop_array_util.3 prop_array_set_uint32.3
941.16ShaadMLINKS+= prop_array_util.3 prop_array_get_int64.3
951.16ShaadMLINKS+= prop_array_util.3 prop_array_get_uint64.3
961.16ShaadMLINKS+= prop_array_util.3 prop_array_set_int64.3
971.16ShaadMLINKS+= prop_array_util.3 prop_array_set_uint64.3
981.16ShaadMLINKS+= prop_array_util.3 prop_array_get_cstring.3
991.16ShaadMLINKS+= prop_array_util.3 prop_array_set_cstring.3
1001.16ShaadMLINKS+= prop_array_util.3 prop_array_get_cstring_nocopy.3
1011.16ShaadMLINKS+= prop_array_util.3 prop_array_set_cstring_nocopy.3
1021.16Shaad
1031.1SthorpejMLINKS+= prop_bool.3 prop_bool_copy.3
1041.1SthorpejMLINKS+= prop_bool.3 prop_bool_create.3
1051.1SthorpejMLINKS+= prop_bool.3 prop_bool_true.3
1061.1Sthorpej
1071.1SthorpejMLINKS+= prop_data.3 prop_data_copy.3
1081.1SthorpejMLINKS+= prop_data.3 prop_data_create_data.3
1091.1SthorpejMLINKS+= prop_data.3 prop_data_create_data_nocopy.3
1101.1SthorpejMLINKS+= prop_data.3 prop_data_data.3
1111.1SthorpejMLINKS+= prop_data.3 prop_data_data_nocopy.3
1121.1SthorpejMLINKS+= prop_data.3 prop_data_equals.3
1131.1SthorpejMLINKS+= prop_data.3 prop_data_equals_data.3
1141.1SthorpejMLINKS+= prop_data.3 prop_data_size.3
1151.1Sthorpej
1161.14SuweMLINKS+= prop_dictionary.3 prop_dictionary_all_keys.3
1171.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_capacity.3
1181.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_copy.3
1191.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_copy_mutable.3
1201.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_count.3
1211.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_create.3
1221.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_create_with_capacity.3
1231.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_ensure_capacity.3
1241.4SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_equals.3
1251.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_externalize.3
1261.6SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_file.3
1271.17SbadMLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_pref.3
1281.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_get.3
1291.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_get_keysym.3
1301.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_internalize.3
1311.6SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_internalize_from_file.3
1321.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_iterator.3
1331.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_keysym_cstring_nocopy.3
1341.4SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_keysym_equals.3
1351.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_make_immutable.3
1361.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_mutable.3
1371.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_remove.3
1381.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_remove_keysym.3
1391.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_set.3
1401.1SthorpejMLINKS+= prop_dictionary.3 prop_dictionary_set_keysym.3
1411.1Sthorpej
1421.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_alloc.3
1431.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_error.3
1441.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_free.3
1451.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_key.3
1461.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_private.3
1471.6SthorpejMLINKS+= prop_ingest.3 prop_ingest_context_type.3
1481.6SthorpejMLINKS+= prop_ingest.3 prop_dictionary_ingest.3
1491.6Sthorpej
1501.1SthorpejMLINKS+= prop_number.3 prop_number_copy.3
1511.1SthorpejMLINKS+= prop_number.3 prop_number_create_integer.3
1521.8SthorpejMLINKS+= prop_number.3 prop_number_create_unsigned_integer.3
1531.1SthorpejMLINKS+= prop_number.3 prop_number_equals.3
1541.1SthorpejMLINKS+= prop_number.3 prop_number_equals_integer.3
1551.8SthorpejMLINKS+= prop_number.3 prop_number_equals_unsigned_integer.3
1561.1SthorpejMLINKS+= prop_number.3 prop_number_size.3
1571.8SthorpejMLINKS+= prop_number.3 prop_number_unsigned.3
1581.1SthorpejMLINKS+= prop_number.3 prop_number_integer_value.3
1591.8SthorpejMLINKS+= prop_number.3 prop_number_unsigned_integer_value.3
1601.1Sthorpej
1611.4SthorpejMLINKS+= prop_object.3 prop_object_equals.3
1621.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_next.3
1631.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_release.3
1641.1SthorpejMLINKS+= prop_object.3 prop_object_iterator_reset.3
1651.1SthorpejMLINKS+= prop_object.3 prop_object_release.3
1661.1SthorpejMLINKS+= prop_object.3 prop_object_retain.3
1671.1SthorpejMLINKS+= prop_object.3 prop_object_type.3
1681.1Sthorpej
1691.1SthorpejMLINKS+= prop_string.3 prop_string_append.3
1701.1SthorpejMLINKS+= prop_string.3 prop_string_append_cstring.3
1711.1SthorpejMLINKS+= prop_string.3 prop_string_copy.3
1721.1SthorpejMLINKS+= prop_string.3 prop_string_copy_mutable.3
1731.1SthorpejMLINKS+= prop_string.3 prop_string_create.3
1741.1SthorpejMLINKS+= prop_string.3 prop_string_create_cstring.3
1751.1SthorpejMLINKS+= prop_string.3 prop_string_create_cstring_nocopy.3
1761.1SthorpejMLINKS+= prop_string.3 prop_string_cstring.3
1771.1SthorpejMLINKS+= prop_string.3 prop_string_cstring_nocopy.3
1781.1SthorpejMLINKS+= prop_string.3 prop_string_equals.3
1791.1SthorpejMLINKS+= prop_string.3 prop_string_equals_cstring.3
1801.1SthorpejMLINKS+= prop_string.3 prop_string_mutable.3
1811.1SthorpejMLINKS+= prop_string.3 prop_string_size.3
1821.1Sthorpej
1831.1Sthorpej.include <bsd.lib.mk>
184