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

Comparing deliantra/server/lib/Makefile.am (file contents):
Revision 1.26 by root, Sat Mar 17 22:11:23 2007 UTC vs.
Revision 1.45 by root, Tue Jan 3 11:25:33 2012 UTC

1# Copyright (C) 2007 Marc Alexander Lehmann
2# Copyright (C) 2001 Mark Wedel & Crossfire Development Team
3# Copyright (C) 1992 Frank Tore Johansen
4# 1#
2# This file is part of Deliantra, the Roguelike Realtime MMORPG.
3#
4# Copyright (©) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 2001 Mark Wedel & Crossfire Development Team
6# Copyright (©) 1992 Frank Tore Johansen
7#
5# This program is free software; you can redistribute it and/or modify 8# Deliantra is free software: you can redistribute it and/or modify it under
6# it under the terms of the GNU General Public License as published by 9# the terms of the Affero GNU General Public License as published by the
7# the Free Software Foundation; either version 2 of the License, or 10# Free Software Foundation, either version 3 of the License, or (at your
8# (at your option) any later version. 11# option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the Affero GNU General Public License
19# and the GNU General Public License along with this program. If not, see
20# <http://www.gnu.org/licenses/>.
21#
22# The authors can be reached via e-mail to <support@deliantra.net>
9# 23#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18#
19# The authors can be reached via e-mail to crossfire@schmorp.de
20 24
21pkgstatedir = @pkgstatedir@ 25pkgstatedir = @pkgstatedir@
22pkgconfdir = @pkgconfdir@ 26pkgconfdir = @pkgconfdir@
23 27
24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 28nobase_dist_pkgdata_DATA = cf.pm
25nobase_dist_pkgdata_DATA = artifacts def_help formulae messages races \
26 attackmess materials cf.pm jeweler.yaml
27 29
28pmdir = $(pkgdatadir)/cf 30pmdir = $(pkgdatadir)/cf
29dist_pm_DATA = cf/pod.pm 31dist_pm_DATA = cf/pod.pm cf/match.pm cf/mapscript.pm cf/incloader.pm
30 32
31admdir = $(pkgdatadir)/adm 33admdir = $(pkgdatadir)/adm
32dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl 34dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
33 35
34CONF_FILES = settings motd dm_file forbid exp_table news rules config 36CONF_FILES = settings dm_file config
35VAR_FILES = highscore bookarch temp.maps 37VAR_FILES = highscore bookarch temp.maps
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) 38EXTRA_DIST = README $(CONF_FILES)
37 39
38MAINTAINERCLEANFILES = .collect-stamp Makefile.in 40MAINTAINERCLEANFILES = Makefile.in
39 41
40PERL = @PERL@ 42PERL = @PERL@
41 43
42install-data-local: jeweler.yaml 44install-data-local:
43 @$(NORMAL_INSTALL) 45 @$(NORMAL_INSTALL)
46 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
44 for i in $(CONF_FILES); do \ 48 for i in $(CONF_FILES); do \
45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 49 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
46 echo "Installing $$i"; \ 50 echo "Installing $$i"; \
47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 51 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
48 fi \ 52 fi \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines