ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.45
Committed: Tue Apr 6 22:59:28 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.44: +2 -2 lines
Log Message:
remove artificial run/fire delay, refactoring

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.44 # Copyright (©) 2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.43 # Copyright (©) 1992 Frank Tore Johansen
6     # Copyright (©) 2001 Mark Wedel
7 root 1.28 #
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 root 1.45 devel.h libproto.h sounds.h attack.h \
27 root 1.1 Makefile.in config.h living.h player.h \
28 root 1.42 define.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.45 skillinc.h callback.h micropather.h evthread.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