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

📄 makefile.in

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 IN
📖 第 1 页 / 共 2 页
字号:
yassl_libs = @yassl_libs@yassl_libs_with_path = @yassl_libs_with_path@yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@zlib_dir = @zlib_dir@DOXYDIR = doxygennoinst_HEADERS = $(DOXYDIR)/predoxy.pl $(DOXYDIR)/postdoxy.pl $(DOXYDIR)/Doxyfile.ndbapi $(DOXYDIR)/Doxyfile.mgmapi $(DOXYDIR)/header.ndbapi.tex $(DOXYDIR)/header.mgmapi.texDOXYTMP = .doxytmpDOXYOUT = .doxyoutNDB_RELEASE = @NDB_VERSION_MAJOR@.@NDB_VERSION_MINOR@.@NDB_VERSION_BUILD@-@NDB_VERSION_STATUS@all: all-am.SUFFIXES:$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ndb/docs/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  ndb/docs/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$tags$$unique" \	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	     $$tags $$uniquectags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES)	$(mkdir_p) $(distdir)/$(DOXYDIR)	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \	list='$(DISTFILES)'; for file in $$list; do \	  case $$file in \	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \	  esac; \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkdir_p) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(HEADERS) all-localinstalldirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."clean: clean-amclean-am: clean-generic clean-libtool clean-local mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-generic distclean-libtool \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-am	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-info-am.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \	clean-generic clean-libtool clean-local ctags distclean \	distclean-generic distclean-libtool distclean-tags distdir dvi \	dvi-am html html-am info info-am install install-am \	install-data install-data-am install-exec install-exec-am \	install-info install-info-am install-man install-strip \	installcheck installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-generic \	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \	uninstall-am uninstall-info-amall-local: 	do-check-html ndbapidoc-html mgmapidoc-htmlall-pdf: 	do-check-pdf ndbapidoc-pdf mgmapidoc-pdfclean-local:	rm -rf ndbapi.pdf ndbapi.html mgmapi.pdf mgmapi.html	rm -rf $(DOXYTMP) $(DOXYOUT)do-check-html:	@set -x; \	if test @PERL@ = no ; then \	  echo "Perl needed to make docs"; \	  exit 1; \	fi; \	if test @DOXYGEN@ = no ; then \	  echo "Doxygen needed to make docs"; \	  exit 1; \	fi;do-check-pdf: do-check-html	if test @PDFLATEX@ = no ; then \	  echo "Pdflatex needed to make docs"; \	  exit 1; \	fi; \	if test @MAKEINDEX@ = no ; then \	  echo "Makeindex needed to make docs"; \	  exit 1; \	fi;#####  NDB API Programmer's Guide#ndbapidoc-html: ndbapi.htmlndbapidoc-pdf: ndbapi.pdfndbapi.html: $(noinst_HEADERS)	@set -x; \	export NDB_RELEASE=$(NDB_RELEASE); \	@RM@ -f ndbapi.pdf ndbapi.html; \	@RM@ -rf $(DOXYTMP) $(DOXYOUT); \	mkdir -p $(DOXYTMP) $(DOXYOUT); \	@CP@ $(top_srcdir)/ndb/include/ndbapi/*  $(DOXYTMP); \	@CP@ $(top_srcdir)/ndb/ndbapi-examples/*/*.[ch]pp $(DOXYTMP); \	@PERL@ $(DOXYDIR)/predoxy.pl; \	mv footer.html $(DOXYTMP); \	(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \	@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "MySQL Cluster NDB API Programmer Guide"; \	(cd $(DOXYOUT) && \		find ndbapi.html -print | cpio -pdm ..);ndbapi.pdf: ndbapi.html	(cd $(DOXYOUT)/ndbapi.latex && \		@PDFLATEX@ refman.tex && @MAKEINDEX@ refman && @PDFLATEX@ refman.tex && \		cp -p refman.pdf ../../ndbapi.pdf);#####  MGM API Guide#mgmapidoc-html: mgmapi.htmlmgmapidoc-pdf: mgmapi.pdfmgmapi.html: $(noinst_HEADERS)	@set -x; \	export NDB_RELEASE=$(NDB_RELEASE); \	@RM@ -f mgmapi.pdf mgmapi.html; \	@RM@ -rf $(DOXYTMP) $(DOXYOUT); \	mkdir -p $(DOXYTMP) $(DOXYOUT); \	@CP@ $(top_srcdir)/ndb/include/mgmapi/*  $(DOXYTMP); \	@PERL@ $(DOXYDIR)/predoxy.pl; \	mv footer.html $(DOXYTMP); \	(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \	@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "MySQL Cluster MGM API Guide"; \	(cd $(DOXYOUT) && \		find mgmapi.html -print | cpio -pdm ..);mgmapi.pdf: mgmapi.html	(cd $(DOXYOUT)/mgmapi.latex && \		@PDFLATEX@ refman.tex && @MAKEINDEX@ refman && @PDFLATEX@ refman.tex && \		cp -p refman.pdf ../../mgmapi.pdf);####  #  Complete Source Browser except for #        ndbapi odbc test tools win32 lib examples docs CVS config bin #        include/ndbapi #        include/newtonapi src/newtonapi#        include/mgmapi src/mgmapi#        src/clientndbdoc: DUMMY	mkdir -p $(OUTDIR)	cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.ndb#####  odbcdoc - Complete Source Browser for NDB ODBC (src/client/odbc)odbcdoc: DUMMY	mkdir -p $(OUTDIR)	cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.odbctestdoc: DUMMY	mkdir -p $(OUTDIR)	cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.testwindoze-dsp:# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

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