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.25 by root, Tue Mar 6 19:02:36 2007 UTC vs.
Revision 1.26 by root, Thu Apr 19 16:23:48 2007 UTC

69EXTRA_DIST = typemap genacc 69EXTRA_DIST = typemap genacc
70 70
71cfperl.C: cfperl.xs genacc typemap 71cfperl.C: cfperl.xs genacc typemap
72cfperl.C: ../include/object.h ../include/client.h ../include/player.h 72cfperl.C: ../include/object.h ../include/client.h ../include/player.h
73cfperl.C: ../include/map.h ../include/living.h ../include/global.h 73cfperl.C: ../include/map.h ../include/living.h ../include/global.h
74cfperl.C: ../random_maps/random_map.h 74cfperl.C: ../include/region.h ../random_maps/random_map.h
75 75
76.xs.C: typemap 76.xs.C: typemap
77 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 77 $(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 >$@ 78 PERL="$(PERL)" srcdir="$(srcdir)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap $(srcdir)/typemap -prototypes $(srcdir)/cfperl.xs >$@
79 79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines