Welcome Ethumb, it's ready to get out of PROTO.
[framework/uifw/ethumb.git] / src / plugins / emotion / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 EDJE_CC = edje_cc
4 EDJE_FLAGS = -v
5
6 filesdir = $(pluginsdir)/data
7 files_DATA = emotion_template.edj
8
9 EXTRA_DIST= \
10       template.edc
11
12 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/plugins/emotion \
13         @EVAS_CFLAGS@ @EINA_CFLAGS@ @EMOTION_CFLAGS@ @ECORE_CFLAGS@ \
14         @EDJE_CFLAGS@
15
16 pkgdir = $(pluginsdir)
17 pkg_LTLIBRARIES = emotion.la
18 emotion_la_SOURCES = emotion.c
19 emotion_la_DEPENDENCIES = $(top_builddir)/config.h
20 emotion_la_LIBADD = $(top_builddir)/src/lib/libethumb.la \
21         @EVAS_LIBS@ @EINA_LIBS@ @EMOTION_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@
22 emotion_la_LDFLAGS = -module -avoid-version
23
24
25 emotion_template.edj: Makefile $(EXTRADIST)
26         $(EDJE_CC) $(EDJE_FLAGS) \
27                 $(top_srcdir)/src/plugins/emotion/template.edc \
28                 $(top_builddir)/src/plugins/emotion/emotion_template.edj