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.23 by root, Mon Mar 5 20:07:04 2007 UTC vs.
Revision 1.26 by root, Thu Apr 19 16:23:48 2007 UTC

25 25
26crossfire_SOURCES = \ 26crossfire_SOURCES = \
27 alchemy.C\ 27 alchemy.C\
28 apply.C\ 28 apply.C\
29 attack.C\ 29 attack.C\
30 ban.C\
31 build_map.C\ 30 build_map.C\
32 c_misc.C\ 31 c_misc.C\
33 c_move.C\ 32 c_move.C\
34 c_new.C\ 33 c_new.C\
35 c_object.C\ 34 c_object.C\
70EXTRA_DIST = typemap genacc 69EXTRA_DIST = typemap genacc
71 70
72cfperl.C: cfperl.xs genacc typemap 71cfperl.C: cfperl.xs genacc typemap
73cfperl.C: ../include/object.h ../include/client.h ../include/player.h 72cfperl.C: ../include/object.h ../include/client.h ../include/player.h
74cfperl.C: ../include/map.h ../include/living.h ../include/global.h 73cfperl.C: ../include/map.h ../include/living.h ../include/global.h
75cfperl.C: ../random_maps/random_map.h 74cfperl.C: ../include/region.h ../random_maps/random_map.h
76 75
77.xs.C: typemap 76.xs.C: typemap
78 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf 77 $(PERL) -MExtUtils::Embed -e xsinit -- -std cf
79 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 >$@
80 79
95 94
96../socket/libsocket.a: 95../socket/libsocket.a:
97 ( cd ../socket ; $(MAKE) libsocket.a ) 96 ( cd ../socket ; $(MAKE) libsocket.a )
98 97
99# Check if everything is installed as it should 98# Check if everything is installed as it should
100installcheck-local: 99#installcheck-local:
101 $(bindir)/crossfire -o 100# $(bindir)/crossfire -o
102 101

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines