--- deliantra/server/Makefile.am 2016/11/18 03:53:34 1.34 +++ deliantra/server/Makefile.am 2016/11/18 20:20:05 1.35 @@ -26,7 +26,7 @@ pkgconfdir = @pkgconfdir@ PERL = @PERL@ -SUBDIRS = include lib +SUBDIRS = lib EXTRA_DIST = AUTHORS Changes COPYING.GNU COPYING.Affero autogen.sh TODO \ common/README \ @@ -35,11 +35,14 @@ server/typemap server/genacc server/genconst \ utils/metaserver.pl.in utils/player_dl.pl.in utils/player_dl.html utils/cfutil.in \ doc/historic doc/development \ - ext/*.pm ext/*.ext + ext/*.pm ext/*.ext \ + include/event2inc include/genkeywords include/callback.pl CLEANFILES = server/const_iv.h server/perlxsi.c -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile utils/cfutil utils/Makefile.in +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile \ + utils/cfutil utils/Makefile.in \ + include/keyword.h include/kw_hash.h DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man @@ -220,6 +223,33 @@ done ############################################################################# +# include/ + +noinst_HEADERS = \ + include/devel.h include/libproto.h include/sounds.h include/attack.h \ + include/Makefile.in include/config.h include/living.h include/player.h include/slotinc.h \ + include/define.h include/race.h include/material.h include/spells.h include/rproto.h \ + include/face.h include/logger.h include/sproto.h include/region.h include/rmg.h \ + include/artifact.h include/map.h include/recipe.h include/treasure.h include/noise.h \ + include/global.h include/client.h include/path.h include/shstr.h include/tod.h \ + include/god.h include/network.h include/crc.h include/shstrinc.h include/layout.h \ + include/book.h include/includes.h include/object.h include/skills.h include/sockproto.h \ + include/cfperl.h include/eventinc.h include/attackinc.h include/compiler.h include/rng.h \ + include/kw_hash.h include/keyword.h include/traits.h include/dynbuf.h include/util.h \ + include/skillinc.h include/callback.h include/evthread.h include/freezethaw.h include/quadland.h + +BUILT_SOURCES = include/eventinc.h include/keyword.h include/kw_hash.h + +include/eventinc.h: pod/events.pod include/event2inc + $(PERL) $(srcdir)/include/event2inc $< >$@ + +include/keyword.h: include/genkeywords + $(PERL) $(srcdir)/include/genkeywords GPERF '$(GPERF)' + +include/kw_hash.h: include/keyword.h + + +############################################################################# tags: ctags