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.7 by pippijn, Sat Dec 9 17:28:37 2006 UTC vs.
Revision 1.8 by root, Sun Dec 31 10:40:01 2006 UTC

61 61
62AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 62AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
63 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" 63 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\"
64AM_LFLAGS = -i 64AM_LFLAGS = -i
65 65
66proto:
67 cproto -e -o ../include/libproto.h.bak $(CPPFLAGS) $(AM_CPPFLAGS) \
68 `echo $(SOURCES) loader.C " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
69 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
70 chmod 644 ../include/libproto.h
71 rm -f ../include/libproto.h.bak

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines