ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.in
(Generate patch)

Comparing deliantra/server/lib/Makefile.in (file contents):
Revision 1.10 by root, Sun May 7 12:49:21 2006 UTC vs.
Revision 1.12 by root, Sun May 7 13:56:23 2006 UTC

194x_libraries = @x_libraries@ 194x_libraries = @x_libraries@
195 195
196dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 196dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
197dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ 197dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\
198 animations archetypes bmaps bmaps.paths crossfire.0 \ 198 animations archetypes bmaps bmaps.paths crossfire.0 \
199 crossfire.1 faces attackmess image_info materials regions cf.pm 199 crossfire.1 faces attackmess image_info smooth materials regions cf.pm
200 200
201 201
202CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules 202CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules
203VAR_FILES = highscore banish_file bookarch temp.maps clockdata 203VAR_FILES = highscore banish_file bookarch temp.maps clockdata
204EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld 204EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld
256dist_adm_SCRIPTS = \ 256dist_adm_SCRIPTS = \
257 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 257 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
258 adm/collect_images.pl 258 adm/collect_images.pl
259 259
260 260
261MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp 261MAINTAINERCLEANFILES = archetypes bmaps faces smooth .collect-stamp
262subdir = lib 262subdir = lib
263ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 263ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
264mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs 264mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
265CONFIG_HEADER = $(top_builddir)/include/autoconf.h 265CONFIG_HEADER = $(top_builddir)/include/autoconf.h
266CONFIG_CLEAN_FILES = checkarch.pl collect.pl 266CONFIG_CLEAN_FILES = checkarch.pl collect.pl
525 make collect 525 make collect
526 526
527bmaps.paths bmaps: .collect-stamp 527bmaps.paths bmaps: .collect-stamp
528 make collect 528 make collect
529 529
530smooth: .collect-stamp
531 make collect
532
530install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 533install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
531 @$(NORMAL_INSTALL) 534 @$(NORMAL_INSTALL)
532 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 535 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
533 for i in $(CONF_FILES); do \ 536 for i in $(CONF_FILES); do \
534 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 537 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines