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.13 by root, Wed Sep 20 21:53:50 2006 UTC vs.
Revision 1.14 by root, Mon Dec 11 18:59:18 2006 UTC

73 73
74SUFFIXES = .xs 74SUFFIXES = .xs
75 75
76EXTRA_DIST = typemap 76EXTRA_DIST = typemap
77 77
78.xs.C: typemap genacc ../include/object.h ../include/map.h ../include/newserver.h ../include/player.h 78cfperl.C: cfperl.xs genacc ../include/object.h ../include/newserver.h ../include/player.h ../include/map.h ../include/living.h
79
80.xs.C: typemap
79 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 81 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
80 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@ 82 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
81 83
82AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 84AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
83 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 85 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines