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

📄 makefile.am.m4

📁 chord 源码 http://pdos.csail.mit.edu/chord/
💻 M4
字号:
dnl $Id: Makefile.am.m4,v 1.30 2006/08/16 17:03:58 sit Exp $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.m4dnl 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 dnlSUFFIXES = .x .C .h .py.x.h:	-$(RPCC) -h -DSFSSVC $< || rm -f $@.x.C:	-$(RPCC) -c -DSFSSVC $< || rm -f $@.x.py:	-$(RPCC) -python $< || rm -f $@$(RPCC):	@:define(`rpcmk_python',)dnldefine(`rpcmk_xfiles',)dnldefine(`rpcmk_headers',)dnldefine(`rpcmk_sources',)dnldefine(`rpcmk_built', `rpcmk_headers rpcmk_sources rpcmk_python')dnldefine(`rpcmk',changequote([[, ]])dnl[[dnldefine(`rpcmk_python', rpcmk_python $1.py)dnldefine(`rpcmk_xfiles', rpcmk_xfiles $1.x)dnldefine(`rpcmk_headers', rpcmk_headers $1.h)dnldefine(`rpcmk_sources', rpcmk_sources $1.C)dnl$1.py: $1.x # $(RPCC)$1.h: $1.x # $(RPCC)$1.C: $1.x # $(RPCC)$1.o: $1.h$1.lo: $1.h]]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(chord_types)rpcmk(chord_prot)rpcmk(lsdctl_prot)rpcmk(debruijn_prot)rpcmk(dhash_types)rpcmk(dhash_prot)rpcmk(dhashgateway_prot)rpcmk(fingers_prot)rpcmk(merkle_sync_prot)rpcmk(recroute_prot)rpcmk(accordion_prot)rpcmk(sfsro_prot_cfs)rpcmk(transport_prot)rpcmk(dhc_prot)rpcmk(adb_prot)$(DEP_FILES): rpcmk_headersEXTRA_DIST = Makefile.am.m4 .cvsignore bigint.pylibsvc_la_SOURCES = rpcmk_sourcesnoinst_HEADERS = rpcmk_xfiles rpcmk_headerschordlib_LTLIBRARIES = libsvc.lachordinclude_HEADERS =  chord_types.x dhash_types.x dhashgateway_prot.x dhash_types.h chord_types.h dhash_prot.h dhashgateway_prot.h lsdctl_prot.hchorddata_DATA = chord_types.py dhash_types.py dhashgateway_prot.py bigint.pydist-hook:	cd $(distdir) && rm -f rpcmk_built.PHONY: rpccleanrpcclean:	rm -f rpcmk_builtCLEANFILES = core *.core *~ *.rpo stamp-svc-repo rpcmk_builtMAINTAINERCLEANFILES = 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 + -