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

📄 makefile.in

📁 FreeFem++可以生成高质量的有限元网格。可以用于流体力学
💻 IN
📖 第 1 页 / 共 2 页
字号:
	    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)	$(am__remove_distdir)	test -d $(distdir) || mkdir $(distdir)	@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; \	done	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \	  if test "$$subdir" = .; then :; else \	    test -d "$(distdir)/$$subdir" \	    || $(MKDIR_P) "$(distdir)/$$subdir" \	    || exit 1; \	    distdir=`$(am__cd) $(distdir) && pwd`; \	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \	    (cd $$subdir && \	      $(MAKE) $(AM_MAKEFLAGS) \	        top_distdir="$$top_distdir" \	        distdir="$$distdir/$$subdir" \		am__remove_distdir=: \		am__skip_length_check=: \	        distdir) \	      || exit 1; \	  fi; \	done	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \	|| chmod -R a+r $(distdir)dist-gzip: distdir	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz	$(am__remove_distdir)dist-bzip2: distdir	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2	$(am__remove_distdir)dist-tarZ: distdir	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z	$(am__remove_distdir)dist-shar: distdir	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz	$(am__remove_distdir)dist-zip: distdir	-rm -f $(distdir).zip	zip -rq $(distdir).zip $(distdir)	$(am__remove_distdir)dist dist-all: distdir	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz	-rm -f $(distdir).zip	zip -rq $(distdir).zip $(distdir)	$(am__remove_distdir)# This target untars the dist file and tries a VPATH configuration.  Then# it guarantees that the distribution is self-contained by making another# tarfile.distcheck: dist	case '$(DIST_ARCHIVES)' in \	*.tar.gz*) \	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\	*.tar.bz2*) \	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\	*.tar.Z*) \	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\	*.shar.gz*) \	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\	*.zip*) \	  unzip $(distdir).zip ;;\	esac	chmod -R a-w $(distdir); chmod a+w $(distdir)	mkdir $(distdir)/_build	mkdir $(distdir)/_inst	chmod a-w $(distdir)	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \	  && cd $(distdir)/_build \	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \	    $(DISTCHECK_CONFIGURE_FLAGS) \	  && $(MAKE) $(AM_MAKEFLAGS) \	  && $(MAKE) $(AM_MAKEFLAGS) dvi \	  && $(MAKE) $(AM_MAKEFLAGS) check \	  && $(MAKE) $(AM_MAKEFLAGS) install \	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \	        distuninstallcheck \	  && chmod -R a-w "$$dc_install_base" \	  && ({ \	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \	      } || { rm -rf "$$dc_destdir"; exit 1; }) \	  && rm -rf "$$dc_destdir" \	  && $(MAKE) $(AM_MAKEFLAGS) dist \	  && rm -rf $(DIST_ARCHIVES) \	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck	$(am__remove_distdir)	@(echo "$(distdir) archives ready for distribution: "; \	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'distuninstallcheck:	@cd $(distuninstallcheck_dir) \	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \	   || { echo "ERROR: files left after uninstall:" ; \	        if test -n "$(DESTDIR)"; then \	          echo "  (check DESTDIR support)"; \	        fi ; \	        $(distuninstallcheck_listfiles) ; \	        exit 1; } >&2distcleancheck: distclean	@if test '$(srcdir)' = . ; then \	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \	  exit 1 ; \	fi	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \	  || { echo "ERROR: files left in build directory after distclean:" ; \	       $(distcleancheck_listfiles) ; \	       exit 1; } >&2check-am: all-amcheck: check-recursiveall-am: Makefile config.h all-localinstalldirs: installdirs-recursiveinstalldirs-am:install: install-recursiveinstall-exec: install-exec-recursiveinstall-data: install-data-recursiveuninstall: uninstall-recursiveinstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-recursiveinstall-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-recursiveclean-am: clean-generic clean-local mostlyclean-amdistclean: distclean-recursive	-rm -f $(am__CONFIG_DISTCLEAN_FILES)	-rm -f Makefiledistclean-am: clean-am distclean-generic distclean-hdr distclean-tagsdvi: dvi-recursivedvi-am:html: html-recursiveinfo: info-recursiveinfo-am:install-data-am:install-dvi: install-dvi-recursiveinstall-exec-am:install-html: install-html-recursiveinstall-info: install-info-recursiveinstall-man:install-pdf: install-pdf-recursiveinstall-ps: install-ps-recursiveinstallcheck-am:maintainer-clean: maintainer-clean-recursive	-rm -f $(am__CONFIG_DISTCLEAN_FILES)	-rm -rf $(top_srcdir)/autom4te.cache	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-recursivemostlyclean-am: mostlyclean-genericpdf: pdf-recursivepdf-am:ps: ps-recursiveps-am:uninstall-am:.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \	install-strip.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \	all all-am all-local am--refresh check check-am clean \	clean-generic clean-local ctags ctags-recursive dist dist-all \	dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \	distclean distclean-generic distclean-hdr distclean-tags \	distcleancheck distdir distuninstallcheck 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 installdirs-am maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am# Creates a file named "ChangeLog" containing the chronology of all# modifications to the source files. Needs "cvs2cl" to be installed.changelog:	cvs2cl# History before 2005 is stored in the file "HISTORY_BEFORE_2005"all-local:: @HISTORY@# try and avoid running this under fakeroot (otherwise we may face# problems trying to connect to CVS as pseudo-root). Debian packaging# uses fakeroot.history:	if test "$$FAKED_MODE" = ""; then\		cvs2cl --hide-filenames -l "-d>01/01/2005" --file HISTORY;\		fidocumentation:	cd DOC && $(MAKE) $(AM_MAKEFLAGS) documentationDOC/freefem++doc.pdf:	cd $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F)clean-local::	-find . \( -name '*~' -or  -name ListOfUnAllocPtr.bin \) |xargs rm 	-rm examples*/*.eps # "dist" targetsclean-local::	-rm freefem++-*.tar.gz freefem++-*.zip	-rm Output/FreeFem++-*.exe# Reduced compilation# -------------------quick:	cd src/libMesh && $(MAKE) $(AM_MAKEFLAGS)	cd src/lglib && $(MAKE) $(AM_MAKEFLAGS)	cd src/fflib && $(MAKE) $(AM_MAKEFLAGS)	cd src/std && $(MAKE) $(AM_MAKEFLAGS)nw:	cd src/libMesh && $(MAKE) $(AM_MAKEFLAGS)	cd src/lglib && $(MAKE) $(AM_MAKEFLAGS)	cd src/fflib && $(MAKE) $(AM_MAKEFLAGS)	cd src/nw && $(MAKE) $(AM_MAKEFLAGS)bamg:	cd src/libMesh && $(MAKE) $(AM_MAKEFLAGS)	cd src/lglib && $(MAKE) $(AM_MAKEFLAGS)	cd src/fflib && $(MAKE) $(AM_MAKEFLAGS)	cd src/bamg && $(MAKE) $(AM_MAKEFLAGS)ide:	cd src/libMesh && $(MAKE) $(AM_MAKEFLAGS)	cd download && $(MAKE) $(AM_MAKEFLAGS) 	cd src/lglib && $(MAKE) $(AM_MAKEFLAGS) 	cd src/fflib && $(MAKE) $(AM_MAKEFLAGS) 	cd src/ide && $(MAKE) $(AM_MAKEFLAGS) FreeFem++-cs$(EXEEXT)# Cleaning generated files which are stored in the CVS repository, to# avoid technical CVS conflicts.clean-gen:	./cleanregen.sh# Testing# -------# The standard automake goal "make check" is also valid. It just does# not run any test that could prevent the user from working on its# machine (because of unexpected windows opening right in the middle# of the workspace).visualcheck: all	$(MAKE) $(AM_MAKEFLAGS) check VISUALCHECK=yesspeedtest: all	cd examples++-other && $(MAKE) $(AM_MAKEFLAGS) check# Windows package# ---------------# Windows package script (for Inno Setup). We extract version# information from the Debian Changelog to get the package release# number as well.win32:WindowsPackage.iss	cd examples++-load;tar zxvf include.tar.gz;mkdir include-tmp;cp -L include/* include-tmpWindowsPackage.iss: WindowsPackage.m4 configure.ac Makefile.am	m4 -DVERSION=$(VERSION)$(ADD_PACKAGE_NAME) \		WindowsPackage.m4 > WindowsPackage.iss# Debian package# --------------deb:	dpkg-buildpackage -rfakeroot	@echo Now run CopyToServer.sh in debian subdirectory# Build all versions# ------------------nativeX: $(FF_MAC_PREFIX)_MacOsX.tgz 	echo "done"clean-local::	-rm freefem++-$(VERSION).tar.gz	-rm -rf FreeFem++v*_MacOS# Native MacOS packaging# ----------------------ListFiles-natives: .FORCE 	echo COPYRIGHT HISTORY HISTORY_BEFORE_2005 README BUGS TODO INSTALL INSTALL-MacOSX INNOVATION >$@		echo mode-mi-edp.zip >> $@	echo examples++-tutorial/aile.msh examples++-tutorial/xyf >> $@	echo examples++-3d/dodecaedre01.mesh  >> $@	echo examples++-load/load.link >> $@	echo ./examples++-mpi/regtests.sh ./examples++-other/speedtest.sh >> $@	echo ./download/fftw/Makefile ./download/fftw/Makefile.am  >>$@	find .  -name '*.edp' -o -name '*.h*' -o -name '*.cpp'  |egrep  '[.]/examples++' >>$@List-agl-dylib: src/nw/FreeFem++	otool -L src/nw/FreeFem++|egrep -v '/System/Library/|/usr/lib/'|awk '/.dylib/ {print $$1}' >$@.FORCE:$(FF_MAC_PREFIX)_Macos:documentation ListFiles-natives	-mkdir $@ 	cat ListFiles-natives|xargs tar chf - | (cd $@ ; tar xf - )  	/Developer/Tools/CpMac "FreeFem++(Carbon)" $@/FreeFem++ 	cp   DOC/freefem++-doc.pdf $@$(FF_MAC_PREFIX)_MacOsX: all documentation  ListFiles-natives List-agl-dylib	-mkdir $@ 	cp   DOC/freefem++doc.pdf $@	cat ListFiles-natives|xargs tar chf - | (cd $@ ; tar xf - )  	cd  $@ ; tar zxf ../src/agl/FreeFem++.app.tgz	sed <src/agl/Info-plist.am >$@/FreeFem++.app/Contents/Info.plist \           -e "s/@VVERSION@/$(VERSION)$(ADD_PACKAGE_NAME)/g" \           -e "s/@DATE@/`date`/g"  	cp src/nw/FreeFem++ $@/FreeFem++.app/Contents/bin	cp src/nw/ffglut $@/FreeFem++.app/Contents/bin	cp src/medit/ffmedit $@/FreeFem++.app/Contents/bin	sed <examples++-load/ff-c++ > $@/FreeFem++.app/Contents/bin/ff-c++ \	-e 's;FFAPPLI_INC;$@/FreeFem++.app/Contents/include;' 	chmod a+x $@/FreeFem++.app/Contents/bin/ff-c++	-mkdir $@/FreeFem++.app/Contents/include 	cp examples++-load/include/* $@/FreeFem++.app/Contents/include	cp examples++-load/*.dylib  $@/FreeFem++.app/Contents/lib	-if [ -s List-agl-dylib ]; then tar zchvf $@/OtherMacOsLib.tgz `cat List-agl-dylib`; fi; 	./config.status  --file=$@/Install-MacOS.command:Install-MacOS.command.in	chmod a+rx $@/Install-MacOS.command	-mkdir $@/FreeFem++.app/Contents/etc	echo loadpath += \"./\"  >$@/FreeFem++.app/Contents/etc/freefem++.pref	echo loadpath += \"$(ff_prefix_dir)/lib\"  >>$@/FreeFem++.app/Contents/etc/freefem++.pref	echo includepath += \"$(ff_prefix_dir)/edp\"  >>$@/FreeFem++.app/Contents/etc/freefem++.pref$(FF_MAC_PREFIX)_MacOsX.tgz: $(FF_MAC_PREFIX)_MacOsX	tar zcvf $(FF_MAC_PREFIX)_MacOsX.tgz  $(FF_MAC_PREFIX)_MacOsXlinux-package: $(PACKAGE_NAME).tgz# No direct dependency to "all" to be able to debug the packaging# procedure on its own.$(PACKAGE_NAME):  ListFiles-natives	cat ListFiles-natives|xargs tar cfh - | (cd $@ ; tar xf - )  	-mkdir $@ 	cp src/std/FreeFem++ $@	./copysharedlibs.sh src/std/FreeFem++ $@	cp src/nw/FreeFem++-nw $@	./copysharedlibs.sh src/nw/FreeFem++-nw $@	cp src/ide/FreeFem++-cs $@	./copysharedlibs.sh src/ide/FreeFem++-cs $@	cp src/ide/FreeFem++-server $@	./copysharedlibs.sh src/ide/FreeFem++-server $@	cp src/ide/FreeFem++-client $@	./copysharedlibs.sh src/ide/FreeFem++-client $@	-cp src/glx/FreeFem++-glx $@	-./copysharedlibs.sh src/glx/FreeFem++-glx $@	-cp src/mpi/FreeFem++-mpi $@	-./copysharedlibs.sh src/mpi/FreeFem++-mpi $@$(PACKAGE_NAME).tgz: $(PACKAGE_NAME)	tar cvzf $@ $<clean-local::	-rm -r $(PACKAGE_NAME) $(PACKAGE_NAME).tgz# 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 + -