ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/Makefile.am
(Generate patch)

Comparing deliantra/server/include/Makefile.am (file contents):
Revision 1.9 by root, Thu Aug 31 09:19:34 2006 UTC vs.
Revision 1.25 by root, Mon Mar 5 20:07:04 2007 UTC

1 1
2noinst_HEADERS = \ 2noinst_HEADERS = \
3commands.h libproto.h sounds.h attack.h \ 3commands.h libproto.h sounds.h attack.h \
4Makefile.in config.h living.h player.h \ 4Makefile.in config.h living.h player.h \
5define.h loader.h race.h material.h spells.h \ 5define.h loader.h race.h material.h spells.h \
6arch.h face.h logger.h re-cmp.h sproto.h \ 6face.h logger.h sproto.h \
7artifact.h funcpoint.h map.h recipe.h treasure.h \ 7artifact.h funcpoint.h map.h recipe.h treasure.h \
8global.h newclient.h path.h shstr.h tod.h\ 8global.h client.h path.h shstr.h tod.h \
9god.h newserver.h quest.h xdir.h \ 9god.h network.h crc.h \
10book.h includes.h object.h skills.h sockproto.h \ 10book.h includes.h object.h skills.h sockproto.h \
11plugin.h timers.h cfperl.h eventinc.h \ 11plugin.h cfperl.h eventinc.h attackinc.h \
12kw_hash.h keyword.h traits.h 12kw_hash.h keyword.h traits.h dynbuf.h util.h \
13skillinc.h callback.h plugin_common.h
13 14
14EXTRA_DIST = event2inc 15EXTRA_DIST = event2inc preprocess callback.pl
15 16
16MAINTAINERCLEANFILES = Makefile.in 17MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
17 18
18eventinc.h: ../doc/events.pod event2inc 19eventinc.h: ../pod/events.pod event2inc
19 $(PERL) event2inc $< >$@ 20 $(PERL) $(srcdir)/event2inc $< >$@
20 21
21keyword.h: stamp.preprocess 22keyword.h: stamp.preprocess
22 23
23kw_hash.h: stamp.preprocess 24kw_hash.h: stamp.preprocess
24 25
25stamp.preprocess: preprocess 26stamp.preprocess: preprocess
26 $(PERL) preprocess && : > stamp.preprocess 27 $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess
27 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines