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

📄 makefile.in

📁 一个在LINUX下很好的集成编程环境
💻 IN
📖 第 1 页 / 共 2 页
字号:
host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@entities = legal.xmlfigdir = docname = anjuta-faqslang = Comffile = anjuta-faqs-C.omf# **********  Begin of section some packagers may need to modify  **********# This variable (docdir) specifies where the documents should be installed.# This default value should work for most packages.appid = anjutadocdir = $(datadir)/gnome/help/$(appid)/$(lang)# **********  You should not have to edit below this line  **********xml_files = $(entities) $(docname).xmlEXTRA_DIST = $(xml_files) $(omffile)CLEANFILES = omf_timestampomf_dest_dir = $(datadir)/omf/@PACKAGE@scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeperall: all-am.SUFFIXES:$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/manuals/xmldocs.make $(top_srcdir)/manuals/omf.make $(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  manuals/C/anjuta-faqs/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  manuals/C/anjuta-faqs/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:tags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(DISTFILES)	$(mkdir_p) $(distdir)/../../../manuals	@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; \	done	$(MAKE) $(AM_MAKEFLAGS) \	  top_distdir="$(top_distdir)" distdir="$(distdir)" \	  dist-hookcheck-am: all-amcheck: check-amall-am: Makefileinstalldirs: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:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)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 clean-local 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-data-local	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-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-local.PHONY: all all-am check check-am clean clean-generic clean-libtool \	clean-local dist-hook distclean distclean-generic \	distclean-libtool distdir dvi dvi-am html html-am info info-am \	install install-am install-data install-data-am \	install-data-hook install-data-local 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 uninstall-local# At some point, it may be wise to change to something like this:# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@omf: omf_timestampomf_timestamp: $(omffile)	-for file in $(omffile); do \	  scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \	done; \	touch omf_timestampinstall-data-hook-omf:	$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)	for file in $(omffile); do \		$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \	done	-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)uninstall-local-omf:	-for file in $(srcdir)/*.omf; do \		basefile=`basename $$file`; \		rm -f $(omf_dest_dir)/$$basefile; \	done	-rmdir $(omf_dest_dir)	-scrollkeeper-update -p $(scrollkeeper_localstate_dir)clean-local-omf:	-for file in $(omffile); do \		rm -f $$file.out; \	doneall: omf$(docname).xml: $(entities)	-ourdir=`pwd`;  \	cd $(srcdir);   \	cp $(entities) $$ourdirapp-dist-hook:	if test "$(figdir)"; then \	  $(mkinstalldirs) $(distdir)/$(figdir); \	  for file in $(srcdir)/$(figdir)/*.png; do \	    basefile=`echo $$file | sed -e  's,^.*/,,'`; \	    $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \	  done \	fiinstall-data-local: omf	$(mkinstalldirs) $(DESTDIR)$(docdir)	for file in $(xml_files); do \	  cp $(srcdir)/$$file $(DESTDIR)$(docdir); \	done	if test "$(figdir)"; then \	  $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \	  for file in $(srcdir)/$(figdir)/*.png; do \	    basefile=`echo $$file | sed -e  's,^.*/,,'`; \	    $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \	  done \	fiinstall-data-hook: install-data-hook-omfuninstall-local: uninstall-local-doc uninstall-local-omfuninstall-local-doc:	-if test "$(figdir)"; then \	  for file in $(srcdir)/$(figdir)/*.png; do \	    basefile=`echo $$file | sed -e  's,^.*/,,'`; \	    rm -f $(docdir)/$(figdir)/$$basefile; \	  done; \	  rmdir $(DESTDIR)$(docdir)/$(figdir); \	fi	-for file in $(xml_files); do \	  rm -f $(DESTDIR)$(docdir)/$$file; \	done	-rmdir $(DESTDIR)$(docdir)clean-local: clean-local-omfdist-hook: app-dist-hook# 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 + -