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.5 by pippijn, Sun May 7 13:19:17 2006 UTC vs.
Revision 1.29 by root, Sun May 27 17:45:51 2007 UTC

1# 1# Copyright (C) 2007 Marc Alexander Lehmann
2# Makefile for crossfire 0.95.0 and beyond
3#
4# This file will eventually be replaced by a configure script. But for
5# now, this simple makefile should do the job.
6#
7# Copyright (C) 2001 Mark Wedel & Crossfire Development Team 2# Copyright (C) 2001 Mark Wedel & Crossfire Development Team
8# Copyright (C) 1992 Frank Tore Johansen 3# Copyright (C) 1992 Frank Tore Johansen
9# 4#
10# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
19# 14#
20# You should have received a copy of the GNU General Public License 15# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software 16# along with this program; if not, write to the Free Software
22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 18#
24# The authors can be reached via e-mail to crossfire-devel@real-time.com 19# The authors can be reached via e-mail to crossfire@schmorp.de
25 20
26pkgstatedir = @pkgstatedir@ 21pkgstatedir = @pkgstatedir@
27pkgconfdir = @pkgconfdir@ 22pkgconfdir = @pkgconfdir@
28 23
29dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
30dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ 24nobase_dist_pkgdata_DATA = artifacts def_help formulae races \
31 animations archetypes bmaps bmaps.paths crossfire.0 \ 25 attackmess materials cf.pm jeweler.yaml
32 crossfire.1 faces attackmess image_info smooth materials regions cf.pm
33 26
34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules 27pmdir = $(pkgdatadir)/cf
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 28dist_pm_DATA = cf/pod.pm
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld
37 29
38helpdir=$(pkgdatadir)/help 30admdir = $(pkgdatadir)/adm
39dist_help_DATA = help/apply help/applymode \ 31dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
40 help/bind help/bowmode help/brace \
41 help/cast help/drop help/dropall \
42 help/follow help/golem help/invite \
43 help/invoke help/keys help/killpets \
44 help/listen \
45 help/mark help/melee help/mode \
46 help/mouse help/move \
47 help/output \
48 help/output-count help/output-sync \
49 help/party help/peaceful \
50 help/petmode help/pickup help/quests \
51 help/quit help/range help/rename \
52 help/save help/shout help/showpets \
53 help/sort_inventory help/spells \
54 help/statistics help/take help/traps \
55 help/unbind help/usekeys \
56 help/whereabouts
57 32
58wizhelpdir=$(pkgdatadir)/wizhelp 33CONF_FILES = settings motd dm_file forbid exp_table news rules config
59dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ 34VAR_FILES = highscore bookarch temp.maps
60 wizhelp/banish \ 35EXTRA_DIST = README $(CONF_FILES)
61 wizhelp/create wizhelp/debug \
62 wizhelp/dump wizhelp/dumpallarchtypes \
63 wizhelp/dumpallmaps wizhelp/dumpallobjects \
64 wizhelp/dumpbelow wizhelp/dumpfriendlyobjects \
65 wizhelp/forget_spell wizhelp/free \
66 wizhelp/goto wizhelp/hide wizhelp/insert_into \
67 wizhelp/invisible \
68 wizhelp/kick wizhelp/learn_special_prayer \
69 wizhelp/learn_spell wizhelp/mon_aggr \
70 wizhelp/nodm \
71 wizhelp/nowiz wizhelp/overlay_save \
72 wizhelp/patch wizhelp/plugin \
73 wizhelp/pluglist wizhelp/plugout \
74 wizhelp/possess \
75 wizhelp/printlos wizhelp/remove \
76 wizhelp/reset wizhelp/set_god \
77 wizhelp/shutdown wizhelp/server_speed \
78 wizhelp/spellreset wizhelp/ssdumptable wizhelp/stats \
79 wizhelp/style_info wizhelp/summon \
80 wizhelp/teleport wizhelp/time \
81 wizhelp/toggle_shout \
82 wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
83 wizhelp/wizpass
84 36
85admdir=$(pkgdatadir)/adm 37MAINTAINERCLEANFILES = Makefile.in
86dist_adm_SCRIPTS = \
87 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
88 adm/collect_images.pl
89
90MAINTAINERCLEANFILES = archetypes bmaps faces smooth .collect-stamp
91 38
92PERL = @PERL@ 39PERL = @PERL@
93 40
94crossfire.0: bmaps.paths 41install-data-local: jeweler.yaml
95 $(PERL) $(srcdir)/adm/collect_images.pl -png
96
97.collect-stamp:
98 touch .collect-stamp
99
100collect:
101 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch
102 $(PERL) $(srcdir)/adm/collect_images.pl -png
103
104archonly:
105 $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY
106
107archetypes: .collect-stamp
108 make collect
109
110faces: .collect-stamp
111 make collect
112
113animations: .collect-stamp
114 make collect
115
116bmaps.paths bmaps: .collect-stamp
117 make collect
118
119smooth: .collect-stamp
120 make collect
121
122install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
123 @$(NORMAL_INSTALL) 42 @$(NORMAL_INSTALL)
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
124 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 44 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
125 for i in $(CONF_FILES); do \ 45 for i in $(CONF_FILES); do \
126 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 46 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
127 echo "Installing $$i"; \ 47 echo "Installing $$i"; \
128 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 48 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
129 fi \ 49 fi \
130 done 50 done
131
132 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir) 51 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)
133 for i in $(VAR_FILES) ; do \ 52 for i in $(VAR_FILES) ; do \
134 touch $(DESTDIR)$(pkgstatedir)/$$i ; \ 53 touch $(DESTDIR)$(pkgstatedir)/$$i ; \
135 done 54 done
136
137 @for i in datafiles players unique-items template-maps maps; do \ 55 @for i in datafiles players unique-items template-maps maps random db tmp; do \
138 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \ 56 if [ ! -d $(DESTDIR)$(pkgstatedir)/$$i ]; then \
139 echo "Creating directory $(pkgstatedir)/$$i"; \ 57 echo "Creating directory $(pkgstatedir)/$$i"; \
140 $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \ 58 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgstatedir)/$$i; \
141 fi; \ 59 fi; \
142 done 60 done
143# Special case above because the name we install to is different
144# than the name of the file
145 if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
146 echo "Creating directory $(pkgdatadir)/$$i"; \
147 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
148 fi; \
149 $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
150
151 61
152# Uninstall unchanged config/var files so make distcheck is happy 62# Uninstall unchanged config/var files so make distcheck is happy
153# but leave changed file, so no configuration/game state is lost 63# but leave changed file, so no configuration/game state is lost
154uninstall-local: 64uninstall-local:
155 -for i in $(CONF_FILES); do \ 65 -for i in $(CONF_FILES); do \
162 done 72 done
163 -for i in $(VAR_FILES) ; do \ 73 -for i in $(VAR_FILES) ; do \
164 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \ 74 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \
165 continue ;\ 75 continue ;\
166 fi ; \ 76 fi ; \
167 if test `wc -c $(DESTDIR)$(pkgstatedir)/$$i|$(AWK) '{ print $$1 }'` -eq "0" ; then \ 77 if ! [ -s "$(DESTDIR)$(pkgstatedir)/$$i" ] ; then \
168 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 78 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
169 fi ; \ 79 fi ; \
170 done 80 done
171 81
172 82
173# This block makes the archive of the arch directory.
174archive::
175 $(AMTAR) -cvh --exclude=dev --exclude=CVS -f $(PACKAGE)-$(VERSION)-arch.tar arch
176 $(GZIP) -cv9 $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.gz
177 $(BZIP) -cv --repetitive-best $(PACKAGE)-$(VERSION)-arch.tar > ../$(PACKAGE)-$(VERSION)-arch.tar.bz2
178 $(RM) $(PACKAGE)-$(VERSION)-arch.tar
179
180libArch:
181 tar cvf A`perl puredate.pl`.tar arch treasures
182 gzip A`perl puredate.pl`.tar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines