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.9 by pippijn, Tue May 9 17:23:23 2006 UTC vs.
Revision 1.16 by root, Fri Dec 15 20:07:02 2006 UTC

19# 19#
20# You should have received a copy of the GNU General Public License 20# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software 21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 23#
24# The authors can be reached via e-mail to crossfire-devel@real-time.com 24# The authors can be reached via e-mail to crossfire.de
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 \ 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 regions cf.pm 32 faces attackmess image_info smooth materials cf.pm jeweler.yaml
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.bld
37
38helpdir=$(pkgdatadir)/help
39dist_help_DATA = \
40 help/apply help/applymode help/bind \
41 help/bowmode help/brace help/cast \
42 help/chat help/drop help/dropall \
43 help/follow help/golem help/ignore \
44 help/invite help/invoke help/keys \
45 help/killpets help/listen help/mark \
46 help/melee help/mode help/mouse \
47 help/move help/output help/output-count \
48 help/output-sync help/party help/peaceful \
49 help/petmode help/pickup help/quests \
50 help/quit help/range \
51 help/rename help/reply help/save \
52 help/shout help/showpets help/sort_inventory \
53 help/spells help/statistics help/take \
54 help/tell help/traps help/unbind \
55 help/unignore help/usekeys help/whereabouts
56 37
57wizhelpdir=$(pkgdatadir)/wizhelp 38wizhelpdir=$(pkgdatadir)/wizhelp
58dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ 39dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
59 wizhelp/banish \ 40 wizhelp/banish \
60 wizhelp/create wizhelp/debug \ 41 wizhelp/create wizhelp/debug \
84admdir=$(pkgdatadir)/adm 65admdir=$(pkgdatadir)/adm
85dist_adm_SCRIPTS = \ 66dist_adm_SCRIPTS = \
86 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 67 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
87 adm/collect_images.pl 68 adm/collect_images.pl
88 69
89MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp 70MAINTAINERCLEANFILES = animations archetypes bmaps bmaps.paths crossfire.0 faces treasures.bld smooth .collect-stamp Makefile.in
90 71
91PERL = @PERL@ 72PERL = @PERL@
92 73
93crossfire.0: bmaps.paths 74crossfire.0: bmaps.paths
94 $(PERL) $(srcdir)/adm/collect_images.pl -png 75 $(PERL) $(srcdir)/adm/collect_images.pl -png
116 make collect 97 make collect
117 98
118smooth: .collect-stamp 99smooth: .collect-stamp
119 make collect 100 make collect
120 101
121install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl 102install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
122 @$(NORMAL_INSTALL) 103 @$(NORMAL_INSTALL)
123 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 104 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
124 for i in $(CONF_FILES); do \ 105 for i in $(CONF_FILES); do \
125 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 106 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
126 echo "Installing $$i"; \ 107 echo "Installing $$i"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines