ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.41
Committed: Sun Nov 29 09:41:28 2009 UTC (14 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_92
Changes since 1.40: +1 -1 lines
Log Message:
speed is positive inside the server

File Contents

# User Rev Content
1 root 1.28 #
2 root 1.33 # This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.28 #
4 root 1.33 # Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.28 # Copyright (©) 1992,2007 Frank Tore Johansen
6     # Copyright (©) 2001,2007 Mark Wedel
7     #
8 root 1.39 # Deliantra is free software: you can redistribute it and/or modify it under
9     # the terms of the Affero GNU General Public License as published by the
10     # Free Software Foundation, either version 3 of the License, or (at your
11     # option) any later version.
12 root 1.28 #
13 root 1.30 # This program is distributed in the hope that it will be useful,
14     # but WITHOUT ANY WARRANTY; without even the implied warranty of
15     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16     # GNU General Public License for more details.
17 root 1.28 #
18 root 1.39 # You should have received a copy of the Affero GNU General Public License
19     # and the GNU General Public License along with this program. If not, see
20     # <http://www.gnu.org/licenses/>.
21 root 1.28 #
22 root 1.33 # The authors can be reached via e-mail to <support@deliantra.net>
23 root 1.28 #
24 root 1.1
25     noinst_HEADERS = \
26     commands.h libproto.h sounds.h attack.h \
27     Makefile.in config.h living.h player.h \
28     define.h loader.h race.h material.h spells.h \
29 root 1.26 face.h logger.h sproto.h region.h \
30 root 1.35 artifact.h map.h recipe.h treasure.h \
31 root 1.22 global.h client.h path.h shstr.h tod.h \
32 root 1.31 god.h network.h crc.h shstrinc.h \
33 root 1.1 book.h includes.h object.h skills.h sockproto.h \
34 root 1.40 cfperl.h eventinc.h attackinc.h compiler.h \
35 root 1.15 kw_hash.h keyword.h traits.h dynbuf.h util.h \
36 root 1.36 skillinc.h callback.h micropather.h evthread.h devel.h
37 root 1.1
38 root 1.29 EXTRA_DIST = event2inc genkeywords callback.pl
39 root 1.6
40 root 1.38 MAINTAINERCLEANFILES = keyword.h kw_hash.h
41 root 1.37
42     all: keyword.h
43 pippijn 1.2
44 pippijn 1.14 eventinc.h: ../pod/events.pod event2inc
45 root 1.24 $(PERL) $(srcdir)/event2inc $< >$@
46 root 1.8
47 root 1.41 keyword.h: genkeywords
48 root 1.38 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)'
49 root 1.8
50 root 1.37 kw_hash.h: keyword.h
51 root 1.8
52