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.22 by root, Fri Feb 2 01:15:40 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 28
34CONF_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
35VAR_FILES = highscore banish_file bookarch temp.maps clockdata 30VAR_FILES = highscore banish_file bookarch temp.maps clockdata
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld world.png 31EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures.bld
37 32
38admdir=$(pkgdatadir)/adm 33admdir=$(pkgdatadir)/adm
39dist_adm_SCRIPTS = \ 34dist_adm_SCRIPTS = \
40 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 \
41 adm/collect_images.pl 36 adm/collect_images.pl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines