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


entitydatadir 	= 	$(libdir)/entity
clibdir		=	$(entitydatadir)/clib
libtooldir	=	$(entitydatadir)
includedir	=	$(libdir)/entity/include

INCLUDES 	= 	-I./expat-1.1 -I./g-extensions -DDATADIR=\"$(pkgdatadir)\" 


EXTRA_DIST	= 	TODO 			\
			LICENSE 		\
			acconfig.h

if BUILD_ENTITYNJS
ENTITYNJS	=	libentitynjs
else
ENTITYNJS	=
endif

SUBDIRS 	= 	expat-1.1 	\
			$(ENTITYNJS)	\
			g-extensions	\
			renderers	\
                        stembuilder     \
			entity		\
			t		\
			apps		\
			examples	\
			docs

bin_SCRIPTS	=	entity-config

include_HEADERS =	entity-config.h

libtool_SCRIPTS	=	libtool

install-exec-local:
if DEBIAN_ENTITY_MAGIC
	$(DESTDIR)$(bindir)/entity -l $(DESTDIR)$(entitydatadir) -m
else
	$(bindir)/entity -m
endif



syntax highlighted by Code2HTML, v. 0.9.1