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.23 by root, Thu Feb 15 18:09:34 2007 UTC vs.
Revision 1.24 by root, Mon Mar 5 19:54:49 2007 UTC

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