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.28 by root, Mon May 28 21:07:07 2007 UTC vs.
Revision 1.29 by root, Mon May 28 21:15:55 2007 UTC

33book.h includes.h object.h skills.h sockproto.h \ 33book.h includes.h object.h skills.h sockproto.h \
34plugin.h cfperl.h eventinc.h attackinc.h \ 34plugin.h cfperl.h eventinc.h attackinc.h \
35kw_hash.h keyword.h traits.h dynbuf.h util.h \ 35kw_hash.h keyword.h traits.h dynbuf.h util.h \
36skillinc.h callback.h micropather.h plugin_common.h 36skillinc.h callback.h micropather.h plugin_common.h
37 37
38EXTRA_DIST = event2inc preprocess callback.pl 38EXTRA_DIST = event2inc genkeywords callback.pl
39 39
40MAINTAINERCLEANFILES = Makefile.in stamp.preprocess 40MAINTAINERCLEANFILES = Makefile.in stamp.genkeywords
41 41
42eventinc.h: ../pod/events.pod event2inc 42eventinc.h: ../pod/events.pod event2inc
43 $(PERL) $(srcdir)/event2inc $< >$@ 43 $(PERL) $(srcdir)/event2inc $< >$@
44 44
45keyword.h: stamp.preprocess 45keyword.h: stamp.genkeywords
46 46
47kw_hash.h: stamp.preprocess 47kw_hash.h: stamp.genkeywords
48 48
49stamp.preprocess: preprocess 49stamp.genkeywords: genkeywords
50 $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess 50 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines