Mercurial > hg > xemacs-beta
comparison modules/sample/external/Makefile.in.in @ 5417:dd9541c73e70
Converted the modules samples to GPLv3 or later.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Wed, 27 Oct 2010 21:46:49 +0200 |
parents | dce479915b74 |
children | 4aa8ee813265 |
comparison
equal
deleted
inserted
replaced
5416:365bc8cb5894 | 5417:dd9541c73e70 |
---|---|
1 ## Makefile for the sample module in XEmacs. | 1 ## Makefile for the sample module in XEmacs. |
2 ## Copyright (C) 2002 Jerry James. | 2 ## Copyright (C) 2002 Jerry James. |
3 ## | 3 ## |
4 ## This sample Makefile is free; you can redistribute it and/or modify it | 4 ## This sample Makefile is free; you can redistribute it and/or modify it |
5 ## under the terms of the GNU General Public License as published by the | 5 ## under the terms of the GNU General Public License as published by the |
6 ## Free Software Foundation; either version 2, or (at your option) any | 6 ## Free Software Foundation, either version 3 of the License, or (at your |
7 ## later version. | 7 ## option) any later version. |
8 | 8 |
9 ## This file is not part of XEmacs. | 9 ## This file is not part of XEmacs. |
10 | 10 |
11 ### Specialize this part for your module | 11 ### Specialize this part for your module |
12 MODNAME=sample | 12 MODNAME=sample |