ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.34
Committed: Wed Apr 2 11:13:53 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_5, rel-2_43
Changes since 1.33: +1 -1 lines
Log Message:
*** empty log message ***

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.33 # Deliantra is free software: you can redistribute it and/or modify
9 root 1.30 # it under the terms of the GNU General Public License as published by
10     # the Free Software Foundation, either version 3 of the License, or
11     # (at your 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.30 # You should have received a copy of the GNU General Public License
19     # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 root 1.28 #
21 root 1.33 # The authors can be reached via e-mail to <support@deliantra.net>
22 root 1.28 #
23 root 1.1
24     noinst_HEADERS = \
25     commands.h libproto.h sounds.h attack.h \
26     Makefile.in config.h living.h player.h \
27     define.h loader.h race.h material.h spells.h \
28 root 1.26 face.h logger.h sproto.h region.h \
29 root 1.1 artifact.h funcpoint.h map.h recipe.h treasure.h \
30 root 1.22 global.h client.h path.h shstr.h tod.h \
31 root 1.31 god.h network.h crc.h shstrinc.h \
32 root 1.1 book.h includes.h object.h skills.h sockproto.h \
33 root 1.32 cfperl.h eventinc.h attackinc.h \
34 root 1.15 kw_hash.h keyword.h traits.h dynbuf.h util.h \
35 root 1.34 skillinc.h callback.h micropather.h evthread.h
36 root 1.1
37 root 1.29 EXTRA_DIST = event2inc genkeywords callback.pl
38 root 1.6
39 root 1.29 MAINTAINERCLEANFILES = Makefile.in stamp.genkeywords
40 pippijn 1.2
41 pippijn 1.14 eventinc.h: ../pod/events.pod event2inc
42 root 1.24 $(PERL) $(srcdir)/event2inc $< >$@
43 root 1.8
44 root 1.29 keyword.h: stamp.genkeywords
45 root 1.8
46 root 1.29 kw_hash.h: stamp.genkeywords
47 root 1.8
48 root 1.29 stamp.genkeywords: genkeywords
49     $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords
50 root 1.8