* bitmaps/README:
[bpt/emacs.git] / src / README
CommitLineData
8cabe764 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
c2e309f2 2 Free Software Foundation, Inc.
7f6d64f8 3See the end of the file for license conditions.
c2e309f2
GM
4
5
33682909
DL
6This directory contains the source files for the C component of GNU Emacs.
7Nothing in this directory is needed for using Emacs once it is built
7c2fb837 8and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.
33682909
DL
9
10See the files ../README and then ../INSTALL for installation instructions.
11
12Under GNU and Unix systems, the file `Makefile.in' is used as a
13template by the script `../configure' to produce `Makefile.c'. The
14same script then uses `cpp' to produce the machine-dependent
15`Makefile' from `Makefile.c'; `Makefile' is the file which actually
16controls the compilation of Emacs. Most of this should work
17transparently to the user; you should only need to run `../configure',
18and then type `make'.
19
7f6d64f8
GM
20\f
21This file is part of GNU Emacs.
22
b9b1cc14 23GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 24it under the terms of the GNU General Public License as published by
b9b1cc14
GM
25the Free Software Foundation, either version 3 of the License, or
26(at your option) any later version.
7f6d64f8
GM
27
28GNU Emacs is distributed in the hope that it will be useful,
29but WITHOUT ANY WARRANTY; without even the implied warranty of
30MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31GNU General Public License for more details.
32
33You should have received a copy of the GNU General Public License
b9b1cc14 34along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.