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.28 by root, Sat May 26 15:44:06 2007 UTC vs.
Revision 1.39 by root, Thu Oct 15 21:49:01 2009 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 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 2001,2007 Mark Wedel & Crossfire Development Team
6# Copyright (©) 1992,2007 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
24nobase_dist_pkgdata_DATA = artifacts def_help formulae races \ 28nobase_dist_pkgdata_DATA = artifacts formulae races \
25 attackmess materials cf.pm jeweler.yaml 29 attackmess materials cf.pm
26 30
27pmdir = $(pkgdatadir)/cf 31pmdir = $(pkgdatadir)/cf
28dist_pm_DATA = cf/pod.pm 32dist_pm_DATA = cf/pod.pm cf/match.pm cf/mapscript.pm
29 33
30admdir = $(pkgdatadir)/adm 34admdir = $(pkgdatadir)/adm
31dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl 35dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
32 36
33CONF_FILES = settings motd dm_file forbid exp_table news rules config 37CONF_FILES = settings dm_file exp_table config
34VAR_FILES = highscore bookarch temp.maps 38VAR_FILES = highscore bookarch temp.maps
35EXTRA_DIST = README $(CONF_FILES) 39EXTRA_DIST = README $(CONF_FILES)
36 40
37MAINTAINERCLEANFILES = Makefile.in 41MAINTAINERCLEANFILES = Makefile.in
38 42
39PERL = @PERL@ 43PERL = @PERL@
40 44
41install-data-local: jeweler.yaml 45install-data-local:
42 @$(NORMAL_INSTALL) 46 @$(NORMAL_INSTALL)
47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir) 48 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
44 for i in $(CONF_FILES); do \ 49 for i in $(CONF_FILES); do \
45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 50 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
46 echo "Installing $$i"; \ 51 echo "Installing $$i"; \
47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 52 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines