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.4 by pippijn, Sun Apr 23 04:58:13 2006 UTC vs.
Revision 1.5 by pippijn, Sun May 7 13:19:17 2006 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 smooth\ 30dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\
31 animations archetypes bmaps bmaps.paths crossfire.0 \ 31 animations archetypes bmaps bmaps.paths crossfire.0 \
32 crossfire.1 faces attackmess image_info materials regions cf.pm 32 crossfire.1 faces attackmess image_info smooth materials regions cf.pm
33 33
34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules 34CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 35VAR_FILES = highscore banish_file bookarch temp.maps clockdata
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld 36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld
37 37
85admdir=$(pkgdatadir)/adm 85admdir=$(pkgdatadir)/adm
86dist_adm_SCRIPTS = \ 86dist_adm_SCRIPTS = \
87 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 87 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
88 adm/collect_images.pl 88 adm/collect_images.pl
89 89
90MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp 90MAINTAINERCLEANFILES = archetypes bmaps faces smooth .collect-stamp
91 91
92PERL = @PERL@ 92PERL = @PERL@
93 93
94crossfire.0: bmaps.paths 94crossfire.0: bmaps.paths
95 $(PERL) $(srcdir)/adm/collect_images.pl -png 95 $(PERL) $(srcdir)/adm/collect_images.pl -png
112 112
113animations: .collect-stamp 113animations: .collect-stamp
114 make collect 114 make collect
115 115
116bmaps.paths bmaps: .collect-stamp 116bmaps.paths bmaps: .collect-stamp
117 make collect
118
119smooth: .collect-stamp
117 make collect 120 make collect
118 121
119install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 122install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
120 @$(NORMAL_INSTALL) 123 @$(NORMAL_INSTALL)
121 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 124 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines