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.22 by root, Fri Feb 2 01:15:40 2007 UTC vs.
Revision 1.48 by root, Sat Nov 17 23:40:02 2018 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 (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
5# now, this simple makefile should do the job. 5# Copyright (©) 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
6# Copyright (©) 2001 Mark Wedel & Crossfire Development Team
7# Copyright (©) 1992 Frank Tore Johansen
6# 8#
7# Copyright (C) 2001 Mark Wedel & Crossfire Development Team 9# Deliantra is free software: you can redistribute it and/or modify it under
8# Copyright (C) 1992 Frank Tore Johansen 10# the terms of the Affero GNU General Public License as published by the
11# Free Software Foundation, either version 3 of the License, or (at your
12# option) any later version.
9# 13#
10# This program is free software; you can redistribute it and/or modify 14# 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 15# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# the Free Software Foundation; either version 2 of the License, or 16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# (at your option) any later version. 17# GNU General Public License for more details.
14# 18#
15# This program is distributed in the hope that it will be useful, 19# You should have received a copy of the Affero GNU General Public License
16# but WITHOUT ANY WARRANTY; without even the implied warranty of 20# and the GNU General Public License along with this program. If not, see
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21# <http://www.gnu.org/licenses/>.
18# GNU General Public License for more details.
19# 22#
20# You should have received a copy of the GNU General Public License 23# 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# 24#
24# The authors can be reached via e-mail to crossfire@schmorp.de
25 25
26pkgstatedir = @pkgstatedir@ 26pkgstatedir = @pkgstatedir@
27pkgconfdir = @pkgconfdir@ 27pkgconfdir = @pkgconfdir@
28 28
29dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 29nobase_dist_pkgdata_DATA = cf.pm
30dist_pkgdata_DATA = artifacts def_help formulae messages races \
31 animations archetypes bmaps bmaps.paths crossfire.0 \
32 faces attackmess image_info smooth materials cf.pm jeweler.yaml
33 30
34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config 31pmdir = $(pkgdatadir)/cf
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 32dist_pm_DATA = cf/pod.pm cf/match.pm cf/mapscript.pm cf/incloader.pm
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png
37 33
38admdir=$(pkgdatadir)/adm 34admdir = $(pkgdatadir)/adm
39dist_adm_SCRIPTS = \
40 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 35dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
41 adm/collect_images.pl
42 36
43MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in 37CONF_FILES = settings dm_file config
38VAR_FILES = highscore bookarch temp.maps
39EXTRA_DIST = README $(CONF_FILES)
40
41MAINTAINERCLEANFILES = Makefile.in
44 42
45PERL = @PERL@ 43PERL = @PERL@
46 44
47crossfire.0: bmaps.paths 45install-data-local:
48 $(PERL) $(srcdir)/adm/collect_images.pl -png
49
50.collect-stamp:
51 touch .collect-stamp
52
53collect:
54 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
55 $(PERL) $(srcdir)/adm/collect_images.pl -png
56
57archonly:
58 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
59
60archetypes: .collect-stamp
61 make collect
62
63faces: .collect-stamp
64 make collect
65
66animations: .collect-stamp
67 make collect
68
69bmaps.paths bmaps: .collect-stamp
70 make collect
71
72smooth: .collect-stamp
73 make collect
74
75install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
76 @$(NORMAL_INSTALL) 46 @$(NORMAL_INSTALL)
47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
77 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 48 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
78 for i in $(CONF_FILES); do \ 49 for i in $(CONF_FILES); do \
79 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 50 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
80 echo "Installing $$i"; \ 51 echo "Installing $$i"; \
81 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 52 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
82 fi \ 53 fi \
83 done 54 done
84
85 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir) 55 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)
86 for i in $(VAR_FILES) ; do \ 56 for i in $(VAR_FILES) ; do \
87 touch $(DESTDIR)$(pkgstatedir)/$$i ; \ 57 touch $(DESTDIR)$(pkgstatedir)/$$i ; \
88 done 58 done
89
90 @for i in datafiles players unique-items template-maps maps; do \ 59 @for i in datafiles players unique-items template-maps maps random db tmp; do \
91 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \ 60 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
92 echo "Creating directory $(pkgstatedir)/$$i"; \ 61 echo "Creating directory $(pkgstatedir)/$$i"; \
93 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \ 62 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \
94 fi; \ 63 fi; \
95 done 64 done
96# Special case above because the name we install to is different
97# than the name of the file
98 if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
99 echo "Creating directory $(pkgdatadir)/$$i"; \
100 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
101 fi; \
102 $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
103
104 65
105# Uninstall unchanged config/var files so make distcheck is happy 66# Uninstall unchanged config/var files so make distcheck is happy
106# but leave changed file, so no configuration/game state is lost 67# but leave changed file, so no configuration/game state is lost
107uninstall-local: 68uninstall-local:
108 -for i in $(CONF_FILES); do \ 69 -for i in $(CONF_FILES); do \
121 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 82 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
122 fi ; \ 83 fi ; \
123 done 84 done
124 85
125 86
126# This block makes the archive of the arch directory.
127archive::
128 $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
129 $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
130 $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
131 $(RM) $(PACKAGE)-$(VERSION)-arch.tar
132
133libArch:
134 tar cvf A`perl puredate.pl`.tar arch treasures
135 gzip A`perl puredate.pl`.tar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines