ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.23
Committed: Thu Feb 15 18:09:34 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Log Message:
- the damn rotate shift checksum just failed on me
- add crc32 and use it for bmaps_checksum (probably also for images).

File Contents

# Content
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 face.h logger.h sproto.h \
7 artifact.h funcpoint.h map.h recipe.h treasure.h \
8 global.h client.h path.h shstr.h tod.h \
9 god.h network.h crc.h \
10 book.h includes.h object.h skills.h sockproto.h \
11 plugin.h cfperl.h eventinc.h attackinc.h \
12 kw_hash.h keyword.h traits.h dynbuf.h util.h \
13 skillinc.h callback.h
14
15 EXTRA_DIST = event2inc preprocess callback.pl
16
17 MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
18
19 eventinc.h: ../pod/events.pod event2inc
20 $(PERL) event2inc $< >$@
21
22 keyword.h: stamp.preprocess
23
24 kw_hash.h: stamp.preprocess
25
26 stamp.preprocess: preprocess
27 $(PERL) preprocess GPERF '$(GPERF)' && : > stamp.preprocess
28