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.40 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.41 by root, Sun Apr 4 04:58:46 2010 UTC

64 cfperl.xs\ 64 cfperl.xs\
65 evthread.C 65 evthread.C
66 66
67SUFFIXES = .xs 67SUFFIXES = .xs
68 68
69EXTRA_DIST = typemap genacc 69EXTRA_DIST = typemap genacc genconst
70 70
71CLEANFILES = const_iv.h
72
73const_iv.h: ../include/define.h
74const_iv.h: genconst
75 $(PERL) genconst ../include/define.h
76
71cfperl.C: cfperl.xs genacc typemap 77cfperl.C: cfperl.xs typemap genacc
78cfperl.C: const_iv.h
72cfperl.C: ../include/object.h ../include/client.h ../include/player.h 79cfperl.C: ../include/object.h ../include/client.h ../include/player.h
73cfperl.C: ../include/map.h ../include/living.h ../include/global.h 80cfperl.C: ../include/map.h ../include/living.h ../include/global.h
74cfperl.C: ../include/region.h ../include/cfperl.h ../random_maps/random_map.h 81cfperl.C: ../include/region.h ../include/cfperl.h ../random_maps/random_map.h
82cfperl.C: ../include/define.h
75 83
76.xs.C: typemap 84.xs.C: typemap
77 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 85 $(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 >$@ 86 PERL="$(PERL)" srcdir="$(srcdir)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap $(srcdir)/typemap -prototypes $(srcdir)/cfperl.xs >$@~ && mv $@~ $@
79 87
80AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 88AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
81 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 89 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
82 -DPLUGIN_SUFFIX=\".so\" 90 -DPLUGIN_SUFFIX=\".so\"
83 91

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines