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.19 by pippijn, Wed Jan 3 01:01:27 2007 UTC vs.
Revision 1.20 by root, Sat Jan 20 22:09:52 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
33 34
34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config 35CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 36VAR_FILES = highscore banish_file bookarch temp.maps clockdata
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld 37EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png
37 38
38wizhelpdir=$(pkgdatadir)/wizhelp 39wizhelpdir=$(pkgdatadir)/wizhelp
39dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ 40dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
40 wizhelp/banish \ 41 wizhelp/banish \
41 wizhelp/create wizhelp/debug \ 42 wizhelp/create wizhelp/debug \
97 make collect 98 make collect
98 99
99smooth: .collect-stamp 100smooth: .collect-stamp
100 make collect 101 make collect
101 102
103world.pst: world.png compile_worldmap
104 $(PERL) compile_worldmap
105
102install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml 106install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
103 @$(NORMAL_INSTALL) 107 @$(NORMAL_INSTALL)
104 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 108 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
105 for i in $(CONF_FILES); do \ 109 for i in $(CONF_FILES); do \
106 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 110 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines