## Process this file with automake to produce Makefile.in


noinst_LIBRARIES = librendgeneric.a

INCLUDES= 	-I$(top_builddir)/entity		\
		-I$(top_builddir)/g-extensions 		\
		-I$(top_builddir)/expat-1.1


librendgeneric_a_SOURCES =		    		\
				includerend.c		\
				includerend.h		\
				configfilerend.h	\
				configfilerend.c	\
				io-renderer.c		\
				requirerend.c		\
				requirerend.h		\
				generic.c		\
				generic.h		\
				norender.c		\
				norender.h		\
				raw-io-renderer.c	\
				string.c		\
				string.h		\
				userrend.c		\
				userrend.h


syntax highlighted by Code2HTML, v. 0.9.1