Mercurial > hg > xemacs-beta
comparison modules/zlib/Makefile @ 5449:b44930391f7d
Copyright and license for Makefiles in modules/base64 and modules/zlib
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 06 Jan 2011 01:09:23 +0100 |
parents | abe6d1db359e |
children | 4aa8ee813265 |
comparison
equal
deleted
inserted
replaced
5448:89331fa1c819 | 5449:b44930391f7d |
---|---|
1 # Copyright (C) 1998, 1999 William Perry. | |
2 | |
3 # This file is part of XEmacs. | |
4 | |
5 # XEmacs is free software: you can redistribute it and/or modify it | |
6 # under the terms of the GNU General Public License as published by the | |
7 # Free Software Foundation, either version 3 of the License, or (at your | |
8 # option) any later version. | |
9 | |
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
13 # for more details. | |
14 | |
15 # You should have received a copy of the GNU General Public License | |
16 # along with XEmacs. If not, see <http://www.gnu.org/licenses/>. | |
17 | |
18 | |
1 # | 19 # |
2 # Sample makefile for a simple Emacs module. | 20 # Sample makefile for a simple Emacs module. |
3 # This is slightly more complicated than would normally be the case, | 21 # This is slightly more complicated than would normally be the case, |
4 # as this makefile has been tailored to work in the Emacs source tree. | 22 # as this makefile has been tailored to work in the Emacs source tree. |
5 # For samples of how to compile modules outside of the source tree | 23 # For samples of how to compile modules outside of the source tree |