]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/rquotad/Makefile.in
Merge branch 'upstream'
[nfs-utils.git] / utils / rquotad / Makefile.in
index 0e48ce5b466e949069d102981357cec8af4c9e72..9bb0a7c614781a68945168db04e9f8c0726d9fee 100644 (file)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.8.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(rquotad_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -34,7 +36,6 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = @build@
 host_triplet = @host@
 sbin_PROGRAMS = rquotad$(EXEEXT)
 subdir = utils/rquotad
@@ -47,7 +48,7 @@ am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
        $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(mkdir_p)
 CONFIG_HEADER = $(top_builddir)/support/include/config.h
 CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
@@ -65,13 +66,18 @@ rquotad_DEPENDENCIES = ../../support/export/libexport.a \
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/support/include
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/rquotad-hasquota.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/rquotad-quotactl.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/rquotad-rquota_server.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/rquotad-rquota_svc.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/rquotad-rquota_xdr.Po
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 SOURCES = $(rquotad_SOURCES)
 DIST_SOURCES = $(rquotad_SOURCES)
@@ -140,6 +146,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 K5VERS = @K5VERS@
 KRBCFLAGS = @KRBCFLAGS@
 KRBDIR = @KRBDIR@
+KRBLDFLAGS = @KRBLDFLAGS@
 KRBLIBS = @KRBLIBS@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
@@ -183,8 +190,6 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 am__include = @am__include@
 am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
 bindir = @bindir@
 build = @build@
 build_alias = @build_alias@
@@ -227,12 +232,17 @@ statduser = @statduser@
 statedir = @statedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+RPCGEN = $(top_builddir)/tools/rpcgen/rpcgen
+GENFILES_XDR = rquota_xdr.c
+GENFILES_H = rquota.h
+BUILT_SOURCES = $(GENFILES_H)
+GENFILES = $(GENFILES_XDR) $(GENFILES_H)
 man8_MANS = rquotad.man
 RPCPREFIX = rpc.
 KPREFIX = @kprefix@
 EXTRA_DIST = rquota.x $(man8_MANS) NEW README.okir
 rquotad_SOURCES = rquota_server.c rquota_svc.c rquota_xdr.c quotactl.c \
-                 hasquota.c mntent.h pathnames.h rquota.h
+                 hasquota.c mntent.h rquota.h
 
 rquotad_LDADD = ../../support/export/libexport.a \
                ../../support/nfs/libnfs.a \
@@ -243,7 +253,8 @@ rquotad_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) \
                    -I$(top_srcdir)/support/export
 
 MAINTAINERCLEANFILES = Makefile.in
-all: all-am
+all: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) all-am
 
 .SUFFIXES:
 .SUFFIXES: .c .lo .o .obj
@@ -324,93 +335,146 @@ distclean-compile:
 @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(COMPILE) -c $<
 
 .c.obj:
 @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
 
 rquotad-rquota_server.o: rquota_server.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_server.o -MD -MP -MF "$(DEPDIR)/rquotad-rquota_server.Tpo" -c -o rquotad-rquota_server.o `test -f 'rquota_server.c' || echo '$(srcdir)/'`rquota_server.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_server.Tpo" "$(DEPDIR)/rquotad-rquota_server.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_server.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_server.c' object='rquotad-rquota_server.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_server.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_server.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_server.o `test -f 'rquota_server.c' || echo '$(srcdir)/'`rquota_server.c
 
 rquotad-rquota_server.obj: rquota_server.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_server.obj -MD -MP -MF "$(DEPDIR)/rquotad-rquota_server.Tpo" -c -o rquotad-rquota_server.obj `if test -f 'rquota_server.c'; then $(CYGPATH_W) 'rquota_server.c'; else $(CYGPATH_W) '$(srcdir)/rquota_server.c'; fi`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_server.Tpo" "$(DEPDIR)/rquotad-rquota_server.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_server.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_server.c' object='rquotad-rquota_server.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_server.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_server.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_server.obj `if test -f 'rquota_server.c'; then $(CYGPATH_W) 'rquota_server.c'; else $(CYGPATH_W) '$(srcdir)/rquota_server.c'; fi`
 
