## Process this file with automake to produce Makefile.in
entitydatadir 	= 	$(libdir)/entity
clibdir 	= 	$(entitydatadir)/clib

INCLUDES = -I$(top_builddir)/g-extensions \
	   -I$(top_builddir)/entity	  \
	   -I$(top_builddir)/expat-1.1	  \
	   -DENTITYPY=\"$(entitydatadir)\"	  \
	   $(PYTHON_CFLAGS)

RENDPYTHON_SOURCES  =	python-embed.c

if BUILD_PYTHON

if STATIC_PYTHON

librendpython_la_LIBADD = $(PYTHON_LDFLAGS)
noinst_LIBRARIES = librendpython.a
librendpython_a_SOURCES = $(RENDPYTHON_SOURCES)

else

## NEXT LINE IS ONLY FOR TESTING, i'm sick of automake
librendpython_la_LIBADD = $(PYTHON_LDFLAGS) -lpthread
clib_LTLIBRARIES = librendpython.la
librendpython_la_SOURCES = $(RENDPYTHON_SOURCES)

endif

endif

librendpython_la_LDFLAGS = -avoid-version -module -export-dynamic



syntax highlighted by Code2HTML, v. 0.9.1