ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.am
(Generate patch)

Comparing deliantra/server/socket/Makefile.am (file contents):
Revision 1.4 by root, Mon Oct 2 15:28:36 2006 UTC vs.
Revision 1.16 by root, Wed Nov 16 23:42:03 2016 UTC

1# 1#
2# Makefile for crossfire 0.95.0 and beyond 2# This file is part of Deliantra, the Roguelike Realtime MMORPG.
3# 3#
4# This file will eventually be replaced by a configure script. But for 4# Copyright (©) 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# now, this simple makefile should do the job. 5# Copyright (©) 1992 Frank Tore Johansen
6# Copyright (©) 2001 Mark Wedel
6# 7#
7# Copyright (C) 1992 Frank Tore Johansen 8# Deliantra is free software: you can redistribute it and/or modify it under
8# Copyright (C) 2001 Mark Wedel 9# the terms of the Affero GNU General Public License as published by the
10# Free Software Foundation, either version 3 of the License, or (at your
11# option) any later version.
9# 12#
10# This program is free software; you can redistribute it and/or modify 13# This program is distributed in the hope that it will be useful,
11# it under the terms of the GNU General Public License as published by 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# the Free Software Foundation; either version 2 of the License, or 15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# (at your option) any later version. 16# GNU General Public License for more details.
14# 17#
15# This program is distributed in the hope that it will be useful, 18# You should have received a copy of the Affero GNU General Public License
16# but WITHOUT ANY WARRANTY; without even the implied warranty of 19# and the GNU General Public License along with this program. If not, see
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20# <http://www.gnu.org/licenses/>.
18# GNU General Public License for more details.
19# 21#
20# You should have received a copy of the GNU General Public License 22# The authors can be reached via e-mail to <support@deliantra.net>
21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 23#
24# The author can be reached via e-mail to crossfire-devel@real-time.com
25 24
26noinst_LIBRARIES = libsocket.a 25noinst_LIBRARIES = libsocket.a
27libsocket_a_SOURCES = \ 26libsocket_a_SOURCES = \
28 image.C \ 27 image.C \
29 info.C \ 28 info.C \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines