6d9b1921e1d3d8610df8079af953343be048c8fb
[framework/uifw/e17.git] / src / modules / conf_theme / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2 MODULE = conf_theme
3
4 # data files for the module
5 filesdir = $(libdir)/enlightenment/modules/$(MODULE)
6 files_DATA = \
7 module.desktop
8
9 EXTRA_DIST = $(files_DATA)
10
11 # the module .so file
12 INCLUDES               = -I. \
13                          -I$(top_srcdir) \
14                          -I$(top_srcdir)/src/modules/$(MODULE) \
15                          -I$(top_srcdir)/src/bin \
16                          -I$(top_builddir)/src/bin \
17                          -I$(top_srcdir)/src/modules \
18                          @e_cflags@ \
19                          @EXCHANGE_CFLAGS@
20
21 pkgdir                 = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
22 pkg_LTLIBRARIES        = module.la
23 module_la_SOURCES      = e_mod_main.c \
24                          e_mod_main.h \
25                          e_int_config_borders.c \
26                          e_int_config_borders.h \
27                          e_int_config_color_classes.c \
28                          e_int_config_color_classes.h \
29                          e_int_config_cursor.c \
30                          e_int_config_cursor.h \
31                          e_int_config_fonts.c \
32                          e_int_config_fonts.h \
33                          e_int_config_icon_themes.c \
34                          e_int_config_icon_themes.h \
35                          e_int_config_scale.c \
36                          e_int_config_scale.h \
37                          e_int_config_startup.c \
38                          e_int_config_startup.h \
39                          e_int_config_theme.c \
40                          e_int_config_theme.h \
41                          e_int_config_theme_import.c \
42                          e_int_config_theme_import.h \
43                          e_int_config_theme_web.c \
44                          e_int_config_theme_web.h \
45                          e_int_config_transitions.c \
46                          e_int_config_transitions.h \
47                          e_int_config_wallpaper.c \
48                          e_int_config_wallpaper.h \
49                          e_int_config_wallpaper_import.c \
50                          e_int_config_wallpaper_import.h \
51                          e_int_config_wallpaper_web.c \
52                          e_int_config_wallpaper_web.h
53
54 module_la_LIBADD       = @e_libs@ @dlopen_libs@ @EXCHANGE_LIBS@
55 module_la_LDFLAGS      = -module -avoid-version
56 module_la_DEPENDENCIES = $(top_builddir)/config.h
57
58 uninstall:
59         rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)