c0633169263d1ea129bdb507697cda7aaa4c5696
[deb_libnfs.git] / mount / Makefile.am
1 noinst_LTLIBRARIES = libmount.la
2
3 mount_SOURCES_GENERATED =
4 mount_HEADERS_GENERATED =
5 mount_GENERATED = $(mount_SOURCES_GENERATED) $(mount_HEADERS_GENERATED)
6
7 CLEANFILES = $(mount_GENERATED) mount-stamp
8
9 libmount_la_CPPFLAGS = -I$(abs_top_srcdir)/include
10 libmount_la_SOURCES = \
11 $(mount_SOURCES_GENERATED) \
12 mount.c libnfs-raw-mount.c
13
14 $(mount_GENERATED) : mount-stamp
15 mount-stamp : mount.x
16 rm -f $(mount_GENERATED)
17 touch mount-stamp
18
19 compile_rpc:
20 rpcgen -h @RPCGENFLAGS@ mount.x | sed -e "s/#include <rpc\/rpc.h>//" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-mount.h
21 rpcgen -c @RPCGENFLAGS@ mount.x | sed -e "s/#include \".*mount.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-mount.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-mount.c