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

33 lines
739 B
Makefile

## 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
LDFLAGS = -L/usr/local/lib
INCLUDES = \
-I/usr/local/include \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(includedir) \
@my_includes@
lib_LTLIBRARIES = libedje.la
include_HEADERS = Edje.h
libedje_la_SOURCES = \
edje_calc.c \
edje_callbacks.c \
edje_data.c \
edje_load.c \
edje_main.c \
edje_program.c \
edje_smart.c \
edje_text.c \
edje_util.c \
edje_private.h
libedje_la_LIBADD = $(LDFLAGS) -lm @my_libs@
libedje_la_DEPENDENCIES = $(top_builddir)/config.h
libedje_la_LDFLAGS = -version-info 0:1:0