--- deliantra/server/include/Makefile.am 2008/04/21 23:35:24 1.35 +++ deliantra/server/include/Makefile.am 2009/02/07 21:40:54 1.37 @@ -32,19 +32,20 @@ book.h includes.h object.h skills.h sockproto.h \ cfperl.h eventinc.h attackinc.h \ kw_hash.h keyword.h traits.h dynbuf.h util.h \ -skillinc.h callback.h micropather.h evthread.h +skillinc.h callback.h micropather.h evthread.h devel.h EXTRA_DIST = event2inc genkeywords callback.pl -MAINTAINERCLEANFILES = Makefile.in stamp.genkeywords +CLEANFILES = stamp.genkeywords + +all: keyword.h eventinc.h: ../pod/events.pod event2inc $(PERL) $(srcdir)/event2inc $< >$@ keyword.h: stamp.genkeywords + $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords -kw_hash.h: stamp.genkeywords +kw_hash.h: keyword.h -stamp.genkeywords: genkeywords - $(PERL) $(srcdir)/genkeywords GPERF '$(GPERF)' && : > stamp.genkeywords