ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
Revision: 1.12
Committed: Sun Sep 3 00:18:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -2 lines
Log Message:
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

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 arch.h face.h logger.h re-cmp.h sproto.h \
7 artifact.h funcpoint.h map.h recipe.h treasure.h \
8 global.h newclient.h path.h shstr.h tod.h\
9 god.h newserver.h xdir.h \
10 book.h includes.h object.h skills.h sockproto.h \
11 plugin.h timers.h cfperl.h eventinc.h \
12 kw_hash.h keyword.h traits.h dynbuf.h util.h
13
14 EXTRA_DIST = event2inc
15
16 MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
17
18 eventinc.h: ../doc/events.pod event2inc
19 $(PERL) event2inc $< >$@
20
21 keyword.h: stamp.preprocess
22
23 kw_hash.h: stamp.preprocess
24
25 stamp.preprocess: preprocess
26 $(PERL) preprocess && : > stamp.preprocess
27