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.1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Mar 15 14:05:32 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
28if PYTHON_PLUGIN 30if PYTHON_PLUGIN
29plugin_LTLIBRARIES = cfpython.la 31plugin_LTLIBRARIES = cfpython.la
30else 32else
31plugin_LTLIBRARIES = 33plugin_LTLIBRARIES =
32endif 34endif
45 cfpython_region.c\ 47 cfpython_region.c\
46 cfpython_map.c 48 cfpython_map.c
47 49
48cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ 50cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
49cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 51cfpython_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@ 52AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@
51 53
52proto: 54proto:
53 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 55 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
54 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 56 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
55 chmod 644 include/cfpython_proto.h 57 chmod 644 include/cfpython_proto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines