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.6 by root, Sun Sep 3 22:45:55 2006 UTC vs.
Revision 1.8 by root, Sun Dec 31 10:40:01 2006 UTC

45 map.C\ 45 map.C\
46 object.C\ 46 object.C\
47 path.C\ 47 path.C\
48 porting.C\ 48 porting.C\
49 player.C\ 49 player.C\
50 re-cmp.C\
51 readable.C\ 50 readable.C\
52 recipe.C\ 51 recipe.C\
53 region.C\ 52 region.C\
54 shstr.C\ 53 shstr.C\
55 time.C\ 54 time.C\
62 61
63AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 62AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
64 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" 63 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\"
65AM_LFLAGS = -i 64AM_LFLAGS = -i
66 65
67proto:
68 cproto -e -o ../include/libproto.h.bak $(CPPFLAGS) $(AM_CPPFLAGS) \
69 `echo $(SOURCES) loader.C " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
70 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
71 chmod 644 ../include/libproto.h
72 rm -f ../include/libproto.h.bak

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines