Git init
[platform/core/uifw/e17.git] / src / modules / illume-keyboard / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2 SUBDIRS = keyboards dicts
3 MODULE = illume-keyboard
4
5 # data files for the module
6 filesdir = $(libdir)/enlightenment/modules/$(MODULE)
7 files_DATA = \
8 e-module-$(MODULE).edj module.desktop
9
10 EXTRA_DIST = $(files_DATA)
11
12 # the module .so file
13 INCLUDES               = -I. \
14                          -I$(top_srcdir) \
15                          -I$(top_srcdir)/src/modules/$(MODULE) \
16                          -I$(top_srcdir)/src/bin \
17                          -I$(top_builddir)/src/bin \
18                          -I$(top_srcdir)/src/modules \
19                          @e_cflags@
20 pkgdir                 = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
21 pkg_LTLIBRARIES        = module.la
22 module_la_SOURCES      = e_mod_main.c \
23                          e_mod_main.h \
24                          e_kbd_int.c \
25                          e_kbd_int.h \
26                          e_kbd_dict.c \
27                          e_kbd_dict.h \
28                          e_kbd_buf.c \
29                          e_kbd_buf.h \
30                          e_kbd_send.c \
31                          e_kbd_send.h \
32                          e_mod_config.c \
33                          e_mod_config.h
34
35 module_la_LIBADD       = @e_libs@ @dlopen_libs@
36 module_la_LDFLAGS      = -module -avoid-version
37 module_la_DEPENDENCIES = $(top_builddir)/config.h
38
39 uninstall:
40         rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)