[69a6204c] | 1 | include $(top_srcdir)/automake/multilib.am |
---|
[f035132] | 2 | include $(top_srcdir)/automake/compile.am |
---|
| 3 | |
---|
[5a83ba2] | 4 | |
---|
[16f4661f] | 5 | if LIBNETWORKING |
---|
[69a6204c] | 6 | man_MANS = |
---|
[27a7805] | 7 | |
---|
[846a4af] | 8 | noinst_LIBRARIES = libxdr.a |
---|
[a369ade] | 9 | libxdr_a_CPPFLAGS = $(AM_CPPFLAGS) |
---|
[69a6204c] | 10 | |
---|
[f035132] | 11 | libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \ |
---|
| 12 | src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \ |
---|
| 13 | src/xdr/xdr_sizeof.c src/xdr/xdr_stdio.c |
---|
[69a6204c] | 14 | endif |
---|
| 15 | |
---|
[f035132] | 16 | libxdr_mans = src/xdr/xdr.3 |
---|
| 17 | |
---|
[16f4661f] | 18 | if LIBNETWORKING |
---|
[f035132] | 19 | man_MANS += $(libxdr_mans) |
---|
| 20 | |
---|
[846a4af] | 21 | noinst_LIBRARIES += librpc.a |
---|
[e069f7fe] | 22 | librpc_a_CPPFLAGS = $(AM_CPPFLAGS) |
---|
[f035132] | 23 | |
---|
| 24 | librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \ |
---|
[69a6204c] | 25 | src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \ |
---|
| 26 | src/rpc/clnt_perror.c src/rpc/clnt_raw.c src/rpc/clnt_simple.c \ |
---|
| 27 | src/rpc/clnt_tcp.c src/rpc/clnt_udp.c src/rpc/get_myaddress.c \ |
---|
| 28 | src/rpc/getrpcent.c src/rpc/getrpcport.c src/rpc/netname.c \ |
---|
| 29 | src/rpc/netnamer.c src/rpc/pmap_clnt.c src/rpc/pmap_getmaps.c \ |
---|
| 30 | src/rpc/pmap_getport.c src/rpc/pmap_prot.c src/rpc/pmap_prot2.c \ |
---|
| 31 | src/rpc/pmap_rmt.c src/rpc/rpc_callmsg.c src/rpc/rpc_commondata.c \ |
---|
| 32 | src/rpc/rpc_dtablesize.c src/rpc/rpc_prot.c src/rpc/rpcdname.c \ |
---|
| 33 | src/rpc/rtime.c src/rpc/svc.c src/rpc/svc_auth.c src/rpc/svc_auth_unix.c \ |
---|
| 34 | src/rpc/svc_raw.c src/rpc/svc_run.c src/rpc/svc_simple.c \ |
---|
| 35 | src/rpc/svc_tcp.c src/rpc/svc_udp.c src/rpc/rtems_portmapper.c \ |
---|
| 36 | src/rpc/rtems_rpc.c |
---|
[f035132] | 37 | endif |
---|
[69a6204c] | 38 | |
---|
[f035132] | 39 | librpc_mans = src/rpc/bindresvport.3 src/rpc/getrpcent.3 src/rpc/publickey.3 \ |
---|
[69a6204c] | 40 | src/rpc/rpc.3 src/rpc/rpc_secure.3 src/rpc/rstat_svc.8 \ |
---|
| 41 | src/rpc/des_crypt.3 src/rpc/getrpcport.3 src/rpc/publickey.5 \ |
---|
| 42 | src/rpc/rpc.5 src/rpc/rstat.1 src/rpc/rtime.3 |
---|
[f035132] | 43 | |
---|
[16f4661f] | 44 | if LIBNETWORKING |
---|
[f035132] | 45 | man_MANS += $(librpc_mans) |
---|
[69a6204c] | 46 | endif |
---|
| 47 | |
---|
| 48 | |
---|
[f035132] | 49 | |
---|
| 50 | ## FIXME: Unused |
---|
[27a7805] | 51 | |
---|
[3ad34cad] | 52 | include $(top_srcdir)/automake/local.am |
---|