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.9 by root, Thu May 24 00:24:10 2007 UTC

1# 1#
2# Makefile for crossfire 0.95.0 and beyond 2# Makefile for crossfire 0.95.0 and beyond
3#
4# This file will eventually be replaced by a configure script. But for
5# now, this simple makefile should do the job.
6# 3#
7# Copyright (C) 1992 Frank Tore Johansen 4# Copyright (C) 1992 Frank Tore Johansen
8# Copyright (C) 2001 Mark Wedel 5# Copyright (C) 2001 Mark Wedel
9# 6#
10# This program is free software; you can redistribute it and/or modify 7# This program is free software; you can redistribute it and/or modify
51 recipe.C\ 48 recipe.C\
52 region.C\ 49 region.C\
53 shstr.C\ 50 shstr.C\
54 time.C\ 51 time.C\
55 treasure.C\ 52 treasure.C\
56 utils.C 53 utils.C\
54 micropather.C
57 55
58EXTRA_DIST = README 56EXTRA_DIST = README
59 57
60MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 58MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
61 59
62AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 60AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
63 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" 61 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\"
64AM_LFLAGS = -i 62AM_LFLAGS = -i
65 63
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