ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
(Generate patch)

Comparing deliantra/server/Makefile.am (file contents):
Revision 1.34 by root, Fri Nov 18 03:53:34 2016 UTC vs.
Revision 1.35 by root, Fri Nov 18 20:20:05 2016 UTC

24 24
25pkgstatedir = @pkgstatedir@ 25pkgstatedir = @pkgstatedir@
26pkgconfdir = @pkgconfdir@ 26pkgconfdir = @pkgconfdir@
27PERL = @PERL@ 27PERL = @PERL@
28 28
29SUBDIRS = include lib 29SUBDIRS = lib
30 30
31EXTRA_DIST = AUTHORS Changes COPYING.GNU COPYING.Affero autogen.sh TODO \ 31EXTRA_DIST = AUTHORS Changes COPYING.GNU COPYING.Affero autogen.sh TODO \
32 common/README \ 32 common/README \
33 socket/README \ 33 socket/README \
34 random_maps/Notes \ 34 random_maps/Notes \
35 server/typemap server/genacc server/genconst \ 35 server/typemap server/genacc server/genconst \
36 utils/metaserver.pl.in utils/player_dl.pl.in utils/player_dl.html utils/cfutil.in \ 36 utils/metaserver.pl.in utils/player_dl.pl.in utils/player_dl.html utils/cfutil.in \
37 doc/historic doc/development \ 37 doc/historic doc/development \
38 ext/*.pm ext/*.ext 38 ext/*.pm ext/*.ext \
39 include/event2inc include/genkeywords include/callback.pl
39 40
40CLEANFILES = server/const_iv.h server/perlxsi.c 41CLEANFILES = server/const_iv.h server/perlxsi.c
41 42
42MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile utils/cfutil utils/Makefile.in 43MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile \
44 utils/cfutil utils/Makefile.in \
45 include/keyword.h include/kw_hash.h
43 46
44DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man 47DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
45 48
46AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 49AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
47 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 50 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
218 for i in *.pm *.ext; do \ 221 for i in *.pm *.ext; do \
219 rm -f $(DESTDIR)$(pkgdatadir)/ext/"$$i"; \ 222 rm -f $(DESTDIR)$(pkgdatadir)/ext/"$$i"; \
220 done 223 done
221 224
222############################################################################# 225#############################################################################
226# include/
227
228noinst_HEADERS = \
229 include/devel.h include/libproto.h include/sounds.h include/attack.h \
230 include/Makefile.in include/config.h include/living.h include/player.h include/slotinc.h \
231 include/define.h include/race.h include/material.h include/spells.h include/rproto.h \
232 include/face.h include/logger.h include/sproto.h include/region.h include/rmg.h \
233 include/artifact.h include/map.h include/recipe.h include/treasure.h include/noise.h \
234 include/global.h include/client.h include/path.h include/shstr.h include/tod.h \
235 include/god.h include/network.h include/crc.h include/shstrinc.h include/layout.h \
236 include/book.h include/includes.h include/object.h include/skills.h include/sockproto.h \
237 include/cfperl.h include/eventinc.h include/attackinc.h include/compiler.h include/rng.h \
238 include/kw_hash.h include/keyword.h include/traits.h include/dynbuf.h include/util.h \
239 include/skillinc.h include/callback.h include/evthread.h include/freezethaw.h include/quadland.h
240
241BUILT_SOURCES = include/eventinc.h include/keyword.h include/kw_hash.h
242
243include/eventinc.h: pod/events.pod include/event2inc
244 $(PERL) $(srcdir)/include/event2inc $< >$@
245
246include/keyword.h: include/genkeywords
247 $(PERL) $(srcdir)/include/genkeywords GPERF '$(GPERF)'
248
249include/kw_hash.h: include/keyword.h
250
251
252#############################################################################
223 253
224tags: ctags 254tags: ctags
225 255

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines