ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/Developers/Makefile.am
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:12:30 2006 UTC (18 years, 4 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.1 #
2     # Makefile for crossfire 0.95.0 and beyond
3     #
4     # Copyright (C) 1992 Frank Tore Johansen
5     # Copyright (C) 2002 Mark Wedel
6     #
7     # This program is free software; you can redistribute it and/or modify
8     # it under the terms of the GNU General Public License as published by
9     # the Free Software Foundation; either version 2 of the License, or
10     # (at your option) any later version.
11     #
12     # This program is distributed in the hope that it will be useful,
13     # but WITHOUT ANY WARRANTY; without even the implied warranty of
14     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     # GNU General Public License for more details.
16     #
17     # You should have received a copy of the GNU General Public License
18     # along with this program; if not, write to the Free Software
19     # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20     #
21     # The author can be reached via e-mail to mwedel@scruz.net
22    
23     EXTRA_DIST = README cvs images key-value map-technical mapguide \
24     objects plugins programming_guide protocol python \
25     random-maps random-styles runes skills spells teleporters testplans
26