--- deliantra/server/include/Makefile.am 2006/08/29 13:11:58 1.7 +++ deliantra/server/include/Makefile.am 2006/09/12 00:53:57 1.15 @@ -6,13 +6,23 @@ arch.h face.h logger.h re-cmp.h sproto.h \ artifact.h funcpoint.h map.h recipe.h treasure.h \ global.h newclient.h path.h shstr.h tod.h\ -god.h newserver.h quest.h xdir.h \ +god.h newserver.h xdir.h \ book.h includes.h object.h skills.h sockproto.h \ -plugin.h timers.h cfperl.h eventinc.h +plugin.h timers.h cfperl.h eventinc.h attackinc.h \ +kw_hash.h keyword.h traits.h dynbuf.h util.h \ +skillinc.h EXTRA_DIST = event2inc -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in stamp.preprocess -eventinc.h: ../doc/events.pod event2inc +eventinc.h: ../pod/events.pod event2inc $(PERL) event2inc $< >$@ + +keyword.h: stamp.preprocess + +kw_hash.h: stamp.preprocess + +stamp.preprocess: preprocess + $(PERL) preprocess && : > stamp.preprocess +