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.1.1.1 by root, Fri Feb 3 07:12:51 2006 UTC vs.
Revision 1.23 by root, Mon Mar 5 19:54:49 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 24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
30dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ 25dist_pkgdata_DATA = artifacts def_help formulae messages races \
31 animations archetypes bmaps bmaps.paths crossfire.0 \ 26 animations archetypes bmaps bmaps.paths crossfire.0 \
32 crossfire.1 faces attackmess image_info materials regions 27 faces attackmess image_info smooth materials cf.pm jeweler.yaml
33 28
34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules 29CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 30VAR_FILES = highscore banish_file bookarch temp.maps clockdata
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld 31EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld
37
38helpdir=$(pkgdatadir)/help
39dist_help_DATA = help/apply help/applymode \
40 help/bind help/bowmode help/brace \
41 help/cast help/drop help/dropall \
42 help/golem help/invoke \
43 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
58wizhelpdir=$(pkgdatadir)/wizhelp
59dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
60 wizhelp/banish \
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/invisible \
67 wizhelp/kick wizhelp/learn_special_prayer \
68 wizhelp/learn_spell wizhelp/mon_aggr \
69 wizhelp/nodm \
70 wizhelp/nowiz wizhelp/overlay_save \
71 wizhelp/patch wizhelp/plugin \
72 wizhelp/pluglist wizhelp/plugout \
73 wizhelp/possess \
74 wizhelp/printlos wizhelp/remove \
75 wizhelp/reset wizhelp/set_god \
76 wizhelp/shutdown wizhelp/server_speed \
77 wizhelp/spellreset wizhelp/ssdumptable \
78 wizhelp/style_info wizhelp/summon \
79 wizhelp/teleport wizhelp/time \
80 wizhelp/toggle_shout \
81 wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
82 wizhelp/wizpass
83 32
84admdir=$(pkgdatadir)/adm 33admdir=$(pkgdatadir)/adm
85dist_adm_SCRIPTS = \ 34dist_adm_SCRIPTS = \
86 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 35 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
87 adm/collect_images.pl 36 adm/collect_images.pl
88 37
89MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp 38MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in
90 39
91PERL = @PERL@ 40PERL = @PERL@
92 41
93crossfire.0: bmaps.paths 42crossfire.0: bmaps.paths
94 $(PERL) $(srcdir)/adm/collect_images.pl -png 43 $(PERL) $(srcdir)/adm/collect_images.pl -png
113 make collect 62 make collect
114 63
115bmaps.paths bmaps: .collect-stamp 64bmaps.paths bmaps: .collect-stamp
116 make collect 65 make collect
117 66
67smooth: .collect-stamp
68 make collect
69
118install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 70install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
119 @$(NORMAL_INSTALL) 71 @$(NORMAL_INSTALL)
120 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 72 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
121 for i in $(CONF_FILES); do \ 73 for i in $(CONF_FILES); do \
122 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 74 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
123 echo "Installing $$i"; \ 75 echo "Installing $$i"; \
158 done 110 done
159 -for i in $(VAR_FILES) ; do \ 111 -for i in $(VAR_FILES) ; do \
160 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \ 112 if test ! -f $(DESTDIR)$(pkgstatedir)/$$i ; then \
161 continue ;\ 113 continue ;\
162 fi ; \ 114 fi ; \
163 if test `wc -c $(DESTDIR)$(pkgstatedir)/$$i|$(AWK) '{ print $$1 }'` -eq "0" ; then \ 115 if ! [ -s "$(DESTDIR)$(pkgstatedir)/$$i" ] ; then \
164 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \ 116 rm -f $(DESTDIR)$(pkgstatedir)/$$i ; \
165 fi ; \ 117 fi ; \
166 done 118 done
167 119
168 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines