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.36 by root, Fri Dec 26 10:36:42 2008 UTC vs.
Revision 1.37 by root, Sat Feb 7 21:40:54 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
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