blob: f97f2e05bfae54f91f709e6ca0f9b8dbc7c03f32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
conf_compdir = $(MDIR)/conf_comp
conf_comp_DATA = conf_comp/e-module-comp.edj \
conf_comp/module.desktop
EXTRA_DIST += $(comp_DATA)
conf_comppkgdir = $(MDIR)/conf_comp/$(MODULE_ARCH)
conf_comppkg_LTLIBRARIES = conf_comp/module.la
conf_comp_module_la_SOURCES = conf_comp/e_mod_main.h \
conf_comp/e_mod_main.c \
conf_comp/e_mod_config.c \
conf_comp/e_mod_config.h
.PHONY: conf_comp install-conf_comp
conf_comp: $(conf_mppkg_LTLIBRARIES) $(conf_comp_DATA)
install-conf_comp: install-conf_compDATA install-conf_comppkgLTLIBRARIES
|