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.2 by pippijn, Sun Jul 2 15:05:16 2006 UTC vs.
Revision 1.3 by elmex, Sun Aug 13 17:16:02 2006 UTC

32if PYTHON_PLUGIN 32if PYTHON_PLUGIN
33plugin_LTLIBRARIES = cfpython.la 33plugin_LTLIBRARIES = cfpython.la
34else 34else
35plugin_LTLIBRARIES = 35plugin_LTLIBRARIES =
36endif 36endif
37cfpython_la_SOURCES = cfpython.c\ 37cfpython_la_SOURCES = cfpython.C\
38 cfpython_archetype.c\ 38 cfpython_archetype.C\
39 cfpython_object.c\ 39 cfpython_object.C\
40 cfpython_map.c\ 40 cfpython_map.C\
41 cfpython_party.c\ 41 cfpython_party.C\
42 cfpython_region.c\ 42 cfpython_region.C\
43 ../common/plugin_common.c 43 ../common/plugin_common.C
44 44
45cfpython_la_CPSOURCES = cfpython.c\ 45cfpython_la_CPSOURCES = cfpython.C\
46 cfpython_archetype.c\ 46 cfpython_archetype.C\
47 cfpython_object.c\ 47 cfpython_object.C\
48 cfpython_party.c\ 48 cfpython_party.C\
49 cfpython_region.c\ 49 cfpython_region.C\
50 cfpython_map.c 50 cfpython_map.C
51 51
52cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ 52cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
53cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 53cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
54AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/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@
55 55
56proto: 56proto:
57 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 57 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
58 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 58 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
59 chmod 644 include/cfpython_proto.h 59 chmod 644 include/cfpython_proto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines