makefile.am

来自「a useful spiking neural networks simulat」· AM 代码 · 共 39 行

AM
39
字号
########################################################################### $Id: Makefile.am,v 1.9 2003/05/08 05:05:41 t Exp $SUBDIRS = @SUBDIRS@ include srchtmldir= $(prefix)/doc/punnetshtml_DATA = @DOXYOUTPUT@EXTRA_DATA = $(builddir)/html/index.htmldoxygen = @DOXYGEN@EXTRA_DIST = @PACKAGE@.doxygenbuilddir = @builddir@docs: $(builddir)/html/index.html$(builddir)/html/index.html: @PACKAGE@.doxygen include/punnets/stamp-file src/libpunnets.a	if test -d html ; then rm -rf html/*.html html/*.png html/*.css ; fi	$(doxygen) @PACKAGE@.doxygeninclude/punnets/stamp-file:	(cd include; make all)install-data-hook:	if test -d html ; then \	(cd $(builddir)/html ; for i in *.html *.png *.css ; do \		echo $(INSTALL_DATA) $$i $(htmldir)/$$i ; \		$(INSTALL_DATA) $$i $(htmldir)/$$i ; \	done) ; fiREADME: $(builddir)/html/index.html	lynx -dump -nolist html/index.html | sed -ne '/___/,/___/p' > READMEdist-hook: $(builddir)/html/index.html README	perl -pe 's/\r//' <configure >configure.new ; touch --reference=configure configure.new ; mv -f configure.new configure	(cd $(builddir)/latex; sed -e 's/\\setlength{\\footrulewidth}{0.4pt}//' refman.tex >refman1.tex ; mv -f refman1.tex refman.tex ; make pdf ; gzip -c -9 <refman.ps >refman.ps.gz)	(cd $(builddir); tar czf @PACKAGE@-@VERSION@-manual.tar.gz html latex/refman.pdf latex/refman.ps.gz)

⌨️ 快捷键说明

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