makefile.am

来自「一个内存数据库的源代码这是服务器端还有客户端」· AM 代码 · 共 515 行 · 第 1/5 页

AM
515
字号
## This file is generated by autogen.py, do not edit## Process this file with automake to produce Makefile.in## autogen includes dependencies so automake doesn't need to generated themAUTOMAKE_OPTIONS = no-dependencies 1.4 foreignif NEED_MXNEED_MX = 1endifscript_opt_support.mal: opt_support.malinstall-exec-local-opt_support.mal: opt_support.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_support.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_support.maluninstall-local-opt_support.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_support.malscript_opt_crack.mal: opt_crack.malinstall-exec-local-opt_crack.mal: opt_crack.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_crack.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_crack.maluninstall-local-opt_crack.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_crack.malscript_optimizer.mal: optimizer.malinstall-exec-local-optimizer.mal: optimizer.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/optimizer.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/optimizer.maluninstall-local-optimizer.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/optimizer.malscript_opt_factorize.mal: opt_factorize.malinstall-exec-local-opt_factorize.mal: opt_factorize.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_factorize.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_factorize.maluninstall-local-opt_factorize.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_factorize.malscript_opt_deadcode.mal: opt_deadcode.malinstall-exec-local-opt_deadcode.mal: opt_deadcode.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_deadcode.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_deadcode.maluninstall-local-opt_deadcode.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_deadcode.malscript_opt_garbageCollector.mal: opt_garbageCollector.malinstall-exec-local-opt_garbageCollector.mal: opt_garbageCollector.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_garbageCollector.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_garbageCollector.maluninstall-local-opt_garbageCollector.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_garbageCollector.malscript_opt_strengthReduction.mal: opt_strengthReduction.malinstall-exec-local-opt_strengthReduction.mal: opt_strengthReduction.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_strengthReduction.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_strengthReduction.maluninstall-local-opt_strengthReduction.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_strengthReduction.malscript_opt_aliases.mal: opt_aliases.malinstall-exec-local-opt_aliases.mal: opt_aliases.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_aliases.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_aliases.maluninstall-local-opt_aliases.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_aliases.malscript_opt_commonTerms.mal: opt_commonTerms.malinstall-exec-local-opt_commonTerms.mal: opt_commonTerms.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/opt_commonTerms.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/opt_commonTerms.maluninstall-local-opt_commonTerms.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/opt_commonTerms.malscript_opt_partitionedQuery.mal: opt_partitionedQuery.malinstall-exec-local-opt_partitionedQuery.mal: opt_partitionedQuery.mal

⌨️ 快捷键说明

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