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

📄 makefile.in

📁 This a source insight software in Linux. It s is similar to the source insight software for windows.
💻 IN
📖 第 1 页 / 共 2 页
字号:
.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/en/Makefile'; \#>- 	cd $(top_srcdir) && \#>- 	  $(AUTOMAKE) --gnu  doc/en/Makefile#>+ 12	@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/en/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  doc/en/Makefile	cd $(top_srcdir) && perl admin/am_edit doc/en/Makefile.in.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:tags: TAGSTAGS:ctags: CTAGSCTAGS:#>- distdir: $(DISTFILES)#>+ 1distdir: distdir-nls  $(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: Makefileinstalldirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-am#>- uninstall: uninstall-am#>+ 1uninstall: uninstall-docs uninstall-nls  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-am#>+ 1clean: kde-rpo-clean  clean-am#>- clean-am: clean-generic clean-libtool mostlyclean-am#>+ 1clean-am: clean-docs clean-bcheck  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:#>+ 1install-data-am: install-docs install-nls 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: 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-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# 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:#>+ 2KDE_DIST=main_window.png frontend.png project_files.png autocomp_dlg.png Makefile.in query_filter.png query_dlg.png call_graph.png project_open.png index.docbook options.png call_tree.png project_new.png Makefile.am #>+ 24index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) options.png project_new.png call_graph.png query_dlg.png autocomp_dlg.png call_tree.png project_open.png main_window.png project_files.png frontend.png index.docbook query_filter.png 	@if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fidocs-am: index.cache.bz2install-docs: docs-am install-nls	$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope	@if test -f index.cache.bz2; then \	echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/; \	$(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/; \	elif test -f  $(srcdir)/index.cache.bz2; then \	echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/; \	$(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/; \	fi	-rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/common	$(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/commonuninstall-docs:	-rm -rf $(kde_htmldir)/$(KDE_LANG)/kscopeclean-docs:	-rm -f index.cache.bz2#>+ 13install-nls:	$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope	@for base in options.png project_new.png call_graph.png query_dlg.png autocomp_dlg.png call_tree.png project_open.png main_window.png project_files.png frontend.png index.docbook query_filter.png ; do \	  echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/$$base ;\	  $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/$$base ;\	doneuninstall-nls:	for base in options.png project_new.png call_graph.png query_dlg.png autocomp_dlg.png call_tree.png project_open.png main_window.png project_files.png frontend.png index.docbook query_filter.png ; do \	  rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kscope/$$base ;\	done#>+ 5distdir-nls:	for file in options.png project_new.png call_graph.png query_dlg.png autocomp_dlg.png call_tree.png project_open.png main_window.png project_files.png frontend.png index.docbook query_filter.png ; do \	  cp $(srcdir)/$$file $(distdir); \	done#>+ 15force-reedit:		@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/en/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  doc/en/Makefile	cd $(top_srcdir) && perl admin/am_edit doc/en/Makefile.in#>+ 21clean-bcheck: 	rm -f *.bchecktest.cc *.bchecktest.cc.class a.outbcheck: bcheck-ambcheck-am:	@for i in ; do \	    if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \	        echo "int main() {return 0;}" > $$i.bchecktest.cc ; \	        echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \	        echo "$$i"; \	        if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy $$i.bchecktest.cc; then \	            rm -f $$i.bchecktest.cc; exit 1; \	        fi ; \	        echo "" >> $$i.bchecktest.cc.class; \	        perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \	        rm -f a.out; \	    fi ; \	done#>+ 3final:	$(MAKE) all-am#>+ 3final-install:	$(MAKE) install-am#>+ 3no-final:	$(MAKE) all-am#>+ 3no-final-install:	$(MAKE) install-am#>+ 3cvs-clean:	$(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean#>+ 3kde-rpo-clean:	-rm -f *.rpo#>+ 3nmcheck: nmcheck-am: nmcheck

⌨️ 快捷键说明

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