+rquotad-rquota_server.lo: rquota_server.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_server.lo -MD -MP -MF "$(DEPDIR)/rquotad-rquota_server.Tpo" -c -o rquotad-rquota_server.lo `test -f 'rquota_server.c' || echo '$(srcdir)/'`rquota_server.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_server.Tpo" "$(DEPDIR)/rquotad-rquota_server.Plo"; else rm -f "$(DEPDIR)/rquotad-rquota_server.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_server.c' object='rquotad-rquota_server.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_server.Plo' tmpdepfile='$(DEPDIR)/rquotad-rquota_server.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_server.lo `test -f 'rquota_server.c' || echo '$(srcdir)/'`rquota_server.c
+
 rquotad-rquota_svc.o: rquota_svc.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_svc.o -MD -MP -MF "$(DEPDIR)/rquotad-rquota_svc.Tpo" -c -o rquotad-rquota_svc.o `test -f 'rquota_svc.c' || echo '$(srcdir)/'`rquota_svc.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_svc.Tpo" "$(DEPDIR)/rquotad-rquota_svc.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_svc.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_svc.c' object='rquotad-rquota_svc.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_svc.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_svc.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_svc.o `test -f 'rquota_svc.c' || echo '$(srcdir)/'`rquota_svc.c
 
 rquotad-rquota_svc.obj: rquota_svc.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_svc.obj -MD -MP -MF "$(DEPDIR)/rquotad-rquota_svc.Tpo" -c -o rquotad-rquota_svc.obj `if test -f 'rquota_svc.c'; then $(CYGPATH_W) 'rquota_svc.c'; else $(CYGPATH_W) '$(srcdir)/rquota_svc.c'; fi`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_svc.Tpo" "$(DEPDIR)/rquotad-rquota_svc.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_svc.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_svc.c' object='rquotad-rquota_svc.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_svc.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_svc.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_svc.obj `if test -f 'rquota_svc.c'; then $(CYGPATH_W) 'rquota_svc.c'; else $(CYGPATH_W) '$(srcdir)/rquota_svc.c'; fi`
 
+rquotad-rquota_svc.lo: rquota_svc.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_svc.lo -MD -MP -MF "$(DEPDIR)/rquotad-rquota_svc.Tpo" -c -o rquotad-rquota_svc.lo `test -f 'rquota_svc.c' || echo '$(srcdir)/'`rquota_svc.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_svc.Tpo" "$(DEPDIR)/rquotad-rquota_svc.Plo"; else rm -f "$(DEPDIR)/rquotad-rquota_svc.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_svc.c' object='rquotad-rquota_svc.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_svc.Plo' tmpdepfile='$(DEPDIR)/rquotad-rquota_svc.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_svc.lo `test -f 'rquota_svc.c' || echo '$(srcdir)/'`rquota_svc.c
+
 rquotad-rquota_xdr.o: rquota_xdr.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_xdr.o -MD -MP -MF "$(DEPDIR)/rquotad-rquota_xdr.Tpo" -c -o rquotad-rquota_xdr.o `test -f 'rquota_xdr.c' || echo '$(srcdir)/'`rquota_xdr.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo" "$(DEPDIR)/rquotad-rquota_xdr.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_xdr.c' object='rquotad-rquota_xdr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_xdr.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_xdr.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_xdr.o `test -f 'rquota_xdr.c' || echo '$(srcdir)/'`rquota_xdr.c
 
 rquotad-rquota_xdr.obj: rquota_xdr.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_xdr.obj -MD -MP -MF "$(DEPDIR)/rquotad-rquota_xdr.Tpo" -c -o rquotad-rquota_xdr.obj `if test -f 'rquota_xdr.c'; then $(CYGPATH_W) 'rquota_xdr.c'; else $(CYGPATH_W) '$(srcdir)/rquota_xdr.c'; fi`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo" "$(DEPDIR)/rquotad-rquota_xdr.Po"; else rm -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_xdr.c' object='rquotad-rquota_xdr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_xdr.Po' tmpdepfile='$(DEPDIR)/rquotad-rquota_xdr.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_xdr.obj `if test -f 'rquota_xdr.c'; then $(CYGPATH_W) 'rquota_xdr.c'; else $(CYGPATH_W) '$(srcdir)/rquota_xdr.c'; fi`
 
+rquotad-rquota_xdr.lo: rquota_xdr.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-rquota_xdr.lo -MD -MP -MF "$(DEPDIR)/rquotad-rquota_xdr.Tpo" -c -o rquotad-rquota_xdr.lo `test -f 'rquota_xdr.c' || echo '$(srcdir)/'`rquota_xdr.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo" "$(DEPDIR)/rquotad-rquota_xdr.Plo"; else rm -f "$(DEPDIR)/rquotad-rquota_xdr.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='rquota_xdr.c' object='rquotad-rquota_xdr.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-rquota_xdr.Plo' tmpdepfile='$(DEPDIR)/rquotad-rquota_xdr.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-rquota_xdr.lo `test -f 'rquota_xdr.c' || echo '$(srcdir)/'`rquota_xdr.c
+
 rquotad-quotactl.o: quotactl.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-quotactl.o -MD -MP -MF "$(DEPDIR)/rquotad-quotactl.Tpo" -c -o rquotad-quotactl.o `test -f 'quotactl.c' || echo '$(srcdir)/'`quotactl.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-quotactl.Tpo" "$(DEPDIR)/rquotad-quotactl.Po"; else rm -f "$(DEPDIR)/rquotad-quotactl.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='quotactl.c' object='rquotad-quotactl.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-quotactl.Po' tmpdepfile='$(DEPDIR)/rquotad-quotactl.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-quotactl.o `test -f 'quotactl.c' || echo '$(srcdir)/'`quotactl.c
 
 rquotad-quotactl.obj: quotactl.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-quotactl.obj -MD -MP -MF "$(DEPDIR)/rquotad-quotactl.Tpo" -c -o rquotad-quotactl.obj `if test -f 'quotactl.c'; then $(CYGPATH_W) 'quotactl.c'; else $(CYGPATH_W) '$(srcdir)/quotactl.c'; fi`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-quotactl.Tpo" "$(DEPDIR)/rquotad-quotactl.Po"; else rm -f "$(DEPDIR)/rquotad-quotactl.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='quotactl.c' object='rquotad-quotactl.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-quotactl.Po' tmpdepfile='$(DEPDIR)/rquotad-quotactl.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-quotactl.obj `if test -f 'quotactl.c'; then $(CYGPATH_W) 'quotactl.c'; else $(CYGPATH_W) '$(srcdir)/quotactl.c'; fi`
 
+rquotad-quotactl.lo: quotactl.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-quotactl.lo -MD -MP -MF "$(DEPDIR)/rquotad-quotactl.Tpo" -c -o rquotad-quotactl.lo `test -f 'quotactl.c' || echo '$(srcdir)/'`quotactl.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-quotactl.Tpo" "$(DEPDIR)/rquotad-quotactl.Plo"; else rm -f "$(DEPDIR)/rquotad-quotactl.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='quotactl.c' object='rquotad-quotactl.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-quotactl.Plo' tmpdepfile='$(DEPDIR)/rquotad-quotactl.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-quotactl.lo `test -f 'quotactl.c' || echo '$(srcdir)/'`quotactl.c
+
 rquotad-hasquota.o: hasquota.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-hasquota.o -MD -MP -MF "$(DEPDIR)/rquotad-hasquota.Tpo" -c -o rquotad-hasquota.o `test -f 'hasquota.c' || echo '$(srcdir)/'`hasquota.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-hasquota.Tpo" "$(DEPDIR)/rquotad-hasquota.Po"; else rm -f "$(DEPDIR)/rquotad-hasquota.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='hasquota.c' object='rquotad-hasquota.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-hasquota.Po' tmpdepfile='$(DEPDIR)/rquotad-hasquota.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-hasquota.o `test -f 'hasquota.c' || echo '$(srcdir)/'`hasquota.c
 
 rquotad-hasquota.obj: hasquota.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-hasquota.obj -MD -MP -MF "$(DEPDIR)/rquotad-hasquota.Tpo" -c -o rquotad-hasquota.obj `if test -f 'hasquota.c'; then $(CYGPATH_W) 'hasquota.c'; else $(CYGPATH_W) '$(srcdir)/hasquota.c'; fi`; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-hasquota.Tpo" "$(DEPDIR)/rquotad-hasquota.Po"; else rm -f "$(DEPDIR)/rquotad-hasquota.Tpo"; exit 1; fi
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='hasquota.c' object='rquotad-hasquota.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-hasquota.Po' tmpdepfile='$(DEPDIR)/rquotad-hasquota.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-hasquota.obj `if test -f 'hasquota.c'; then $(CYGPATH_W) 'hasquota.c'; else $(CYGPATH_W) '$(srcdir)/hasquota.c'; fi`
 
+rquotad-hasquota.lo: hasquota.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rquotad-hasquota.lo -MD -MP -MF "$(DEPDIR)/rquotad-hasquota.Tpo" -c -o rquotad-hasquota.lo `test -f 'hasquota.c' || echo '$(srcdir)/'`hasquota.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rquotad-hasquota.Tpo" "$(DEPDIR)/rquotad-hasquota.Plo"; else rm -f "$(DEPDIR)/rquotad-hasquota.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='hasquota.c' object='rquotad-hasquota.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/rquotad-hasquota.Plo' tmpdepfile='$(DEPDIR)/rquotad-hasquota.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rquotad_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rquotad-hasquota.lo `test -f 'hasquota.c' || echo '$(srcdir)/'`hasquota.c
+
 mostlyclean-libtool:
        -rm -f *.lo
 
@@ -542,13 +606,15 @@ distdir: $(DISTFILES)
          fi; \
        done
 check-am: all-am
-check: check-am
+check: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) check-am
 all-am: Makefile $(PROGRAMS) $(MANS)
 installdirs:
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
        done
-install: install-am
+install: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) install-am
 install-exec: install-exec-am
 install-data: install-data-am
 uninstall: uninstall-am
@@ -567,12 +633,13 @@ mostlyclean-generic:
 clean-generic:
 
 distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+       -rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 clean: clean-am
 
 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
@@ -631,14 +698,25 @@ uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS
        distclean-compile distclean-generic distclean-libtool \
        distclean-tags distdir dvi dvi-am html html-am info info-am \
        install install-am install-data install-data-am install-exec \
-       install-exec-am install-exec-hook install-info install-info-am \
-       install-man install-man8 install-sbinPROGRAMS install-strip \
-       installcheck installcheck-am installdirs maintainer-clean \
+       install-exec-am install-info install-info-am install-man \
+       install-man8 install-sbinPROGRAMS install-strip installcheck \
+       installcheck-am installdirs maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-       tags uninstall uninstall-am uninstall-hook uninstall-info-am \
-       uninstall-man uninstall-man8 uninstall-sbinPROGRAMS
+       tags uninstall uninstall-am uninstall-info-am uninstall-man \
+       uninstall-man8 uninstall-sbinPROGRAMS
+
+
+$(RPCGEN):
+       make -C $(top_srcdir)/tools/rpcgen all
+
+$(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN)
+       test -f $@ && rm -rf $@ || true
+       $(RPCGEN) -c -o $@ $<
 
+$(GENFILES_H): %.h: %.x $(RPCGEN)
+       test -f $@ && rm -rf $@ || true
+       $(RPCGEN) -h -o $@ $<
 
 #######################################################################
 # The following allows the current practice of having