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.39 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.41 by root, Sun Nov 29 09:41:28 2009 UTC

29face.h logger.h sproto.h region.h \ 29face.h logger.h sproto.h region.h \
30artifact.h map.h recipe.h treasure.h \ 30artifact.h map.h recipe.h treasure.h \
31global.h client.h path.h shstr.h tod.h \ 31global.h client.h path.h shstr.h tod.h \
32god.h network.h crc.h shstrinc.h \ 32god.h network.h crc.h shstrinc.h \
33book.h includes.h object.h skills.h sockproto.h \ 33book.h includes.h object.h skills.h sockproto.h \
34cfperl.h eventinc.h attackinc.h \ 34cfperl.h eventinc.h attackinc.h compiler.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 evthread.h devel.h 36skillinc.h callback.h micropather.h evthread.h devel.h
37 37
38EXTRA_DIST = event2inc genkeywords callback.pl 38EXTRA_DIST = event2inc genkeywords callback.pl
39 39
42all: keyword.h 42all: keyword.h
43 43
44eventinc.h: ../pod/events.pod event2inc 44eventinc.h: ../pod/events.pod event2inc
45 $(PERL) $(srcdir)/event2inc $< >$@ 45 $(PERL) $(srcdir)/event2inc $< >$@
46 46
47keyword.h: 47keyword.h: genkeywords
48 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' 48 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)'
49 49
50kw_hash.h: keyword.h 50kw_hash.h: keyword.h
51 51
52 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines