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.33 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.37 by root, Sat Feb 7 21:40:54 2009 UTC

24noinst_HEADERS = \ 24noinst_HEADERS = \
25commands.h libproto.h sounds.h attack.h \ 25commands.h libproto.h sounds.h attack.h \
26Makefile.in config.h living.h player.h \ 26Makefile.in config.h living.h player.h \
27define.h loader.h race.h material.h spells.h \ 27define.h loader.h race.h material.h spells.h \
28face.h logger.h sproto.h region.h \ 28face.h logger.h sproto.h region.h \
29artifact.h funcpoint.h map.h recipe.h treasure.h \ 29artifact.h map.h recipe.h treasure.h \
30global.h client.h path.h shstr.h tod.h \ 30global.h client.h path.h shstr.h tod.h \
31god.h network.h crc.h shstrinc.h \ 31god.h network.h crc.h shstrinc.h \
32book.h includes.h object.h skills.h sockproto.h \ 32book.h includes.h object.h skills.h sockproto.h \
33cfperl.h eventinc.h attackinc.h \ 33cfperl.h eventinc.h attackinc.h \
34kw_hash.h keyword.h traits.h dynbuf.h util.h \ 34kw_hash.h keyword.h traits.h dynbuf.h util.h \
35skillinc.h callback.h micropather.h 35skillinc.h callback.h micropather.h evthread.h devel.h
36 36
37EXTRA_DIST = event2inc genkeywords callback.pl 37EXTRA_DIST = event2inc genkeywords callback.pl
38 38
39MAINTAINERCLEANFILES = Makefile.in stamp.genkeywords 39CLEANFILES = stamp.genkeywords
40
41all: keyword.h
40 42
41eventinc.h: ../pod/events.pod event2inc 43eventinc.h: ../pod/events.pod event2inc
42 $(PERL) $(srcdir)/event2inc $< >$@ 44 $(PERL) $(srcdir)/event2inc $< >$@
43 45
44keyword.h: stamp.genkeywords 46keyword.h: stamp.genkeywords
45
46kw_hash.h: stamp.genkeywords
47
48stamp.genkeywords: genkeywords
49 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords 47 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords
50 48
49kw_hash.h: keyword.h
50
51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines