makefile.am.m4
来自「SFS是一个完全分散控制的的网路档案系统。sfslite 用于简化事件驱动网络编」· M4 代码 · 共 118 行
M4
118 行
dnl $Id: Makefile.am.m4 2995 2007-08-17 16:11:20Z max $dnldnl Process this file with GNU m4 to get Makefile.am.dnl (Using m4 greatly simplifies the rules for autogenerated RPC files.)dnl## 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 = tstdnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnldnl dnldnl MACROS FOR AUTOGENERATED RPC FILES dnldnl dnldnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnldefine(`rpcmk_headers',)dnldefine(`rpcmk_sources',)dnldefine(`rpcmk_built', `rpcmk_headers rpcmk_sources')dnldefine(`rpcmk',changequote([[, ]])dnl[[dnldefine(`rpcmk_headers', rpcmk_headers $1.h)dnldefine(`rpcmk_sources', rpcmk_sources $1.c)dnl$1.h: $(SVCDIR)/$1.x @rm -f $`'@ -$(ARPCGEN) -r sfs-internal.h -h $(SVCDIR)/$1.x -o `$'@ || rm -f $`'@$1.c: $(SVCDIR)/$1.x $1.h @rm -f $`'@ -$(ARPCGEN) -c $(SVCDIR)/$1.x -o `$'@ || rm -f $`'@$1.o: $1.c $1.h $(COMPILE) -c @NW@ $1.c]]changequote)dnldnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnldnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnl dnlrpcmk(nfs3_prot)rpcmk(nfs3exp_prot)rpcmk(sfs_prot)dnl rpcmk(sfsro_prot)rpcmk(sfsagent)rpcmk(auth_helper_prot)nfs3_prot.o: nfs3exp_prot.h$(DEP_FILES): rpcmk_headersrwfd.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 = rpcmk_sources \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 rpcmk_built.PHONY: rpccleanrpcclean: rm -f rpcmk_builtinstall-exec-hook: -chgrp @sfsgroup@ $(DESTDIR)$(sfsexecdir)/suidconnect \ && chmod 2555 $(DESTDIR)$(sfsexecdir)/suidconnectCLEANFILES = core *.core *~ *.rpo rpcmk_built \ 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 + =
减小字号Ctrl + -
显示快捷键?