Imported Upstream version 1.9.4
[deb_libnfs.git] / nfs / Makefile.am
1 noinst_LTLIBRARIES = libnfs.la
2
3 nfs_SOURCES_GENERATED =
4 nfs_HEADERS_GENERATED =
5 nfs_GENERATED = $(nfs_SOURCES_GENERATED) $(nfs_HEADERS_GENERATED)
6
7 CLEANFILES = $(nfs_GENERATED) nfs-stamp
8
9 libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
10 -I$(abs_top_srcdir)/include/nfsc
11 libnfs_la_SOURCES = \
12 $(nfs_SOURCES_GENERATED) \
13 nfs.c nfsacl.c libnfs-raw-nfs.c libnfs-raw-nfs.h
14
15 $(nfs_GENERATED) : nfs-stamp
16 nfs-stamp : nfs.x
17 rm -f $(nfs_GENERATED)
18 touch nfs-stamp
19
20 compile_rpc:
21 cat nfs.x | head -29 >libnfs-raw-nfs.h
22 rpcgen -h nfs.x | sed -e "s/#include <rpc\/rpc.h>//" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" -e "s/#define _NFS_H_RPCGEN/#define _NFS_H_RPCGEN\n#include <nfsc\/libnfs-zdr.h>/g" -e "s/#define NFS3_COOKIEVERFSIZE 8/#define NFS3_COOKIEVERFSIZE 8\n\n#if defined(ANDROID)\ntypedef long long int quad_t;\ntypedef long long unsigned u_quad_t;\n#endif\n#if defined(WIN32)\ntypedef long long int quad_t;\ntypedef long long unsigned u_quad_t;\n#endif/g" >> libnfs-raw-nfs.h
23 cat nfs.x | head -29 >libnfs-raw-nfs.c
24 rpcgen -c nfs.x | sed -e "s/#include \".*nfs.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-nfs.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" -e "s/register int32_t \*buf;/register int32_t *buf;\n buf = NULL;/" >> libnfs-raw-nfs.c