efl/legacy/edje/src/lib/Makefile.am

44 lines
852 B
Makefile
Raw Normal View History

## 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$(top_srcdir) \
-I$(top_builddir) \
@EDJE_CFLAGS@
2004-02-20 00:16:25 -08:00
lib_LTLIBRARIES = \
libedje.la
2004-02-20 00:16:25 -08:00
include_HEADERS = \
Edje.h
2004-02-20 00:16:25 -08:00
libedje_la_SOURCES = \
edje_calc.c \
edje_callbacks.c \
edje_data.c \
edje_embryo.c \
edje_load.c \
edje_main.c \
edje_misc.c \
edje_program.c \
edje_smart.c \
edje_text.c \
edje_util.c \
edje_var.c \
edje_container.c \
edje_container.h \
edje_message_queue.c \
edje_private.h \
edje_cache.c \
edje_textblock_styles.c
libedje_la_LIBADD = -lm @EDJE_LIBS@ @fnmatch_libs@
2004-05-20 00:04:09 -07:00
libedje_la_CPPFLAGS =
libedje_la_DEPENDENCIES = $(top_builddir)/config.h
2004-11-01 19:42:40 -08:00
libedje_la_LDFLAGS = -version-info 5:0:5
2004-10-21 19:40:32 -07:00