ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.27
Committed: Thu May 24 00:24:11 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.26: +1 -1 lines
Log Message:
I like micropather so much without ever having used it that I included it.

This is not to be used directly, it should be integrated into the map management code.

File Contents

# User Rev Content
1 root 1.1
2     noinst_HEADERS = \
3     commands.h libproto.h sounds.h attack.h \
4     Makefile.in config.h living.h player.h \
5     define.h loader.h race.h material.h spells.h \
6 root 1.26 face.h logger.h sproto.h region.h \
7 root 1.1 artifact.h funcpoint.h map.h recipe.h treasure.h \
8 root 1.22 global.h client.h path.h shstr.h tod.h \
9 root 1.23 god.h network.h crc.h \
10 root 1.1 book.h includes.h object.h skills.h sockproto.h \
11 root 1.16 plugin.h cfperl.h eventinc.h attackinc.h \
12 root 1.15 kw_hash.h keyword.h traits.h dynbuf.h util.h \
13 root 1.27 skillinc.h callback.h micropather.h plugin_common.h
14 root 1.1
15 root 1.21 EXTRA_DIST = event2inc preprocess callback.pl
16 root 1.6
17 pippijn 1.11 MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
18 pippijn 1.2
19 pippijn 1.14 eventinc.h: ../pod/events.pod event2inc
20 root 1.24 $(PERL) $(srcdir)/event2inc $< >$@
21 root 1.8
22     keyword.h: stamp.preprocess
23    
24     kw_hash.h: stamp.preprocess
25    
26     stamp.preprocess: preprocess
27 root 1.24 $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess
28 root 1.8