Home | History | Annotate | Line # | Download | only in libprop
Makefile revision 1.18
      1  1.18    bouyer #	$NetBSD: Makefile,v 1.18 2011/01/19 20:34:24 bouyer Exp $
      2   1.1   thorpej 
      3   1.1   thorpej .include <bsd.own.mk>
      4   1.1   thorpej 
      5  1.15  christos WARNS=4
      6   1.1   thorpej USE_SHLIBDIR=	yes
      7   1.1   thorpej 
      8   1.1   thorpej PROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop
      9   1.1   thorpej 
     10   1.1   thorpej .include "${PROPLIBDIR}/Makefile.inc"
     11   1.1   thorpej 
     12   1.1   thorpej CPPFLAGS+=-D_LIBPROP
     13   1.1   thorpej CPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
     14   1.1   thorpej 
     15  1.11    martin LINTFLAGS+=-w
     16   1.1   thorpej LIB=	prop
     17   1.1   thorpej 
     18   1.1   thorpej MAN=	prop_array.3 prop_bool.3 prop_data.3 prop_dictionary.3 \
     19   1.6   thorpej 	prop_ingest.3 prop_number.3 prop_object.3 prop_string.3 proplib.3
     20   1.1   thorpej 
     21  1.13   thorpej MAN+=	prop_copyin_ioctl.9
     22  1.13   thorpej MLINKS+= prop_copyin_ioctl.9 prop_array_copyin_ioctl.9
     23  1.13   thorpej MLINKS+= prop_copyin_ioctl.9 prop_array_copyout_ioctl.9
     24  1.13   thorpej MLINKS+= prop_copyin_ioctl.9 prop_dictionary_copyin_ioctl.9
     25  1.13   thorpej MLINKS+= prop_copyin_ioctl.9 prop_dictionary_copyout_ioctl.9
     26  1.13   thorpej 
     27  1.13   thorpej MAN+=	prop_send_ioctl.3
     28  1.13   thorpej MLINKS+= prop_send_ioctl.3 prop_array_send_ioctl.3
     29  1.13   thorpej MLINKS+= prop_send_ioctl.3 prop_array_recv_ioctl.3
     30  1.13   thorpej MLINKS+= prop_send_ioctl.3 prop_dictionary_send_ioctl.3
     31  1.13   thorpej MLINKS+= prop_send_ioctl.3 prop_dictionary_recv_ioctl.3
     32  1.13   thorpej MLINKS+= prop_send_ioctl.3 prop_dictionary_sendrecv_ioctl.3
     33   1.5   thorpej 
     34  1.18    bouyer MAN+=	prop_send_syscall.3
     35  1.18    bouyer MLINKS+= prop_send_syscall.3 prop_array_send_syscall.3
     36  1.18    bouyer MLINKS+= prop_send_syscall.3 prop_array_recv_syscall.3
     37  1.18    bouyer MLINKS+= prop_send_syscall.3 prop_dictionary_send_syscall.3
     38  1.18    bouyer MLINKS+= prop_send_syscall.3 prop_dictionary_recv_syscall.3
     39  1.18    bouyer 
     40  1.12   thorpej MAN+=	prop_dictionary_util.3
     41  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_bool.3
     42  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_bool.3
     43  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_int8.3
     44  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint8.3
     45  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_int8.3
     46  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint8.3
     47  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_int16.3
     48  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint16.3
     49  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_int16.3
     50  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint16.3
     51  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_int32.3
     52  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint32.3
     53  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_int32.3
     54  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint32.3
     55  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_int64.3
     56  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_uint64.3
     57  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_int64.3
     58  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint64.3
     59  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_cstring.3
     60  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_cstring.3
     61  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_get_cstring_nocopy.3
     62  1.12   thorpej MLINKS+= prop_dictionary_util.3 prop_dictionary_set_cstring_nocopy.3
     63  1.12   thorpej 
     64   1.1   thorpej MLINKS+= prop_array.3 prop_array_add.3
     65   1.1   thorpej MLINKS+= prop_array.3 prop_array_capacity.3
     66   1.1   thorpej MLINKS+= prop_array.3 prop_array_copy.3
     67   1.1   thorpej MLINKS+= prop_array.3 prop_array_copy_mutable.3
     68   1.1   thorpej MLINKS+= prop_array.3 prop_array_count.3
     69   1.1   thorpej MLINKS+= prop_array.3 prop_array_create.3
     70   1.1   thorpej MLINKS+= prop_array.3 prop_array_create_with_capacity.3
     71   1.1   thorpej MLINKS+= prop_array.3 prop_array_ensure_capacity.3
     72   1.4   thorpej MLINKS+= prop_array.3 prop_array_equals.3
     73   1.6   thorpej MLINKS+= prop_array.3 prop_array_externalize.3
     74   1.6   thorpej MLINKS+= prop_array.3 prop_array_externalize_to_file.3
     75  1.17       bad MLINKS+= prop_array.3 prop_array_externalize_to_pref.3
     76   1.1   thorpej MLINKS+= prop_array.3 prop_array_get.3
     77   1.6   thorpej MLINKS+= prop_array.3 prop_array_internalize.3
     78   1.6   thorpej MLINKS+= prop_array.3 prop_array_internalize_from_file.3
     79   1.1   thorpej MLINKS+= prop_array.3 prop_array_iterator.3
     80   1.1   thorpej MLINKS+= prop_array.3 prop_array_make_immutable.3
     81   1.1   thorpej MLINKS+= prop_array.3 prop_array_mutable.3
     82   1.1   thorpej MLINKS+= prop_array.3 prop_array_remove.3
     83   1.1   thorpej MLINKS+= prop_array.3 prop_array_set.3
     84   1.1   thorpej 
     85  1.16      haad MAN+=	prop_array_util.3
     86  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_bool.3
     87  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_bool.3
     88  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_int8.3
     89  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_uint8.3
     90  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_int8.3
     91  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_uint8.3
     92  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_int16.3
     93  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_uint16.3
     94  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_int16.3
     95  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_uint16.3
     96  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_int32.3
     97  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_uint32.3
     98  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_int32.3
     99  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_uint32.3
    100  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_int64.3
    101  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_uint64.3
    102  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_int64.3
    103  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_uint64.3
    104  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_cstring.3
    105  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_cstring.3
    106  1.16      haad MLINKS+= prop_array_util.3 prop_array_get_cstring_nocopy.3
    107  1.16      haad MLINKS+= prop_array_util.3 prop_array_set_cstring_nocopy.3
    108  1.16      haad 
    109   1.1   thorpej MLINKS+= prop_bool.3 prop_bool_copy.3
    110   1.1   thorpej MLINKS+= prop_bool.3 prop_bool_create.3
    111   1.1   thorpej MLINKS+= prop_bool.3 prop_bool_true.3
    112   1.1   thorpej 
    113   1.1   thorpej MLINKS+= prop_data.3 prop_data_copy.3
    114   1.1   thorpej MLINKS+= prop_data.3 prop_data_create_data.3
    115   1.1   thorpej MLINKS+= prop_data.3 prop_data_create_data_nocopy.3
    116   1.1   thorpej MLINKS+= prop_data.3 prop_data_data.3
    117   1.1   thorpej MLINKS+= prop_data.3 prop_data_data_nocopy.3
    118   1.1   thorpej MLINKS+= prop_data.3 prop_data_equals.3
    119   1.1   thorpej MLINKS+= prop_data.3 prop_data_equals_data.3
    120   1.1   thorpej MLINKS+= prop_data.3 prop_data_size.3
    121   1.1   thorpej 
    122  1.14       uwe MLINKS+= prop_dictionary.3 prop_dictionary_all_keys.3
    123   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_capacity.3
    124   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_copy.3
    125   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_copy_mutable.3
    126   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_count.3
    127   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_create.3
    128   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_create_with_capacity.3
    129   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_ensure_capacity.3
    130   1.4   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_equals.3
    131   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_externalize.3
    132   1.6   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_file.3
    133  1.17       bad MLINKS+= prop_dictionary.3 prop_dictionary_externalize_to_pref.3
    134   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_get.3
    135   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_get_keysym.3
    136   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_internalize.3
    137   1.6   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_internalize_from_file.3
    138   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_iterator.3
    139   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_keysym_cstring_nocopy.3
    140   1.4   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_keysym_equals.3
    141   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_make_immutable.3
    142   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_mutable.3
    143   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_remove.3
    144   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_remove_keysym.3
    145   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_set.3
    146   1.1   thorpej MLINKS+= prop_dictionary.3 prop_dictionary_set_keysym.3
    147   1.1   thorpej 
    148   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_alloc.3
    149   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_error.3
    150   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_free.3
    151   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_key.3
    152   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_private.3
    153   1.6   thorpej MLINKS+= prop_ingest.3 prop_ingest_context_type.3
    154   1.6   thorpej MLINKS+= prop_ingest.3 prop_dictionary_ingest.3
    155   1.6   thorpej 
    156   1.1   thorpej MLINKS+= prop_number.3 prop_number_copy.3
    157   1.1   thorpej MLINKS+= prop_number.3 prop_number_create_integer.3
    158   1.8   thorpej MLINKS+= prop_number.3 prop_number_create_unsigned_integer.3
    159   1.1   thorpej MLINKS+= prop_number.3 prop_number_equals.3
    160   1.1   thorpej MLINKS+= prop_number.3 prop_number_equals_integer.3
    161   1.8   thorpej MLINKS+= prop_number.3 prop_number_equals_unsigned_integer.3
    162   1.1   thorpej MLINKS+= prop_number.3 prop_number_size.3
    163   1.8   thorpej MLINKS+= prop_number.3 prop_number_unsigned.3
    164   1.1   thorpej MLINKS+= prop_number.3 prop_number_integer_value.3
    165   1.8   thorpej MLINKS+= prop_number.3 prop_number_unsigned_integer_value.3
    166   1.1   thorpej 
    167   1.4   thorpej MLINKS+= prop_object.3 prop_object_equals.3
    168   1.1   thorpej MLINKS+= prop_object.3 prop_object_iterator_next.3
    169   1.1   thorpej MLINKS+= prop_object.3 prop_object_iterator_release.3
    170   1.1   thorpej MLINKS+= prop_object.3 prop_object_iterator_reset.3
    171   1.1   thorpej MLINKS+= prop_object.3 prop_object_release.3
    172   1.1   thorpej MLINKS+= prop_object.3 prop_object_retain.3
    173   1.1   thorpej MLINKS+= prop_object.3 prop_object_type.3
    174   1.1   thorpej 
    175   1.1   thorpej MLINKS+= prop_string.3 prop_string_append.3
    176   1.1   thorpej MLINKS+= prop_string.3 prop_string_append_cstring.3
    177   1.1   thorpej MLINKS+= prop_string.3 prop_string_copy.3
    178   1.1   thorpej MLINKS+= prop_string.3 prop_string_copy_mutable.3
    179   1.1   thorpej MLINKS+= prop_string.3 prop_string_create.3
    180   1.1   thorpej MLINKS+= prop_string.3 prop_string_create_cstring.3
    181   1.1   thorpej MLINKS+= prop_string.3 prop_string_create_cstring_nocopy.3
    182   1.1   thorpej MLINKS+= prop_string.3 prop_string_cstring.3
    183   1.1   thorpej MLINKS+= prop_string.3 prop_string_cstring_nocopy.3
    184   1.1   thorpej MLINKS+= prop_string.3 prop_string_equals.3
    185   1.1   thorpej MLINKS+= prop_string.3 prop_string_equals_cstring.3
    186   1.1   thorpej MLINKS+= prop_string.3 prop_string_mutable.3
    187   1.1   thorpej MLINKS+= prop_string.3 prop_string_size.3
    188   1.1   thorpej 
    189   1.1   thorpej .include <bsd.lib.mk>
    190