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.10 by pippijn, Sun Jul 2 15:05:15 2006 UTC

25 25
26pkgstatedir = @pkgstatedir@ 26pkgstatedir = @pkgstatedir@
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 \
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 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
38helpdir=$(pkgdatadir)/help 38helpdir=$(pkgdatadir)/help
39dist_help_DATA = help/apply help/applymode \ 39dist_help_DATA = \
40 help/bind help/bowmode help/brace \ 40 help/apply help/applymode help/bind \
41 help/bowmode help/brace help/cast \
41 help/cast help/drop help/dropall \ 42 help/chat help/drop help/dropall \
42 help/follow help/golem help/invite \ 43 help/follow help/golem help/ignore \
43 help/invoke help/keys help/killpets \ 44 help/invite help/invoke help/keys \
44 help/listen \ 45 help/killpets help/listen help/mark \
45 help/mark help/melee help/mode \ 46 help/melee help/mode help/mouse \
46 help/mouse help/move \ 47 help/move help/output help/output-count \
47 help/output \
48 help/output-count help/output-sync \
49 help/party help/peaceful \ 48 help/output-sync help/party help/peaceful \
50 help/petmode help/pickup help/quests \ 49 help/petmode help/pickup help/quests \
51 help/quit help/range help/rename \ 50 help/quit help/range \
52 help/save help/shout help/showpets \ 51 help/rename help/reply help/save \
53 help/sort_inventory help/spells \ 52 help/shout help/showpets help/sort_inventory \
54 help/statistics help/take help/traps \ 53 help/spells help/statistics help/take \
55 help/unbind help/usekeys \ 54 help/tell help/traps help/unbind \
56 help/whereabouts 55 help/unignore help/usekeys help/whereabouts
57 56
58wizhelpdir=$(pkgdatadir)/wizhelp 57wizhelpdir=$(pkgdatadir)/wizhelp
59dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ 58dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
60 wizhelp/banish \ 59 wizhelp/banish \
61 wizhelp/create wizhelp/debug \ 60 wizhelp/create wizhelp/debug \
85admdir=$(pkgdatadir)/adm 84admdir=$(pkgdatadir)/adm
86dist_adm_SCRIPTS = \ 85dist_adm_SCRIPTS = \
87 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 86 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
88 adm/collect_images.pl 87 adm/collect_images.pl
89 88
90MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp 89MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in
91 90
92PERL = @PERL@ 91PERL = @PERL@
93 92
94crossfire.0: bmaps.paths 93crossfire.0: bmaps.paths
95 $(PERL) $(srcdir)/adm/collect_images.pl -png 94 $(PERL) $(srcdir)/adm/collect_images.pl -png
112 111
113animations: .collect-stamp 112animations: .collect-stamp
114 make collect 113 make collect
115 114
116bmaps.paths bmaps: .collect-stamp 115bmaps.paths bmaps: .collect-stamp
116 make collect
117
118smooth: .collect-stamp
117 make collect 119 make collect
118 120
119install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 121install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl
120 @$(NORMAL_INSTALL) 122 @$(NORMAL_INSTALL)
121 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 123 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines