1Copyright (C) 2001-2021 Free Software Foundation, Inc.
2See the end of the file for license conditions.
3
4
5This directory contains the source files for the C component of GNU Emacs.
6Nothing in this directory is needed for using Emacs once it is built
7and installed, if the dumped Emacs is copied elsewhere.
8
9See the files ../README and then ../INSTALL for installation instructions.
10
11The file 'Makefile.in' is used as a template by the script
12'../configure' to produce 'Makefile'.  This is the file which actually
13controls the compilation of Emacs C source files.  All of this should
14work transparently; you should only need to change to the parent
15directory, run './configure', and then run 'make'.
16
17This file is part of GNU Emacs.
18
19GNU Emacs is free software: you can redistribute it and/or modify
20it under the terms of the GNU General Public License as published by
21the Free Software Foundation, either version 3 of the License, or
22(at your option) any later version.
23
24GNU Emacs is distributed in the hope that it will be useful,
25but WITHOUT ANY WARRANTY; without even the implied warranty of
26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27GNU General Public License for more details.
28
29You should have received a copy of the GNU General Public License
30along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
31