makefile.in
来自「FreeFem++可以生成高质量的有限元网格。可以用于流体力学」· IN 代码 · 共 503 行 · 第 1/2 页
IN
503 行
plots/FIGII8.eps plots/fluidstruct2.eps plots/rmuonde.eps \plots/FIGII9.eps plots/fluidstruct3.eps plots/schwarz-no-th.eps \plots/Laplace.eps plots/gnumembrane.eps plots/schwarz-no-u.eps \plots/NScahouetChabart.eps plots/gnuplot.eps plots/schwarz-no-u0.eps \plots/NSprojP.eps plots/hat.eps plots/schwarz-th.eps \plots/NSprojTh.eps plots/heatex.eps plots/schwarz-u.eps \plots/NSprojU.eps plots/heatexTh.eps plots/schwarz-u0.eps \plots/RT0.eps plots/imuonde.eps plots/secondT.eps \plots/ThrhoP2.eps plots/laRTp.eps plots/sound.eps \plots/Thwithhole.eps plots/lamedeform.eps plots/sound0.eps \plots/Thwithouthole.eps plots/lamevect.eps plots/splitmesh.eps \plots/Thxy.eps plots/lapRTuv.eps plots/squareb.eps \plots/condensor.eps plots/likegnu.eps plots/stokes.eps \plots/condensorth.eps plots/logo.eps plots/tempmuonde.eps \plots/condersor.eps plots/lshape.eps plots/thermic.eps \plots/convectCG.eps plots/lshapeSol.eps plots/thermicvst.eps \plots/convectDG.eps plots/medit.eps plots/three.eps \plots/csSnap.eps plots/membrane.eps plots/threeg.eps \plots/dTh.eps plots/membraneTh.eps plots/trunc0.eps \plots/d_Thf.eps plots/movemesh.eps plots/trunc6.eps \plots/d_u.eps plots/nl-elas.eps plots/twosquare.eps \plots/eigen.eps plots/nosplitmesh.eps plots/xyf.eps \plots/eigen11.eps plots/onnewmesh.eps \plots/medit2.eps plots/threehsv.eps plots/hsv.eps \plots/crimpson.eps plots/J-bfgs.eps plots/u-bfgs.eps \plots/csSnapOld.eps \plots/logo.eps plots/arei-Thu.eps plots/arei-etak.eps \plots/overlapTh.eps plots/us-ug.eps plots/vs-vg.eps \plots/square-0.eps plots/square-1.eps plots/square-2.eps # Pour la page de garde FHFIGS_JPG = plots/fig-alh.jpg plots/fig-fh.jpg plots/fig-ko.jpg plots/fig-op.jpg \figures/mi.jpg plots/LogoUPMC.jpg \plots/logo-finance-par-anr.jpg FIGS_PDF = plots/LogoCNRS.pdf plots/LogoLJLL.pdf plots/ffauteur.pdf \plots/titre-ff.pdf plots/BG-russe.pdf plots/sanskrit.pdfEXTRA_DIST = addfe.tex docFFGUI.tex manual-full.tex freefem++doc.tex manual.tex FF.sty FFF.sty dessin.sty pdfsync.sty styles.sty \$(FIGS_EPS) $(FIGS_JPG) $(FIGS_PDF) CPFIGS_PDF = $(addprefix cpfigs/,$(notdir $(patsubst %.eps,%.pdf,$(FIGS_EPS)) \))CPFIGS_EPS = $(addprefix cpfigs/,$(notdir $(patsubst %.pdf,%.eps,$(FIGS_PDF))) \ $(notdir $(patsubst %.jpg,%.eps,$(FIGS_JPG))) \)all: all-am.SUFFIXES:$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu DOC/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshtags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 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-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-am: clean-generic mostlyclean-amdistclean: distclean-am -rm -f Makefiledistclean-am: clean-am distclean-genericdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-dvi: install-dvi-aminstall-exec-am:install-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am:maintainer-clean: maintainer-clean-am -rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-genericpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am:.MAKE: install-am install-strip.PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-amdocumentation: $(DOCPDF) docps: $(DOCPS) $(DOCPSGZ) docpdf: $(DOCPDF) %.dvi:%.tex cpfigs $(CPFIGS_EPS) -rm $*.dvi $*.aux $*.log \ $*.toc $*.ind $*.glo $*.out $*.blg $*ilg $*.idx $*.bbl $*.tmp latex $* latex $* makeindex $* latex $*%.ps:%.dvi dvips -u +psfonts.map -u +pdftex.map -u +Ttbbold.map -z -K $* -o $@%.pdf:%.tex cpfigs $(CPFIGS_PDF) -rm $*.pdf $*.aux $*.log \ $*.toc $*.ind $*.glo $*.out $*.blg $*ilg $*.idx $*.bbl $*.tmp pdflatex $* pdflatex $* makeindex $* pdflatex $*cpfigs: -mkdir cpfigs%.gz:% gzip -c -9 $* >$*.gzclean: -rm *.dvi *.pdf *~ *.aux *.log *.ps *.ps.gz \ *.toc *.ind *.glo *.out *.blg *ilg *.idx *.bbl *.tmp -rm -r cpfigscpfigs/%.pdf:plots/%.eps $(EPSTOPDF) $^ --outfile=$@cpfigs/%.pdf:figures/%.eps $(EPSTOPDF) $^ --outfile=$@cpfigs/%.eps:plots/%.jpg convert $^ $@cpfigs/%.eps:plots/%.pdf pdf2ps $^ $@# do not delete the copy figure to long to created .PRECIOUS: $(CPFIGS_PDF) $(CPFIGS_EPS)# 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 + =
减小字号Ctrl + -
显示快捷键?