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.24 by root, Tue Mar 6 19:02:35 2007 UTC vs.
Revision 1.30 by root, Mon May 28 21:07:07 2007 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 Crossfire TRT, the Multiplayer Online Role Playing Game.
3#
4# Copyright (©) 2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT 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# Crossfire TRT is free software; you can redistribute it and/or modify it
6# it under the terms of the GNU General Public License as published by 9# under the terms of the GNU General Public License as published by the Free
7# the Free Software Foundation; either version 2 of the License, or 10# Software Foundation; either version 2 of the License, or (at your option)
8# (at your option) any later version. 11# any later version.
12#
13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16# for more details.
17#
18# You should have received a copy of the GNU General Public License along
19# with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
20# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21#
22# The authors can be reached via e-mail to <crossfire@schmorp.de>
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
25nobase_dist_pkgdata_DATA = artifacts def_help formulae messages races \ 28nobase_dist_pkgdata_DATA = artifacts def_help formulae races \
26 animations archetypes bmaps bmaps.paths crossfire.0 \
27 faces attackmess image_info smooth materials cf.pm jeweler.yaml 29 attackmess materials cf.pm jeweler.yaml
28 30
29pmdir = $(pkgdatadir)/cf 31pmdir = $(pkgdatadir)/cf
30dist_pm_DATA = cf/pod.pm 32dist_pm_DATA = cf/pod.pm
31 33
32admdir = $(pkgdatadir)/adm 34admdir = $(pkgdatadir)/adm
33dist_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
34 36
35CONF_FILES = settings motd dm_file forbid exp_table news rules config 37CONF_FILES = settings motd dm_file forbid exp_table news rules config
36VAR_FILES = highscore bookarch temp.maps clockdata 38VAR_FILES = highscore bookarch temp.maps
37EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld 39EXTRA_DIST = README $(CONF_FILES)
38 40
39MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in 41MAINTAINERCLEANFILES = Makefile.in
40 42
41PERL = @PERL@ 43PERL = @PERL@
42 44
43crossfire.0: bmaps.paths 45install-data-local: jeweler.yaml
44 $(PERL) $(srcdir)/adm/collect_images.pl -png
45
46.collect-stamp:
47 touch .collect-stamp
48
49collect:
50 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
51 $(PERL) $(srcdir)/adm/collect_images.pl -png
52
53archonly:
54 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
55
56archetypes: .collect-stamp
57 make collect
58
59faces: .collect-stamp
60 make collect
61
62animations: .collect-stamp
63 make collect
64
65bmaps.paths bmaps: .collect-stamp
66 make collect
67
68smooth: .collect-stamp
69 make collect
70
71install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
72 @$(NORMAL_INSTALL) 46 @$(NORMAL_INSTALL)
47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
48 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
73 for i in $(CONF_FILES); do \ 49 for i in $(CONF_FILES); do \
74 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 50 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
75 echo "Installing $$i"; \ 51 echo "Installing $$i"; \
76 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 52 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
77 fi \ 53 fi \
84 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \ 60 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
85 echo "Creating directory $(pkgstatedir)/$$i"; \ 61 echo "Creating directory $(pkgstatedir)/$$i"; \
86 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \ 62 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \
87 fi; \ 63 fi; \
88 done 64 done
89 $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
90 65
91# Uninstall unchanged config/var files so make distcheck is happy 66# Uninstall unchanged config/var files so make distcheck is happy
92# but leave changed file, so no configuration/game state is lost 67# but leave changed file, so no configuration/game state is lost
93uninstall-local: 68uninstall-local:
94 -for i in $(CONF_FILES); do \ 69 -for i in $(CONF_FILES); do \
107 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 82 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
108 fi ; \ 83 fi ; \
109 done 84 done
110 85
111 86
112# This block makes the archive of the arch directory.
113archive::
114 $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
115 $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
116 $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
117 $(RM) $(PACKAGE)-$(VERSION)-arch.tar
118
119libArch:
120 tar cvf A`perl puredate.pl`.tar arch treasures
121 gzip A`perl puredate.pl`.tar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines