X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2FMakefile.in;h=f1c341dbd44ac3ef7de0843d5e6f1d76dfaa15a4;hb=64996d13e704699d6065538876cc146cb68f849b;hp=6d8b372b0fa2e88300ad4ff98baeed4c8036931c;hpb=3f0395ca63d99e6bc39c1bc8109b716d8d824681;p=nfs-utils.git diff --git a/utils/mount/Makefile.in b/utils/mount/Makefile.in index 6d8b372..f1c341d 100644 --- a/utils/mount/Makefile.in +++ b/utils/mount/Makefile.in @@ -51,8 +51,10 @@ am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(man8dir)" sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(sbin_PROGRAMS) -am_mount_nfs_OBJECTS = mount.$(OBJEXT) nfsmount.$(OBJEXT) \ - nfs4mount.$(OBJEXT) nfsumount.$(OBJEXT) +am_mount_nfs_OBJECTS = mount.$(OBJEXT) error.$(OBJEXT) \ + network.$(OBJEXT) fstab.$(OBJEXT) token.$(OBJEXT) \ + parse_opt.$(OBJEXT) nfsmount.$(OBJEXT) nfs4mount.$(OBJEXT) \ + stropts.$(OBJEXT) nfsumount.$(OBJEXT) mount_nfs_OBJECTS = $(am_mount_nfs_OBJECTS) mount_nfs_DEPENDENCIES = ../../support/nfs/libnfs.a \ ../../support/export/libexport.a @@ -113,9 +115,9 @@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GREP = @GREP@ -GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ -GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ +GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@ +GSSGLUE_LIBS = @GSSGLUE_LIBS@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ IDMAPD = @IDMAPD@ @@ -160,6 +162,7 @@ RELEASE = @RELEASE@ RPCGEN_PATH = @RPCGEN_PATH@ RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@ RPCSECGSS_LIBS = @RPCSECGSS_LIBS@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -230,8 +233,11 @@ top_srcdir = @top_srcdir@ man8_MANS = mount.nfs.man umount.nfs.man man5_MANS = nfs.man EXTRA_DIST = nfsmount.x $(man8_MANS) $(man5_MANS) -mount_nfs_SOURCES = mount.c nfsmount.c nfs4mount.c nfsumount.c \ - mount_constants.h nfs4_mount.h nfs_mount4.h +mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c parse_opt.c \ + nfsmount.c nfs4mount.c stropts.c\ + nfsumount.c \ + mount_constants.h error.h network.h fstab.h token.h parse_opt.h \ + nfs4_mount.h nfs_mount4.h stropts.h mount_nfs_LDADD = ../../support/nfs/libnfs.a \ ../../support/export/libexport.a @@ -308,10 +314,16 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstab.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfs4mount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsmount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsumount.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_opt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stropts.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<