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.7 by root, Tue Aug 29 13:11:58 2006 UTC vs.
Revision 1.8 by root, Thu Aug 31 06:23:19 2006 UTC

6arch.h face.h logger.h re-cmp.h sproto.h \ 6arch.h face.h logger.h re-cmp.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 newclient.h path.h shstr.h tod.h\
9god.h newserver.h quest.h xdir.h \ 9god.h newserver.h quest.h xdir.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 timers.h cfperl.h eventinc.h \
12kw_hash.h keyword.h
12 13
13EXTRA_DIST = event2inc 14EXTRA_DIST = event2inc
14 15
15MAINTAINERCLEANFILES = Makefile.in 16MAINTAINERCLEANFILES = Makefile.in
16 17
17eventinc.h: ../doc/events.pod event2inc 18eventinc.h: ../doc/events.pod event2inc
18 $(PERL) event2inc $< >$@ 19 $(PERL) event2inc $< >$@
20
21keyword.h: stamp.preprocess
22
23kw_hash.h: stamp.preprocess
24
25stamp.preprocess: preprocess
26 $(PERL) preprocess && : > stamp.preprocess
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines