ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/Makefile.am
(Generate patch)

Comparing deliantra/server/common/Makefile.am (file contents):
Revision 1.3 by elmex, Sun Aug 13 17:16:00 2006 UTC vs.
Revision 1.8 by root, Sun Dec 31 10:40:01 2006 UTC

23# 23#
24# The author can be reached via e-mail to mwedel@scruz.net 24# The author can be reached via e-mail to mwedel@scruz.net
25 25
26noinst_LIBRARIES = libcross.a 26noinst_LIBRARIES = libcross.a
27 27
28loader.C: loader.l
29 flex -i -o loader.C loader.l
30
31libcross_a_SOURCES = \ 28libcross_a_SOURCES = \
32 anim.C \ 29 anim.C \
33 arch.C\ 30 arch.C\
34 button.C\ 31 button.C\
35 exp.C\ 32 exp.C\
48 map.C\ 45 map.C\
49 object.C\ 46 object.C\
50 path.C\ 47 path.C\
51 porting.C\ 48 porting.C\
52 player.C\ 49 player.C\
53 quest.C\
54 re-cmp.C\
55 readable.C\ 50 readable.C\
56 recipe.C\ 51 recipe.C\
57 region.C\ 52 region.C\
58 shstr.C\ 53 shstr.C\
59 time.C\ 54 time.C\
60 treasure.C\ 55 treasure.C\
61 utils.C 56 utils.C
62 57
58EXTRA_DIST = README
59
63MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 60MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
64 61
65EXTRA_DIST = README
66AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 62AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
67 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" 63 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\"
68AM_LFLAGS = -i 64AM_LFLAGS = -i
69 65
70proto:
71 cproto -e -o ../include/libproto.h.bak $(CPPFLAGS) $(AM_CPPFLAGS) \
72 `echo $(SOURCES) loader.C " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
73 sed -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" -e "/yy_size_t/d" < ../include/libproto.h.bak > ../include/libproto.h
74 chmod 644 ../include/libproto.h
75 rm -f ../include/libproto.h.bak

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines