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.5 by root, Tue Aug 15 17:12:47 2006 UTC vs.
Revision 1.6 by root, Sat Aug 26 08:44:06 2006 UTC

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 cfperl.xs ../plugins/common/plugin_common.C
73 73
74SUFFIXES = .xs
75
76EXTRA_DIST = typemap
77
78.xs.C: typemap
79 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
80 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
81
74AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 82AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
75 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 83 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
76 -DPLUGIN_SUFFIX=\".so\" \ 84 -DPLUGIN_SUFFIX=\".so\" \
77 $(PERLFLAGS) -I$(top_srcdir)/plugins/common/include 85 $(PERLFLAGS) -I$(top_srcdir)/plugins/common/include
78 86
83LIBDL= 91LIBDL=
84crossfire_LDFLAGS= 92crossfire_LDFLAGS=
85endif 93endif
86crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ 94crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
87 ../socket/libsocket.a $(LIBDL) $(PERLLIB) 95 ../socket/libsocket.a $(LIBDL) $(PERLLIB)
88
89SUFFIXES = .xs
90
91EXTRA_DIST = typemap
92
93.xs.C: typemap
94 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
95 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
96 96
97../common/libcross.a: 97../common/libcross.a:
98 ( cd ../common ; make libcross.a ) 98 ( cd ../common ; make libcross.a )
99 99
100../random_maps/librandom_map.a: 100../random_maps/librandom_map.a:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines