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.21 by root, Sat Jan 27 23:59:29 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 37
98 make collect 97 make collect
99 98
100smooth: .collect-stamp 99smooth: .collect-stamp
101 make collect 100 make collect
102 101
103world.pst: world.png compile_worldmap
104 $(PERL) compile_worldmap
105
106install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml 102install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
107 @$(NORMAL_INSTALL) 103 @$(NORMAL_INSTALL)
108 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 104 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
109 for i in $(CONF_FILES); do \ 105 for i in $(CONF_FILES); do \
110 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 106 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines