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

📄 makefile.in

📁 emboss的linux版本的源代码
💻 IN
📖 第 1 页 / 共 2 页
字号:
	nucleic_gene_finding_group.html nucleic_motifs_group.html \	nucleic_mutation_group.html nucleic_primers_group.html \	nucleic_profiles_group.html nucleic_repeats_group.html \	nucleic_restriction_group.html \	nucleic_transcription_group.html \	nucleic_translation_group.html octanol.html oddcomp.html \	palindrome.html pasteseq.html patmatdb.html patmatmotifs.html \	pepcoil.html pepinfo.html pepnet.html pepstats.html \	pepwheel.html pepwindow.html pepwindowall.html \	phylogeny_consensus_group.html \	phylogeny_continuous_characters_group.html \	phylogeny_discrete_characters_group.html \	phylogeny_distance_matrix_group.html \	phylogeny_gene_frequencies_group.html phylogeny_group.html \	phylogeny_molecular_sequence_group.html \	phylogeny_tree_drawing_group.html plotcon.html plotorf.html \	polydot.html preg.html prettyplot.html prettyseq.html \	primersearch.html printsextract.html profit.html \	prophecy.html prophet.html prosextract.html \	protein_2d_structure_group.html \	protein_3d_structure_group.html \	protein_composition_group.html protein_motifs_group.html \	protein_mutation_group.html protein_profiles_group.html \	protein_sequence_alignment_group.html pscan.html psiphi.html \	rebaseextract.html recoder.html redata.html remap.html \	restover.html restrict.html revseq.html \	seealso.html seqmatchall.html seqret.html seqretsplit.html \	showalign.html showdb.html showfeat.html showorf.html \	showseq.html shuffleseq.html sigcleave.html silent.html \	sirna.html sixpack.html skipseq.html \	splitter.html stretcher.html stssearch.html supermatcher.html \	syco.html tcode.html tcode.2.tcode.gif \	template.html test_group.html \	textsearch.html tfextract.html tfm.html tfscan.html \	tmap.html tranalign.html transeq.html trimest.html \	trimseq.html twofeat.html union.html \	utils_database_creation_group.html \	utils_database_indexing_group.html utils_misc_group.html \	vectorstrip.html \	water.html whichdb.html wobble.html \	wordcount.html wordfinder.html wordmatch.html \	wossname.html yank.html \	emboss_icon.jpgpkgdata2dir = $(prefix)/share/$(PACKAGE)/doc/html/emboss/appsall: 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  doc/programs/html/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  doc/programs/html/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:install-pkgdataDATA: $(pkgdata_DATA)	@$(NORMAL_INSTALL)	test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"	@list='$(pkgdata_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \	  $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \	doneuninstall-pkgdataDATA:	@$(NORMAL_UNINSTALL)	@list='$(pkgdata_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \	  rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \	doneinstall-pkgdata2DATA: $(pkgdata2_DATA)	@$(NORMAL_INSTALL)	test -z "$(pkgdata2dir)" || $(mkdir_p) "$(DESTDIR)$(pkgdata2dir)"	@list='$(pkgdata2_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(pkgdata2DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdata2dir)/$$f'"; \	  $(pkgdata2DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdata2dir)/$$f"; \	doneuninstall-pkgdata2DATA:	@$(NORMAL_UNINSTALL)	@list='$(pkgdata2_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(pkgdata2dir)/$$f'"; \	  rm -f "$(DESTDIR)$(pkgdata2dir)/$$f"; \	donetags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(DISTFILES)	@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 $(DATA)installdirs:	for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgdata2dir)"; do \	  test -z "$$dir" || $(mkdir_p) "$$dir"; \	doneinstall: 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:	-test -z "$(CONFIG_CLEAN_FILES)" || 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 mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-generic distclean-libtooldvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-pkgdata2DATA install-pkgdataDATAinstall-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 uninstall-pkgdata2DATA \	uninstall-pkgdataDATA.PHONY: all all-am check check-am clean clean-generic clean-libtool \	distclean distclean-generic distclean-libtool 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-pkgdata2DATA \	install-pkgdataDATA install-strip installcheck installcheck-am \	installdirs maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \	ps ps-am uninstall uninstall-am uninstall-info-am \	uninstall-pkgdata2DATA uninstall-pkgdataDATA# 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 + -