## 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 \
-DENTITYDATA=\"$(entitydatadir)\"
RENDSYSTEM_SOURCES = rendsystem.c \
rendsystem-elements.c \
rendsystem-info.c \
rendsystem-time.c \
rendsystem-args.c
noinst_HEADERS = rendsystem.h
clib_LTLIBRARIES = librendsystem.la
librendsystem_la_SOURCES = $(RENDSYSTEM_SOURCES)
librendsystem_la_LIBADD =
librendsystem_la_LDFLAGS = -avoid-version -module -export-dynamic
syntax highlighted by Code2HTML, v. 0.9.1