## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = 1.4 foreign # A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in INCLUDES = -I. \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib/include \ @FREETYPE_CFLAGS@ @CAIRO_CFLAGS@ if BUILD_ENGINE_CAIRO_COMMON noinst_LTLIBRARIES = libevas_engine_cairo_common.la libevas_engine_cairo_common_la_SOURCES = \ evas_cairo_private.h \ evas_cairo_common.h \ evas_cairo_main.c libevas_engine_cairo_common_la_LIBADD = @CAIRO_LIBS@ $(top_builddir)/src/lib/libevas.la libevas_engine_cairo_common_la_DEPENDENCIES = \ $(top_builddir)/config.h endif