4c692bb8165c9b02c7acf1348c0502968778cdbe
[framework/uifw/ecore.git] / src / lib / ecore / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 AM_CFLAGS = @WIN32_CFLAGS@
4
5 lib_LTLIBRARIES = libecore.la
6 include_HEADERS = \
7 Ecore.h \
8 Ecore_Data.h \
9 Ecore_Str.h
10
11 libecore_la_SOURCES = \
12 ecore.c \
13 ecore_app.c \
14 ecore_anim.c \
15 ecore_events.c \
16 ecore_exe.c \
17 ecore_hash.c \
18 ecore_idle_enterer.c \
19 ecore_idle_exiter.c \
20 ecore_idler.c \
21 ecore_list.c \
22 ecore_main.c \
23 ecore_path.c \
24 ecore_plugin.c \
25 ecore_sheap.c \
26 ecore_signal.c \
27 ecore_str.c \
28 ecore_strbuf.c \
29 ecore_strings.c \
30 ecore_time.c \
31 ecore_timer.c \
32 ecore_tree.c \
33 ecore_value.c \
34 ecore_poll.c \
35 ecore_private.h
36
37 libecore_la_LIBADD = @dlopen_libs@ @EVIL_LIBS@ @WIN32_LIBS@ -lm
38 libecore_la_LDFLAGS = @lt_no_undefined@ @lt_enable_auto_import@ -version-info @version_info@