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

25 lines
614 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_main.c \
edje_private.h
libedje_la_LIBADD = $(LDFLAGS) @my_libs@
libedje_la_DEPENDENCIES = $(top_builddir)/config.h
libedje_la_LDFLAGS = -version-info 0:1:0