version 1.1 | | version 1.2 |
---|
| | |
cfpython_map.c\ | | cfpython_map.c\ |
../common/plugin_common.c | | ../common/plugin_common.c |
| | |
| | cfpython_la_CPSOURCES = cfpython.c\ |
| | cfpython_object.c\ |
| | cfpython_map.c |
| | |
cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ | | cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ |
cfpython_la_LDFLAGS = -module -avoid-version | | cfpython_la_LDFLAGS = -module -avoid-version |
AM_CPPFLAGS = @PY_INCLUDES@ -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include | | AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include @PY_INCLUDES@ |
| | |
proto: | | proto: |
cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ | | cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ |
`echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` | | `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` |
chmod 644 include/cfpython_proto.h | | chmod 644 include/cfpython_proto.h |