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.32 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.34 by root, Wed Apr 2 11:13:56 2008 UTC

20# along with this program. If not, see <http://www.gnu.org/licenses/>. 20# along with this program. If not, see <http://www.gnu.org/licenses/>.
21# 21#
22# The authors can be reached via e-mail to <support@deliantra.net> 22# The authors can be reached via e-mail to <support@deliantra.net>
23# 23#
24 24
25bin_PROGRAMS = crossfire 25bin_PROGRAMS = deliantra-server
26 26
27MAINTAINERCLEANFILES = Makefile.in 27MAINTAINERCLEANFILES = Makefile.in
28 28
29crossfire_SOURCES = \ 29deliantra_server_SOURCES = \
30 alchemy.C\ 30 alchemy.C\
31 apply.C\ 31 apply.C\
32 attack.C\ 32 attack.C\
33 build_map.C\ 33 build_map.C\
34 c_misc.C\ 34 c_misc.C\
61 swap.C\ 61 swap.C\
62 time.C\ 62 time.C\
63 weather.C\ 63 weather.C\
64 dynbuf.C\ 64 dynbuf.C\
65 freezethaw.C\ 65 freezethaw.C\
66 cfperl.xs 66 cfperl.xs\
67 evthread.C
67 68
68SUFFIXES = .xs 69SUFFIXES = .xs
69 70
70EXTRA_DIST = typemap genacc 71EXTRA_DIST = typemap genacc
71 72
81AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 82AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
82 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 83 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
83 -DPLUGIN_SUFFIX=\".so\" 84 -DPLUGIN_SUFFIX=\".so\"
84 85
85LIBDL= 86LIBDL=
86crossfire_LDFLAGS= 87deliantra_server_LDFLAGS=
87crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ 88deliantra_server_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
88 ../socket/libsocket.a $(LIBDL) $(PERLLIB) 89 ../socket/libsocket.a $(LIBDL) $(PERLLIB)
89 90
90../common/libcross.a: 91../common/libcross.a:
91 ( cd ../common ; $(MAKE) libcross.a ) 92 ( cd ../common ; $(MAKE) libcross.a )
92 93
94 ( cd ../random_maps ; $(MAKE) librandom_map.a ) 95 ( cd ../random_maps ; $(MAKE) librandom_map.a )
95 96
96../socket/libsocket.a: 97../socket/libsocket.a:
97 ( cd ../socket ; $(MAKE) libsocket.a ) 98 ( cd ../socket ; $(MAKE) libsocket.a )
98 99
99# Check if everything is installed as it should
100#installcheck-local:
101# $(bindir)/crossfire -o
102 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines