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.37 by root, Sat Feb 7 21:40:54 2009 UTC vs.
Revision 1.38 by root, Sat Feb 7 21:43:08 2009 UTC

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 evthread.h devel.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
39CLEANFILES = stamp.genkeywords 39MAINTAINERCLEANFILES = keyword.h kw_hash.h
40 40
41all: keyword.h 41all: keyword.h
42 42
43eventinc.h: ../pod/events.pod event2inc 43eventinc.h: ../pod/events.pod event2inc
44 $(PERL) $(srcdir)/event2inc $< >$@ 44 $(PERL) $(srcdir)/event2inc $< >$@
45 45
46keyword.h: stamp.genkeywords 46keyword.h:
47 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords 47 $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)'
48 48
49kw_hash.h: keyword.h 49kw_hash.h: keyword.h
50 50
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines