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

Comparing deliantra/server/server/Makefile.am (file contents):
Revision 1.39 by root, Fri Mar 26 00:59:21 2010 UTC vs.
Revision 1.44 by root, Thu Apr 29 07:32:34 2010 UTC

1# 1#
2# This file is part of Deliantra, the Roguelike Realtime MMORPG. 2# This file is part of Deliantra, the Roguelike Realtime MMORPG.
3# 3#
4# Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4# Copyright (©) 2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 1992 Frank Tore Johansen 5# Copyright (©) 1992 Frank Tore Johansen
6# Copyright (©) 2001 Mark Wedel 6# Copyright (©) 2001 Mark Wedel
7# Copyright (©) 2007 Marc Alexander Lehmann 7# Copyright (©) 2007 Marc Alexander Lehmann
8# 8#
9# Deliantra is free software: you can redistribute it and/or modify it under 9# Deliantra is free software: you can redistribute it and/or modify it under
32 apply.C\ 32 apply.C\
33 attack.C\ 33 attack.C\
34 build_map.C\ 34 build_map.C\
35 c_misc.C\ 35 c_misc.C\
36 c_move.C\ 36 c_move.C\
37 c_new.C\
38 c_object.C\ 37 c_object.C\
39 c_party.C\ 38 c_party.C\
40 c_range.C\ 39 c_range.C\
41 c_wiz.C\ 40 c_wiz.C\
42 commands.C\ 41 commands.C\
64 cfperl.xs\ 63 cfperl.xs\
65 evthread.C 64 evthread.C
66 65
67SUFFIXES = .xs 66SUFFIXES = .xs
68 67
69EXTRA_DIST = typemap genacc 68EXTRA_DIST = typemap genacc genconst
70 69
70CLEANFILES = const_iv.h
71
72CONST_SRC = ../include/define.h ../include/spells.h ../include/attack.h \
73 ../include/skills.h ../include/material.h ../include/sounds.h \
74 ../include/object.h ../include/treasure.h ../include/client.h \
75 ../include/logger.h \
76 ../random_maps/random_map.h
77
78const_iv.h: genconst $(CONST_SRC)
79 $(PERL) genconst $(CONST_SRC)
80
71cfperl.C: cfperl.xs genacc typemap 81cfperl.C: cfperl.xs typemap genacc
82cfperl.C: const_iv.h
72cfperl.C: ../include/object.h ../include/client.h ../include/player.h 83cfperl.C: ../include/object.h ../include/client.h ../include/player.h
73cfperl.C: ../include/map.h ../include/living.h ../include/global.h 84cfperl.C: ../include/map.h ../include/living.h ../include/global.h
74cfperl.C: ../include/region.h ../include/cfperl.h ../random_maps/random_map.h 85cfperl.C: ../include/region.h ../include/cfperl.h ../random_maps/random_map.h
86cfperl.C: ../include/define.h
75 87
76.xs.C: typemap 88.xs.C: typemap
77 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 89 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
78 PERL="$(PERL)" srcdir="$(srcdir)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap $(srcdir)/typemap -prototypes $(srcdir)/cfperl.xs >$@ 90 PERL="$(PERL)" srcdir="$(srcdir)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap $(srcdir)/typemap -prototypes $(srcdir)/cfperl.xs >$@~ && mv $@~ $@
79 91
80AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 92AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
81 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 93 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
82 -DPLUGIN_SUFFIX=\".so\" 94 -DPLUGIN_SUFFIX=\".so\"
83 95

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines