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

Comparing deliantra/server/plugins/cfpython/Makefile.am (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.2 by pippijn, Sun Jul 2 15:05:16 2006 UTC

22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 23#
24# The author can be reached via e-mail to mwedel@sonic.net 24# The author can be reached via e-mail to mwedel@sonic.net
25 25
26plugindir=$(pkglibdir)/plugins 26plugindir=$(pkglibdir)/plugins
27noinst_HEADERS = include/cfpython.h ../common/include/plugin_common.h 27
28SUBDIRS = include
29
30MAINTAINERCLEANFILES = Makefile.in
31
28if PYTHON_PLUGIN 32if PYTHON_PLUGIN
29plugin_LTLIBRARIES = cfpython.la 33plugin_LTLIBRARIES = cfpython.la
30else 34else
31plugin_LTLIBRARIES = 35plugin_LTLIBRARIES =
32endif 36endif
45 cfpython_region.c\ 49 cfpython_region.c\
46 cfpython_map.c 50 cfpython_map.c
47 51
48cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ 52cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
49cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 53cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
50AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include @PY_INCLUDES@ 54AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@
51 55
52proto: 56proto:
53 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 57 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
54 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 58 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
55 chmod 644 include/cfpython_proto.h 59 chmod 644 include/cfpython_proto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines