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.33 by root, Sat Nov 10 22:30:58 2007 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\
81AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 81AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
82 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 82 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
83 -DPLUGIN_SUFFIX=\".so\" 83 -DPLUGIN_SUFFIX=\".so\"
84 84
85LIBDL= 85LIBDL=
86crossfire_LDFLAGS= 86deliantra_server_LDFLAGS=
87crossfire_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \ 87deliantra_server_LDADD = ../common/libcross.a ../random_maps/librandom_map.a \
88 ../socket/libsocket.a $(LIBDL) $(PERLLIB) 88 ../socket/libsocket.a $(LIBDL) $(PERLLIB)
89 89
90../common/libcross.a: 90../common/libcross.a:
91 ( cd ../common ; $(MAKE) libcross.a ) 91 ( cd ../common ; $(MAKE) libcross.a )
92 92
94 ( cd ../random_maps ; $(MAKE) librandom_map.a ) 94 ( cd ../random_maps ; $(MAKE) librandom_map.a )
95 95
96../socket/libsocket.a: 96../socket/libsocket.a:
97 ( cd ../socket ; $(MAKE) libsocket.a ) 97 ( cd ../socket ; $(MAKE) libsocket.a )
98 98
99# Check if everything is installed as it should
100#installcheck-local:
101# $(bindir)/crossfire -o
102 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines