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.2 by pippijn, Sun Jul 2 15:05:15 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 11plugin.h timers.h cfperl.h eventinc.h \
12kw_hash.h keyword.h
13
14EXTRA_DIST = event2inc
12 15
13MAINTAINERCLEANFILES = Makefile.in 16MAINTAINERCLEANFILES = Makefile.in
14 17
18eventinc.h: ../doc/events.pod 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