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.3 by elmex, Sun Aug 13 17:16:03 2006 UTC vs.
Revision 1.4 by root, Tue Aug 15 17:10:46 2006 UTC

66 spell_util.C\ 66 spell_util.C\
67 swamp.C\ 67 swamp.C\
68 swap.C\ 68 swap.C\
69 time.C\ 69 time.C\
70 timers.C\ 70 timers.C\
71 weather.C 71 weather.C\
72 cfperl.xs ../plugins/common/plugin_common.C
72 73
73AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 74AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
74 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 75 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
75 -DPLUGIN_SUFFIX=\".so\" 76 -DPLUGIN_SUFFIX=\".so\" \
77 $(PERLFLAGS) -I$(top_srcdir)/plugins/common/include
76 78
77if HAVE_LIBDL 79if HAVE_LIBDL
78LIBDL=-ldl 80LIBDL=-ldl
79crossfire_LDFLAGS=-export-dynamic 81crossfire_LDFLAGS=-export-dynamic
80else 82else
81LIBDL= 83LIBDL=
82crossfire_LDFLAGS= 84crossfire_LDFLAGS=
83endif 85endif
84crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ 86crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
85 ../socket/libsocket.a $(LIBDL) 87 ../socket/libsocket.a $(LIBDL) $(PERLLIB)
88
89SUFFIXES = .xs
90
91.xs.C: typemap
92 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
93 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
86 94
87../common/libcross.a: 95../common/libcross.a:
88 ( cd ../common ; make libcross.a ) 96 ( cd ../common ; make libcross.a )
89 97
90../random_maps/librandom_map.a: 98../random_maps/librandom_map.a:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines