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.21 by pippijn, Thu Mar 1 13:14:10 2007 UTC vs.
Revision 1.22 by root, Mon Mar 5 19:54:49 2007 UTC

70 freezethaw.C\ 70 freezethaw.C\
71 cfperl.xs ../plugins/common/plugin_common.C 71 cfperl.xs ../plugins/common/plugin_common.C
72 72
73SUFFIXES = .xs 73SUFFIXES = .xs
74 74
75EXTRA_DIST = typemap 75EXTRA_DIST = typemap genacc
76 76
77cfperl.C: cfperl.xs genacc typemap 77cfperl.C: cfperl.xs genacc typemap
78cfperl.C: ../include/object.h ../include/client.h ../include/player.h 78cfperl.C: ../include/object.h ../include/client.h ../include/player.h
79cfperl.C: ../include/map.h ../include/living.h ../include/global.h 79cfperl.C: ../include/map.h ../include/living.h ../include/global.h
80cfperl.C: ../random_maps/random_map.h 80cfperl.C: ../random_maps/random_map.h
81 81
82.xs.C: typemap 82.xs.C: typemap
83 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 83 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
84 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@ 84 PERL="$(PERL)" srcdir="$(srcdir)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap $(srcdir)/typemap -prototypes $(srcdir)/cfperl.xs >$@
85 85
86AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 86AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
87 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 87 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
88 -DPLUGIN_SUFFIX=\".so\" \ 88 -DPLUGIN_SUFFIX=\".so\" \
89 -I$(top_srcdir)/plugins/common/include 89 -I$(top_srcdir)/plugins/common/include

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines