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.4 by root, Tue Aug 15 17:10:46 2006 UTC vs.
Revision 1.5 by root, Tue Aug 15 17:12:47 2006 UTC

86crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ 86crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
87 ../socket/libsocket.a $(LIBDL) $(PERLLIB) 87 ../socket/libsocket.a $(LIBDL) $(PERLLIB)
88 88
89SUFFIXES = .xs 89SUFFIXES = .xs
90 90
91EXTRA_DIST = typemap
92
91.xs.C: typemap 93.xs.C: typemap
92 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 94 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
93 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@ 95 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
94 96
95../common/libcross.a: 97../common/libcross.a:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines