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