## 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 \
$(TCL_CFLAGS)
RENDTCL_SOURCES = tcl-embed.c \
tcl-embed.h \
tcl-protos.h
if BUILD_TCL
if STATIC_TCL
noinst_LIBRARIES = librendtcl.a
librendtcl_a_SOURCES = $(RENDTCL_SOURCES)
else
clib_LTLIBRARIES = librendtcl.la
librendtcl_la_SOURCES = $(RENDTCL_SOURCES)
endif
endif
librendtcl_la_LDFLAGS = -avoid-version -module -export-dynamic
librendtcl_la_LIBADD = $(TCL_LDFLAGS)
syntax highlighted by Code2HTML, v. 0.9.1