add makefile.am

SVN revision: 17113
This commit is contained in:
Carsten Haitzler 2005-10-02 15:29:31 +00:00
parent f4a8513aa4
commit 6209347b36
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
## 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@ @x_cflags@
if BUILD_ENGINE_XRENDER_X11
noinst_LTLIBRARIES = libevas_engine_xrender_x11.la
libevas_engine_xrender_x11_la_SOURCES = \
evas_engine.h \
evas_engine.c \
evas_engine_ximage.c \
evas_engine_xrender.c \
evas_engine_image.c \
evas_engine_font.c \
evas_engine_gradient.c
libevas_engine_xrender_x11_la_LIBADD = @x_libs@
libevas_engine_xrender_x11_la_DEPENDENCIES = \
$(top_builddir)/config.h
endif
EXTRA_DIST = \
evas_engine.h \
evas_engine.c \
evas_engine_ximage.c \
evas_engine_xrender.c \
evas_engine_image.c \
evas_engine_font.c \
evas_engine_gradient.c