summaryrefslogtreecommitdiff
path: root/src/modules/Makefile_conf_paths.mk
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-07-25 09:46:14 +0100
committerMike Blumenkrantz <zmike@samsung.com>2014-01-14 20:22:01 -0500
commite3c85ec4da64ebcfb29eea0992466730e3e31995 (patch)
treed576c1ecc20985ee46a4a4d75a347890814d80ed /src/modules/Makefile_conf_paths.mk
parent0bd3f7d13c64686f6aee19547d774438e82ce9d1 (diff)
downloadenlightenment-e3c85ec4da64ebcfb29eea0992466730e3e31995.tar.gz
feature: use non-recursive makefiles for entire build system
this is the correct way to write a build system. one toplevel Makefile.am with the rest of the directories having include Makefile.mk files. additional authors: Iván Briano <ivan.briano@intel.com>
Diffstat (limited to 'src/modules/Makefile_conf_paths.mk')
-rw-r--r--src/modules/Makefile_conf_paths.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/modules/Makefile_conf_paths.mk b/src/modules/Makefile_conf_paths.mk
new file mode 100644
index 0000000000..0b0a290a16
--- /dev/null
+++ b/src/modules/Makefile_conf_paths.mk
@@ -0,0 +1,20 @@
+conf_pathsdir = $(MDIR)/conf_paths
+conf_paths_DATA = src/modules/conf_paths/e-module-conf_paths.edj \
+ src/modules/conf_paths/module.desktop
+
+EXTRA_DIST += $(conf_paths_DATA)
+
+conf_pathspkgdir = $(MDIR)/conf_paths/$(MODULE_ARCH)
+conf_pathspkg_LTLIBRARIES = src/modules/conf_paths/module.la
+
+src_modules_conf_paths_module_la_LIBADD = $(MOD_LIBS)
+src_modules_conf_paths_module_la_CPPFLAGS = $(MOD_CPPFLAGS)
+src_modules_conf_paths_module_la_LDFLAGS = $(MOD_LDFLAGS)
+src_modules_conf_paths_module_la_SOURCES = src/modules/conf_paths/e_mod_main.c \
+ src/modules/conf_paths/e_mod_main.h \
+ src/modules/conf_paths/e_int_config_paths.c \
+ src/modules/conf_paths/e_int_config_env.c
+
+PHONIES += conf_paths install-conf_paths
+conf_paths: $(conf_pathspkg_LTLIBRARIES) $(conf_paths_DATA)
+install-conf_paths: install-conf_pathsDATA install-conf_pathspkgLTLIBRARIES