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.20 by root, Sat Jan 20 22:09:52 2007 UTC vs.
Revision 1.23 by root, Mon Mar 5 19:54:49 2007 UTC

1# 1# Copyright (C) 2007 Marc Alexander Lehmann
2# Makefile for crossfire 0.95.0 and beyond
3#
4# This file will eventually be replaced by a configure script. But for
5# now, this simple makefile should do the job.
6#
7# Copyright (C) 2001 Mark Wedel & Crossfire Development Team 2# Copyright (C) 2001 Mark Wedel & Crossfire Development Team
8# Copyright (C) 1992 Frank Tore Johansen 3# Copyright (C) 1992 Frank Tore Johansen
9# 4#
10# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
25 20
26pkgstatedir = @pkgstatedir@ 21pkgstatedir = @pkgstatedir@
27pkgconfdir = @pkgconfdir@ 22pkgconfdir = @pkgconfdir@
28 23
29dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl 24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
30dist_pkgdata_DATA = artifacts def_help formulae messages races \ 25dist_pkgdata_DATA = artifacts def_help formulae messages races \
31 animations archetypes bmaps bmaps.paths crossfire.0 \ 26 animations archetypes bmaps bmaps.paths crossfire.0 \
32 faces attackmess image_info smooth materials cf.pm jeweler.yaml \ 27 faces attackmess image_info smooth materials cf.pm jeweler.yaml
33 world.pst
34 28
35CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config 29CONF_FILES = settings motd dm_file forbid ban_file exp_table news rules config
36VAR_FILES = highscore banish_file bookarch temp.maps clockdata 30VAR_FILES = highscore banish_file bookarch temp.maps clockdata
37EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png 31EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld
38
39wizhelpdir=$(pkgdatadir)/wizhelp
40dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \
41 wizhelp/banish \
42 wizhelp/create wizhelp/debug \
43 wizhelp/dump wizhelp/dumpallarchtypes \
44 wizhelp/dumpallmaps wizhelp/dumpallobjects \
45 wizhelp/dumpbelow wizhelp/dumpfriendlyobjects \
46 wizhelp/forget_spell wizhelp/free \
47 wizhelp/goto wizhelp/hide wizhelp/insert_into \
48 wizhelp/invisible \
49 wizhelp/kick wizhelp/learn_special_prayer \
50 wizhelp/learn_spell wizhelp/mon_aggr \
51 wizhelp/nodm \
52 wizhelp/nowiz wizhelp/overlay_save \
53 wizhelp/patch wizhelp/plugin \
54 wizhelp/pluglist wizhelp/plugout \
55 wizhelp/possess \
56 wizhelp/printlos wizhelp/remove \
57 wizhelp/reset wizhelp/set_god \
58 wizhelp/shutdown wizhelp/server_speed \
59 wizhelp/spellreset wizhelp/ssdumptable wizhelp/stats \
60 wizhelp/style_info wizhelp/summon \
61 wizhelp/teleport wizhelp/time \
62 wizhelp/toggle_shout \
63 wizhelp/who wizhelp/wizcast wizhelp/wizhelp \
64 wizhelp/wizpass
65 32
66admdir=$(pkgdatadir)/adm 33admdir=$(pkgdatadir)/adm
67dist_adm_SCRIPTS = \ 34dist_adm_SCRIPTS = \
68 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ 35 adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \
69 adm/collect_images.pl 36 adm/collect_images.pl
97bmaps.paths bmaps: .collect-stamp 64bmaps.paths bmaps: .collect-stamp
98 make collect 65 make collect
99 66
100smooth: .collect-stamp 67smooth: .collect-stamp
101 make collect 68 make collect
102
103world.pst: world.png compile_worldmap
104 $(PERL) compile_worldmap
105 69
106install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml 70install-data-local: archetypes crossfire.0 faces animations collect.pl util.pl jeweler.yaml
107 @$(NORMAL_INSTALL) 71 @$(NORMAL_INSTALL)
108 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) 72 $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
109 for i in $(CONF_FILES); do \ 73 for i in $(CONF_FILES); do \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines