--- deliantra/server/include/Makefile.am 2006/08/24 13:13:49 1.3 +++ deliantra/server/include/Makefile.am 2006/11/17 19:40:54 1.17 @@ -3,12 +3,26 @@ commands.h libproto.h sounds.h attack.h \ Makefile.in config.h living.h player.h \ define.h loader.h race.h material.h spells.h \ -arch.h face.h logger.h re-cmp.h sproto.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 +plugin.h cfperl.h eventinc.h attackinc.h \ +kw_hash.h keyword.h traits.h dynbuf.h util.h \ +skillinc.h -MAINTAINERCLEANFILES = Makefile.in +EXTRA_DIST = event2inc + +MAINTAINERCLEANFILES = Makefile.in stamp.preprocess + +eventinc.h: ../pod/events.pod event2inc + $(PERL) event2inc $< >$@ + +keyword.h: stamp.preprocess + +kw_hash.h: stamp.preprocess + +stamp.preprocess: preprocess + $(PERL) preprocess && : > stamp.preprocess