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.13 by root, Tue May 9 16:08:39 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 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
205 205
206helpdir = $(pkgdatadir)/help 206helpdir = $(pkgdatadir)/help
207dist_help_DATA = help/apply help/applymode \ 207dist_help_DATA = \
208 help/bind help/bowmode help/brace \ 208 help/apply help/applymode help/bind \
209 help/bowmode help/brace help/cast \
209 help/cast help/drop help/dropall \ 210 help/chat help/drop help/dropall \
210 help/follow help/golem help/invite \ 211 help/follow help/golem help/ignore \
211 help/invoke help/keys help/killpets \ 212 help/invite help/invoke help/keys \
212 help/listen \ 213 help/killpets help/listen help/mark \
213 help/mark help/melee help/mode \ 214 help/melee help/mode help/mouse \
214 help/mouse help/move \ 215 help/move help/output help/output-count \
215 help/output \
216 help/output-count help/output-sync \
217 help/party help/peaceful \ 216 help/output-sync help/party help/peaceful \
218 help/petmode help/pickup help/quests \ 217 help/petmode help/pickup help/quests \
219 help/quit help/range help/rename \ 218 help/quit help/range \
220 help/save help/shout help/showpets \ 219 help/rename help/reply help/save \
221 help/sort_inventory help/spells \ 220 help/shout help/showpets help/sort_inventory \
222 help/statistics help/take help/traps \ 221 help/spells help/statistics help/take \
223 help/unbind help/usekeys \ 222 help/tell help/traps help/unbind \
224 help/whereabouts 223 help/unignore help/usekeys help/whereabouts
225 224
226 225
227wizhelpdir = $(pkgdatadir)/wizhelp 226wizhelpdir = $(pkgdatadir)/wizhelp
228dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ 227dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
229 wizhelp/banish \ 228 wizhelp/banish \
256dist_adm_SCRIPTS = \ 255dist_adm_SCRIPTS = \
257 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 256 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
258 adm/collect_images.pl 257 adm/collect_images.pl
259 258
260 259
261MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp 260MAINTAINERCLEANFILES = archetypes bmaps faces smooth .collect-stamp
262subdir = lib 261subdir = lib
263ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 262ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
264mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs 263mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
265CONFIG_HEADER = $(top_builddir)/include/autoconf.h 264CONFIG_HEADER = $(top_builddir)/include/autoconf.h
266CONFIG_CLEAN_FILES = checkarch.pl collect.pl 265CONFIG_CLEAN_FILES = checkarch.pl collect.pl
525 make collect 524 make collect
526 525
527bmaps.paths bmaps: .collect-stamp 526bmaps.paths bmaps: .collect-stamp
528 make collect 527 make collect
529 528
529smooth: .collect-stamp
530 make collect
531
530install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 532install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
531 @$(NORMAL_INSTALL) 533 @$(NORMAL_INSTALL)
532 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 534 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
533 for i in $(CONF_FILES); do \ 535 for i in $(CONF_FILES); do \
534 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 536 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines