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.20 by root, Sat Jan 20 22:09:52 2007 UTC vs.
Revision 1.22 by root, Fri Feb 2 01:15:40 2007 UTC

27pkgconfdir = @pkgconfdir@ 27pkgconfdir = @pkgconfdir@
28 28
29dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 29dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
30dist_pkgdata_DATA = artifacts def_help formulae messages races \ 30dist_pkgdata_DATA = artifacts def_help formulae messages races \
31 animations archetypes bmaps bmaps.paths crossfire.0 \ 31 animations archetypes bmaps bmaps.paths crossfire.0 \
32 faces attackmess image_info smooth materials cf.pm jeweler.yaml \ 32 faces attackmess image_info smooth materials cf.pm jeweler.yaml
33 world.pst
34 33
35CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config 34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config
36VAR_FILES = highscore banish_file bookarch temp.maps clockdata 35VAR_FILES = highscore banish_file bookarch temp.maps clockdata
37EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png 36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png
38
39wizhelpdir=$(pkgdatadir)/wizhelp
40dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
41 wizhelp/banish \
42 wizhelp/create wizhelp/debug \
43 wizhelp/dump wizhelp/dumpallarchtypes \
44 wizhelp/dumpallmaps wizhelp/dumpallobjects \
45 wizhelp/dumpbelow wizhelp/dumpfriendlyobjects \
46 wizhelp/forget_spell wizhelp/free \
47 wizhelp/goto wizhelp/hide wizhelp/insert_into \
48 wizhelp/invisible \
49 wizhelp/kick wizhelp/learn_special_prayer \
50 wizhelp/learn_spell wizhelp/mon_aggr \
51 wizhelp/nodm \
52 wizhelp/nowiz wizhelp/overlay_save \
53 wizhelp/patch wizhelp/plugin \
54 wizhelp/pluglist wizhelp/plugout \
55 wizhelp/possess \
56 wizhelp/printlos wizhelp/remove \
57 wizhelp/reset wizhelp/set_god \
58 wizhelp/shutdown wizhelp/server_speed \
59 wizhelp/spellreset wizhelp/ssdumptable wizhelp/stats \
60 wizhelp/style_info wizhelp/summon \
61 wizhelp/teleport wizhelp/time \
62 wizhelp/toggle_shout \
63 wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
64 wizhelp/wizpass
65 37
66admdir=$(pkgdatadir)/adm 38admdir=$(pkgdatadir)/adm
67dist_adm_SCRIPTS = \ 39dist_adm_SCRIPTS = \
68 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 40 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
69 adm/collect_images.pl 41 adm/collect_images.pl
97bmaps.paths bmaps: .collect-stamp 69bmaps.paths bmaps: .collect-stamp
98 make collect 70 make collect
99 71
100smooth: .collect-stamp 72smooth: .collect-stamp
101 make collect 73 make collect
102
103world.pst: world.png compile_worldmap
104 $(PERL) compile_worldmap
105 74
106install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml 75install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
107 @$(NORMAL_INSTALL) 76 @$(NORMAL_INSTALL)
108 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 77 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
109 for i in $(CONF_FILES); do \ 78 for i in $(CONF_FILES); do \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines