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.21 by root, Thu Dec 14 20:39:54 2006 UTC vs.
Revision 1.25 by root, Mon Mar 5 20:07:04 2007 UTC

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 \
6face.h logger.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 \ 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 cfperl.h eventinc.h attackinc.h \ 11plugin.h cfperl.h eventinc.h attackinc.h \
12kw_hash.h keyword.h traits.h dynbuf.h util.h \ 12kw_hash.h keyword.h traits.h dynbuf.h util.h \
13skillinc.h callback.h 13skillinc.h callback.h plugin_common.h
14 14
15EXTRA_DIST = event2inc preprocess callback.pl 15EXTRA_DIST = event2inc preprocess callback.pl
16 16
17MAINTAINERCLEANFILES = Makefile.in stamp.preprocess 17MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
18 18
19eventinc.h: ../pod/events.pod event2inc 19eventinc.h: ../pod/events.pod event2inc
20 $(PERL) event2inc $< >$@ 20 $(PERL) $(srcdir)/event2inc $< >$@
21 21
22keyword.h: stamp.preprocess 22keyword.h: stamp.preprocess
23 23
24kw_hash.h: stamp.preprocess 24kw_hash.h: stamp.preprocess
25 25
26stamp.preprocess: preprocess 26stamp.preprocess: preprocess
27 $(PERL) preprocess GPERF '$(GPERF)' && : > stamp.preprocess 27 $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines