ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.58
Committed: Sat Nov 17 23:33:17 2018 UTC (5 years, 6 months ago) by root
Branch: MAIN
Changes since 1.57: +3 -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.56 #
4 root 1.58 # Copyright (©) 2018 Marc Alexander Lehmann / the Deliantra team
5 root 1.57 # Copyright (©) 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
6 root 1.43 # Copyright (©) 1992 Frank Tore Johansen
7     # Copyright (©) 2001 Mark Wedel
8 root 1.56 #
9 root 1.39 # Deliantra is free software: you can redistribute it and/or modify it under
10     # the terms of the Affero GNU General Public License as published by the
11     # Free Software Foundation, either version 3 of the License, or (at your
12     # option) any later version.
13 root 1.56 #
14 root 1.30 # This program is distributed in the hope that it will be useful,
15     # but WITHOUT ANY WARRANTY; without even the implied warranty of
16     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17     # GNU General Public License for more details.
18 root 1.56 #
19 root 1.39 # You should have received a copy of the Affero GNU General Public License
20     # and the GNU General Public License along with this program. If not, see
21     # <http://www.gnu.org/licenses/>.
22 root 1.56 #
23 root 1.33 # The authors can be reached via e-mail to <support@deliantra.net>
24 root 1.28 #
25 root 1.1
26     noinst_HEADERS = \
27 root 1.45 devel.h libproto.h sounds.h attack.h \
28 root 1.51 Makefile.in config.h living.h player.h slotinc.h \
29 root 1.50 define.h race.h material.h spells.h rproto.h \
30     face.h logger.h sproto.h region.h rmg.h \
31 root 1.49 artifact.h map.h recipe.h treasure.h noise.h \
32 root 1.22 global.h client.h path.h shstr.h tod.h \
33 root 1.48 god.h network.h crc.h shstrinc.h layout.h \
34 root 1.1 book.h includes.h object.h skills.h sockproto.h \
35 root 1.47 cfperl.h eventinc.h attackinc.h compiler.h rng.h \
36 root 1.15 kw_hash.h keyword.h traits.h dynbuf.h util.h \
37 root 1.58 skillinc.h callback.h evthread.h freezethaw.h quadland.h \
38     ecb.h flat_hash_map.hpp
39 root 1.1
40 root 1.29 EXTRA_DIST = event2inc genkeywords callback.pl
41 root 1.6
42 root 1.38 MAINTAINERCLEANFILES = keyword.h kw_hash.h
43 root 1.37
44     all: keyword.h
45 pippijn 1.2
46 pippijn 1.14 eventinc.h: ../pod/events.pod event2inc
47 root 1.24 $(PERL) $(srcdir)/event2inc $< >$@
48 root 1.8
49 root 1.41 keyword.h: genkeywords
50 root 1.38 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)'
51 root 1.8
52 root 1.37 kw_hash.h: keyword.h
53 root 1.8
54