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.14 by root, Mon Dec 11 18:59:18 2006 UTC vs.
Revision 1.15 by root, Wed Dec 13 02:55:51 2006 UTC

73 73
74SUFFIXES = .xs 74SUFFIXES = .xs
75 75
76EXTRA_DIST = typemap 76EXTRA_DIST = typemap
77 77
78cfperl.C: cfperl.xs genacc ../include/object.h ../include/newserver.h ../include/player.h ../include/map.h ../include/living.h 78cfperl.C: cfperl.xs genacc
79cfperl.C: ../include/object.h ../include/newserver.h ../include/player.h
80cfperl.C: ../include/map.h ../include/living.h ../include/global.h
79 81
80.xs.C: typemap 82.xs.C: typemap
81 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 83 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
82 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@ 84 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
83 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines