makefile.am

来自「FreeFEM is an implementation of the GFEM」· AM 代码 · 共 63 行

AM
63
字号
# -*- Mode: makefile  -*-## $Id: Makefile.am,v 1.9 2001/10/20 23:57:16 prudhomm Exp $## SUMMARY:      # USAGE:        make <make-target>## AUTHOR:       Christophe Prud'homme# ORG:           # E-MAIL:       prudhomm@users.sourceforge.net## ORIG-DATE:     2-Nov-96 at 03:56:10# LAST-MOD: 20-Oct-01 at 19:54:17 by Christophe Prud'homme## DESCRIPTION:  #  This program is free software; you can redistribute it and/or modify#  it under the terms of the GNU General Public License as published by#  the Free Software Foundation; either version 2 of the License, or#  (at your option) any later version.# #  This program is distributed in the hope that it will be useful,#  but WITHOUT ANY WARRANTY; without even the implied warranty of#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the#  GNU General Public License for more details.#  #  You should have received a copy of the GNU General Public License#  along with this program; if not, write to the Free Software#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.###  - Look in GNU Coding standards for further informations## DESCRIP-END.	AUTOMAKE_OPTIONS=check-news host		= @host@SUBDIRS		= admin doc freefem freefem-api examples DATA_SUBDIRS	= examples freefem-apiEXTRA_DIST	= FAQ GNUINSTALL freefem.spec.in Makefile.cvs freefem.doxygendata_DATA	= ChangeLog README NEWS TODOdatadir		= $(prefix)/share/doc/$(PACKAGE)/$(ACLOCAL_M4):  configure.in  	cd $(srcdir) && $(ACLOCAL) -I adminfreefem.spec: freefem.spec.indoc:	doxygen freefem.doxygenrpm: freefem.spec	make dist	cp freefem-@VERSION@.tar.gz /usr/src/redhat/SOURCES	rpm -bb freefem.spec# now the rpm are in /usr/src/redhat/RPMS/<arch>/# some cleanup	rm /usr/src/redhat/SOURCES/freefem-@VERSION@.tar.gz

⌨️ 快捷键说明

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