⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 SFS是一个完全分散控制的的网路档案系统。sfslite 用于简化事件驱动网络编程的有用组件。
💻 AM
字号:
## Process this file with automake to produce Makefile.in## Do not edit this file directly.  It is generated from Makefile.am.m4AM_CFLAGS = -fno-strict-aliasingARPCGEN = $(top_builddir)/arpcgen/arpcgenSVCDIR = $(top_srcdir)/svcif USE_AUTH_HELPERAUTH_HELPER = auth_helperendifsfslib_LTLIBRARIES = libsfs.lasfsexec_PROGRAMS = pathinfo suidconnect $(AUTH_HELPER)noinst_PROGRAMS = tstnfs3_prot.h: $(SVCDIR)/nfs3_prot.x	@rm -f $@	-$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/nfs3_prot.x -o $@ || rm -f $@nfs3_prot.c: $(SVCDIR)/nfs3_prot.x nfs3_prot.h	@rm -f $@	-$(ARPCGEN) -c $(SVCDIR)/nfs3_prot.x -o $@ || rm -f $@nfs3_prot.o: nfs3_prot.c nfs3_prot.h	$(COMPILE) -c @NW@ nfs3_prot.cnfs3exp_prot.h: $(SVCDIR)/nfs3exp_prot.x	@rm -f $@	-$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/nfs3exp_prot.x -o $@ || rm -f $@nfs3exp_prot.c: $(SVCDIR)/nfs3exp_prot.x nfs3exp_prot.h	@rm -f $@	-$(ARPCGEN) -c $(SVCDIR)/nfs3exp_prot.x -o $@ || rm -f $@nfs3exp_prot.o: nfs3exp_prot.c nfs3exp_prot.h	$(COMPILE) -c @NW@ nfs3exp_prot.csfs_prot.h: $(SVCDIR)/sfs_prot.x	@rm -f $@	-$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/sfs_prot.x -o $@ || rm -f $@sfs_prot.c: $(SVCDIR)/sfs_prot.x sfs_prot.h	@rm -f $@	-$(ARPCGEN) -c $(SVCDIR)/sfs_prot.x -o $@ || rm -f $@sfs_prot.o: sfs_prot.c sfs_prot.h	$(COMPILE) -c @NW@ sfs_prot.csfsagent.h: $(SVCDIR)/sfsagent.x	@rm -f $@	-$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/sfsagent.x -o $@ || rm -f $@sfsagent.c: $(SVCDIR)/sfsagent.x sfsagent.h	@rm -f $@	-$(ARPCGEN) -c $(SVCDIR)/sfsagent.x -o $@ || rm -f $@sfsagent.o: sfsagent.c sfsagent.h	$(COMPILE) -c @NW@ sfsagent.cauth_helper_prot.h: $(SVCDIR)/auth_helper_prot.x	@rm -f $@	-$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/auth_helper_prot.x -o $@ || rm -f $@auth_helper_prot.c: $(SVCDIR)/auth_helper_prot.x auth_helper_prot.h	@rm -f $@	-$(ARPCGEN) -c $(SVCDIR)/auth_helper_prot.x -o $@ || rm -f $@auth_helper_prot.o: auth_helper_prot.c auth_helper_prot.h	$(COMPILE) -c @NW@ auth_helper_prot.cnfs3_prot.o: nfs3exp_prot.h$(DEP_FILES):  nfs3_prot.h nfs3exp_prot.h sfs_prot.h sfsagent.h auth_helper_prot.hrwfd.c:	$(LN_S) $(top_srcdir)/async/rwfd.c rwfd.csuidprotect.c:	$(LN_S) $(top_srcdir)/async/suidprotect.c suidprotect.cauthunixint.c:	$(LN_S) $(top_srcdir)/arpc/authunixint.c authunixint.cEXTRA_DIST = Makefile.am.m4 .cvsignore \	auth_helper_common.c auth_helper_pam.c auth_helper_bsd.clibsfs_la_SOURCES =  nfs3_prot.c nfs3exp_prot.c sfs_prot.c sfsagent.c auth_helper_prot.c \rwfd.c suidprotect.c authunixint.c \devcon.c hashtab.c sfsops.c sfspaths.c srpc.c xdr_misc.c suio.cDEPEND_ON_MAKEFILE = devgetcon.o sfspaths.o$(DEPEND_ON_MAKEFILE): Makefileinclude_HEADERS = sfs.h sfs-internal.hsfsinclude_HEADERS = auth_helper.hnoinst_HEADERS = hashtab.h queue.h suio.h xdr_suio.hsuidconnect_SOURCES = suidconnect.csuidconnect_LDADD = libsfs.la pathinfo_SOURCES = pathinfo.cpathinfo_LDADD = libsfs.laauth_helper_SOURCES = auth_helper.c auth_helper_common.cauth_helper_LDADD = libsfs.la $(AUTH_HELPER_LIB)# Ugh... this is the only way I could get automake to workauth_helper.c: $(srcdir)/$(AUTH_HELPER_STYLE) Makefile	@rm -f $@	$(LN_S) $(srcdir)/$(AUTH_HELPER_STYLE) $@tst_SOURCES = tst.ctst_LDADD = libsfs.ladist-hook:	cd $(distdir) && rm -f rwfd.c authunixint.c  nfs3_prot.h nfs3exp_prot.h sfs_prot.h sfsagent.h auth_helper_prot.h  nfs3_prot.c nfs3exp_prot.c sfs_prot.c sfsagent.c auth_helper_prot.c.PHONY: rpccleanrpcclean:	rm -f  nfs3_prot.h nfs3exp_prot.h sfs_prot.h sfsagent.h auth_helper_prot.h  nfs3_prot.c nfs3exp_prot.c sfs_prot.c sfsagent.c auth_helper_prot.cinstall-exec-hook:	-chgrp @sfsgroup@ $(DESTDIR)$(sfsexecdir)/suidconnect \	   && chmod 2555 $(DESTDIR)$(sfsexecdir)/suidconnectCLEANFILES = core *.core *~ *.rpo  nfs3_prot.h nfs3exp_prot.h sfs_prot.h sfsagent.h auth_helper_prot.h  nfs3_prot.c nfs3exp_prot.c sfs_prot.c sfsagent.c auth_helper_prot.c \	authunixint.c rwfd.c auth_helper.cMAINTAINERCLEANFILES = Makefile.in Makefile.am$(srcdir)/Makefile.am: $(srcdir)/Makefile.am.m4	@rm -f $(srcdir)/Makefile.am~	$(M4) $(srcdir)/Makefile.am.m4 > $(srcdir)/Makefile.am~	mv -f $(srcdir)/Makefile.am~ $(srcdir)/Makefile.am

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -