Implemented project structure
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
Copyright 2000-2025 Free Software Foundation, Inc.
|
||||
Contributed by the Pascaline and Caramba projects, INRIA.
|
||||
|
||||
This file is part of the GNU MPFR Library.
|
||||
|
||||
The GNU MPFR Library is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
The GNU MPFR Library 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 Lesser General Public
|
||||
License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the GNU MPFR Library; see the file COPYING.LESSER.
|
||||
If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
##############################################################################
|
||||
|
||||
The GNU MPFR distribution contains the following files:
|
||||
(This does not apply to code retrieved by Git.)
|
||||
|
||||
AUTHORS - the authors of the library
|
||||
BUGS - bugs in MPFR - please read this file!
|
||||
COPYING - the GNU General Public License, version 3
|
||||
COPYING.LESSER - the GNU Lesser General Public License, version 3
|
||||
ChangeLog - the log of changes
|
||||
INSTALL - how to install MPFR (see also mpfr.texi)
|
||||
Makefile* - files for building the library
|
||||
NEWS - new features with respect to previous versions
|
||||
PATCHES - empty file (until patches are applied)
|
||||
README - this file
|
||||
TODO - what remains to do (any help is welcome!)
|
||||
VERSION - version of MPFR (next release version if taken by Git)
|
||||
ac*.m4 - automatic configuration files
|
||||
ar-lib - auxiliary installation file
|
||||
compile - auxiliary installation file
|
||||
config.* - auxiliary installation files
|
||||
configure* - configuration files
|
||||
depcomp - auxiliary installation file
|
||||
doc/ - directory containing documentation (manual, FAQ, etc.)
|
||||
examples/ - directory containing examples
|
||||
install-sh - installation file
|
||||
ltmain.sh - auxiliary installation file
|
||||
m4/ - directory containing additional configuration files
|
||||
missing - auxiliary installation file
|
||||
mpfr.pc.in - auxiliary pkg-config file
|
||||
src/ - directory containing the MPFR source
|
||||
test-driver - auxiliary installation file
|
||||
tests/ - directory containing the testsuite (for "make check")
|
||||
tools/ - directory containing various tools
|
||||
tune/ - directory containing files for tuning MPFR
|
||||
version-ext.sh - script to get Git-related MPFR version information
|
||||
|
||||
According to the special exception to the GNU General Public License,
|
||||
the autotools files compile, config.sub, config.guess, ltmain.sh,
|
||||
m4/libtool.m4 and missing are distributed under the same licence of
|
||||
GNU MPFR.
|
||||
|
||||
For any copyright year range specified as YYYY-ZZZZ in this package,
|
||||
note that the range specifies every single year in that closed interval.
|
||||
|
||||
|
||||
Official GNU MPFR website:
|
||||
|
||||
https://www.mpfr.org/
|
||||
|
||||
|
||||
You can get the latest source code by Git at Inria GitLab:
|
||||
|
||||
https://gitlab.inria.fr/mpfr/mpfr
|
||||
|
||||
In this case, you should read the file "doc/README.dev" in the working tree
|
||||
or online:
|
||||
|
||||
https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2/doc/README.dev
|
||||
Reference in New Issue
Block a user