it's dot-PHONY, not comma-PHONY...

+,PHONY: xkbswitch install-xkbswitch

:-(


On Mon, Nov 19, 2012 at 6:17 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> e: build and install modules separately
>
> Author:       englebass
> Date:         2012-11-19 12:17:06 -0800 (Mon, 19 Nov 2012)
> New Revision: 79454
> Trac:         http://trac.enlightenment.org/e/changeset/79454
>
> Modified:
>   trunk/e/src/modules/Makefile_access.am
> trunk/e/src/modules/Makefile_backlight.am
> trunk/e/src/modules/Makefile_battery.am
> trunk/e/src/modules/Makefile_clock.am trunk/e/src/modules/Makefile_comp.am
> trunk/e/src/modules/Makefile_conf.am
> trunk/e/src/modules/Makefile_conf_applications.am
> trunk/e/src/modules/Makefile_conf_dialogs.am
> trunk/e/src/modules/Makefile_conf_display.am
> trunk/e/src/modules/Makefile_conf_edgebindings.am
> trunk/e/src/modules/Makefile_conf_interaction.am
> trunk/e/src/modules/Makefile_conf_intl.am
> trunk/e/src/modules/Makefile_conf_keybindings.am
> trunk/e/src/modules/Makefile_conf_menus.am
> trunk/e/src/modules/Makefile_conf_paths.am
> trunk/e/src/modules/Makefile_conf_performance.am
> trunk/e/src/modules/Makefile_conf_randr.am
> trunk/e/src/modules/Makefile_conf_shelves.am
> trunk/e/src/modules/Makefile_conf_theme.am
> trunk/e/src/modules/Makefile_conf_wallpaper2.am
> trunk/e/src/modules/Makefile_conf_window_manipulation.am
> trunk/e/src/modules/Makefile_conf_window_remembers.am
> trunk/e/src/modules/Makefile_connman.am
> trunk/e/src/modules/Makefile_cpufreq.am
> trunk/e/src/modules/Makefile_dropshadow.am
> trunk/e/src/modules/Makefile_everything.am
> trunk/e/src/modules/Makefile_fileman.am
> trunk/e/src/modules/Makefile_fileman_opinfo.am
> trunk/e/src/modules/Makefile_gadman.am trunk/e/src/modules/Makefile_ibar.am
> trunk/e/src/modules/Makefile_ibox.am
> trunk/e/src/modules/Makefile_illume-bluetooth.am
> trunk/e/src/modules/Makefile_illume-home-toggle.am
> trunk/e/src/modules/Makefile_illume-home.am
> trunk/e/src/modules/Makefile_illume-indicator.am
> trunk/e/src/modules/Makefile_illume-kbd-toggle.am
> trunk/e/src/modules/Makefile_illume-keyboard.am
> trunk/e/src/modules/Makefile_illume-mode-toggle.am
> trunk/e/src/modules/Makefile_illume-softkey.am
> trunk/e/src/modules/Makefile_illume2.am
> trunk/e/src/modules/Makefile_mixer.am
> trunk/e/src/modules/Makefile_msgbus.am
> trunk/e/src/modules/Makefile_notification.am
> trunk/e/src/modules/Makefile_pager.am
> trunk/e/src/modules/Makefile_physics.am
> trunk/e/src/modules/Makefile_quickaccess.am
> trunk/e/src/modules/Makefile_shot.am trunk/e/src/modules/Makefile_start.am
> trunk/e/src/modules/Makefile_syscon.am
> trunk/e/src/modules/Makefile_systray.am
> trunk/e/src/modules/Makefile_tasks.am
> trunk/e/src/modules/Makefile_temperature.am
> trunk/e/src/modules/Makefile_tiling.am
> trunk/e/src/modules/Makefile_winlist.am
> trunk/e/src/modules/Makefile_wizard.am
> trunk/e/src/modules/Makefile_xkbswitch.am
>
> Modified: trunk/e/src/modules/Makefile_access.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_access.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_access.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -9,3 +9,7 @@
>  access_module_la_SOURCES = access/e_mod_main.c \
>                            access/e_mod_main.h \
>                            access/e_mod_config.c
> +
> +,PHONY: access install-access
> +access: $(accesspkg_LTLIBRARIES) $(access_DATA)
> +install-access: install-accessDATA install-accesspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_backlight.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_backlight.am   2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_backlight.am   2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -9,3 +9,7 @@
>
>  backlight_module_la_SOURCES = backlight/e_mod_main.c \
>                               backlight/e_mod_main.h
> +
> +,PHONY: backlight install-backlight
> +backlight: $(backlightpkg_LTLIBRARIES) $(backlight_DATA)
> +install-backlight: install-backlightDATA install-backlightpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_battery.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_battery.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_battery.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -33,3 +33,7 @@
>  battery_batget_SOURCES = battery/batget.c
>  battery_batget_LDADD   = @BATTERY_LIBS@
>  battery_batget_LDFLAGS = @BATTERY_LDFLAGS@
> +
> +,PHONY: battery install-battery
> +battery: $(batterypkg_LTLIBRARIES) $(battery_DATA) $(batget_PROGRAMS)
> +install-battery: install-batteryDATA install-batterypkgLTLIBRARIES
> install-batgetPROGRAMS
>
> Modified: trunk/e/src/modules/Makefile_clock.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_clock.am       2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_clock.am       2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -10,3 +10,7 @@
>  clock_module_la_SOURCES = clock/e_mod_main.h \
>                           clock/e_mod_main.c \
>                           clock/e_mod_config.c
> +
> +,PHONY: clock install-clock
> +clock: $(clockpkg_LTLIBRARIES) $(clock_DATA)
> +install-clock: install-clockDATA install-clockpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_comp.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_comp.am        2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_comp.am        2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -38,3 +38,7 @@
>  endif
>
>  comp_module_la_LIBADD       = @WAYLAND_LIBS@
> +
> +,PHONY: comp install-comp
> +comp: $(comppkg_LTLIBRARIES) $(comp_DATA)
> +install-comp: install-compDATA install-comppkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf.am        2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf.am        2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -12,3 +12,7 @@
>                          conf/e_conf.c \
>                          conf/e_conf.h \
>                          conf/e_mod_config.c
> +
> +,PHONY: conf install-conf
> +conf: $(confpkg_LTLIBRARIES) $(conf_DATA)
> +install-conf: install-confDATA install-confpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_applications.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_applications.am   2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_applications.am   2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -17,3 +17,7 @@
>                               conf_applications/e_int_config_deskenv.h \
>
> conf_applications/e_int_config_apps_personal.c \
>
> conf_applications/e_int_config_apps_personal.h
> +
> +,PHONY: conf_applications install-conf_applications
> +conf_applications: $(conf_applicationspkg_LTLIBRARIES)
> $(conf_applications_DATA)
> +install-conf_applications: install-conf_applicationsDATA
> install-conf_applicationspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_dialogs.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_dialogs.am        2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_dialogs.am        2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -13,3 +13,7 @@
>                                  conf_dialogs/e_int_config_dialogs.h \
>                                  conf_dialogs/e_int_config_profiles.c \
>                                  conf_dialogs/e_int_config_profiles.h
> +
> +,PHONY: conf_dialogs install-conf_dialogs
> +conf_dialogs: $(conf_dialogspkg_LTLIBRARIES) $(conf_dialogs_DATA)
> +install-conf_dialogs: install-conf_dialogsDATA
> install-conf_dialogspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_display.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_display.am        2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_display.am        2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -22,3 +22,7 @@
>                                  conf_display/e_int_config_desks.h \
>                                  conf_display/e_int_config_desk.c \
>                                  conf_display/e_int_config_desk.h
> +
> +,PHONY: conf_display install-conf_display
> +conf_display: $(conf_displaypkg_LTLIBRARIES) $(conf_display_DATA)
> +install-conf_display: install-conf_displayDATA
> install-conf_displaypkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_edgebindings.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_edgebindings.am   2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_edgebindings.am   2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -12,3 +12,7 @@
>
> conf_edgebindings/e_int_config_edgebindings.c \
>
> conf_edgebindings/e_int_config_signalbindings.c \
>                               conf_edgebindings/e_int_config_edgebindings.h
> +
> +,PHONY: conf_edgebindings install-conf_edgebindings
> +conf_edgebindings: $(conf_edgebindingspkg_LTLIBRARIES)
> $(conf_edgebindings_DATA)
> +install-conf_edgebindings: install-conf_edgebindingsDATA
> install-conf_edgebindingspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_interaction.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_interaction.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_interaction.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -13,3 +13,7 @@
>                              conf_interaction/e_int_config_interaction.h \
>                              conf_interaction/e_int_config_mouse.c \
>                              conf_interaction/e_int_config_mouse.h
> +
> +,PHONY: conf_interaction install-conf_interaction
> +conf_interaction: $(conf_interactionpkg_LTLIBRARIES)
> $(conf_interaction_DATA)
> +install-conf_interaction: install-conf_interactionDATA
> install-conf_interactionpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_intl.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_intl.am   2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_intl.am   2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -14,3 +14,7 @@
>                               conf_intl/e_int_config_imc_import.h \
>                               conf_intl/e_int_config_imc.c \
>                               conf_intl/e_int_config_imc.h
> +
> +,PHONY: conf_intl install-conf_intl
> +conf_intl: $(conf_intlpkg_LTLIBRARIES) $(conf_intl_DATA)
> +install-conf_intl: install-conf_intlDATA install-conf_intlpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_keybindings.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_keybindings.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_keybindings.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -14,3 +14,7 @@
>                              conf_keybindings/e_int_config_mousebindings.h
> \
>                              conf_keybindings/e_int_config_acpibindings.c \
>                              conf_keybindings/e_int_config_acpibindings.h
> +
> +,PHONY: conf_keybindings install-conf_keybindings
> +conf_keybindings: $(conf_keybindingspkg_LTLIBRARIES)
> $(conf_keybindings_DATA)
> +install-conf_keybindings: install-conf_keybindingsDATA
> install-conf_keybindingspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_menus.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_menus.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_menus.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -11,3 +11,7 @@
>                                conf_menus/e_mod_main.h \
>                                conf_menus/e_int_config_menus.c \
>                                conf_menus/e_int_config_menus.h
> +
> +,PHONY: conf_menus install-conf_menus
> +conf_menus: $(conf_menuspkg_LTLIBRARIES) $(conf_menus_DATA)
> +install-conf_menus: install-conf_menusDATA
> install-conf_menuspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_paths.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_paths.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_paths.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -13,3 +13,7 @@
>                                conf_paths/e_int_config_paths.h \
>                                conf_paths/e_int_config_env.c \
>                                conf_paths/e_int_config_env.h
> +
> +,PHONY: conf_paths install-conf_paths
> +conf_paths: $(conf_pathspkg_LTLIBRARIES) $(conf_paths_DATA)
> +install-conf_paths: install-conf_pathsDATA
> install-conf_pathspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_performance.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_performance.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_performance.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -15,3 +15,7 @@
>                              conf_performance/e_int_config_engine.h \
>
>  conf_performance/e_int_config_powermanagement.c \
>
>  conf_performance/e_int_config_powermanagement.h
> +
> +,PHONY: conf_performance install-conf_performance
> +conf_performance: $(conf_performancepkg_LTLIBRARIES)
> $(conf_performance_DATA)
> +install-conf_performance: install-conf_performanceDATA
> install-conf_performancepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_randr.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_randr.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_randr.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -15,3 +15,7 @@
>                                conf_randr/e_smart_randr.c \
>                                conf_randr/e_smart_monitor.h \
>                                conf_randr/e_smart_monitor.c
> +
> +,PHONY: conf_randr install-conf_randr
> +conf_randr: $(conf_randrpkg_LTLIBRARIES) $(conf_randr_DATA)
> +install-conf_randr: install-conf_randrDATA
> install-conf_randrpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_shelves.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_shelves.am        2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_shelves.am        2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -11,3 +11,7 @@
>                                  conf_shelves/e_mod_main.h \
>                                  conf_shelves/e_int_config_shelf.c \
>                                  conf_shelves/e_int_config_shelf.h
> +
> +,PHONY: conf_shelves install-conf_shelves
> +conf_shelves: $(conf_shelvespkg_LTLIBRARIES) $(conf_shelves_DATA)
> +install-conf_shelves: install-conf_shelvesDATA
> install-conf_shelvespkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_theme.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_theme.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_theme.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -27,3 +27,7 @@
>                                conf_theme/e_int_config_wallpaper.c \
>                                conf_theme/e_int_config_wallpaper.h \
>                                conf_theme/e_int_config_xsettings.c
> +
> +,PHONY: conf_theme install-conf_theme
> +conf_theme: $(conf_themepkg_LTLIBRARIES) $(conf_theme_DATA)
> +install-conf_theme: install-conf_themeDATA
> install-conf_themepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_wallpaper2.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_wallpaper2.am     2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_wallpaper2.am     2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -10,3 +10,7 @@
>                                     conf_wallpaper2/e_mod_main.h \
>
> conf_wallpaper2/e_int_config_wallpaper.c \
>
> conf_wallpaper2/e_int_config_wallpaper.h
> +
> +,PHONY: conf_wallpaper2 install-conf_wallpaper2
> +conf_wallpaper2: $(conf_wallpaper2pkg_LTLIBRARIES) $(conf_wallpaper2_DATA)
> +install-conf_wallpaper2: install-conf_wallpaper2DATA
> install-conf_wallpaper2pkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_window_manipulation.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_window_manipulation.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_window_manipulation.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -17,3 +17,7 @@
>                       conf_window_manipulation/e_int_config_focus.h \
>                       conf_window_manipulation/e_int_config_clientlist.c \
>                       conf_window_manipulation/e_int_config_clientlist.h
> +
> +,PHONY: conf_window_manipulation install-conf_window_manipulation
> +conf_window_manipulation: $(conf_window_manipulationpkg_LTLIBRARIES)
> $(conf_window_manipulation_DATA)
> +install-conf_window_manipulation: install-conf_window_manipulationDATA
> install-conf_window_manipulationpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_conf_window_remembers.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_conf_window_remembers.am       2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_conf_window_remembers.am       2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -11,3 +11,7 @@
>                               conf_window_remembers/e_mod_main.h \
>
> conf_window_remembers/e_int_config_remembers.c \
>
> conf_window_remembers/e_int_config_remembers.h
> +
> +,PHONY: conf_window_remembers install-conf_window_remembers
> +conf_window_remembers: $(conf_window_rememberspkg_LTLIBRARIES)
> $(conf_window_remembers_DATA)
> +install-conf_window_remembers: install-conf_window_remembersDATA
> install-conf_window_rememberspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_connman.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_connman.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_connman.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -18,3 +18,7 @@
>
>  connman_module_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-parameter
>  connman_module_la_LIBADD = @ECONNMAN_LIBS@
> +
> +,PHONY: connman install-connman
> +connman: $(connmanpkg_LTLIBRARIES) $(connman_DATA)
> +install-connman: install-connmanDATA install-connmanpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_cpufreq.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_cpufreq.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_cpufreq.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -25,3 +25,7 @@
>         @chmod $(cpufreq_setuid_root_mode)
> $(DESTDIR)$(freqsetdir)/freqset$(EXEEXT) || true
>
>  INSTALL_DATA_HOOKS += cpufreq-install-data-hook
> +
> +,PHONY: cpufreq install-cpufreq
> +cpufreq: $(cpufreqpkg_LTLIBRARIES) $(cpufreq_DATA) $(freqset_PROGRAMS)
> +install-cpufreq: install-cpufreqDATA install-cpufreqpkgLTLIBRARIES
> install-freqsetPROGRAMS
>
> Modified: trunk/e/src/modules/Makefile_dropshadow.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_dropshadow.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_dropshadow.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -11,3 +11,7 @@
>                                dropshadow/e_mod_main.c \
>                                dropshadow/e_mod_config.h \
>                                dropshadow/e_mod_config.c
> +
> +,PHONY: dropshadow install-dropshadow
> +dropshadow: $(dropshadowpkg_LTLIBRARIES) $(dropshadow_DATA)
> +install-dropshadow: install-dropshadowDATA
> install-dropshadowpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_everything.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_everything.am  2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_everything.am  2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -43,3 +43,7 @@
>  everything_pkgconfig_DATA = everything/everything.pc
>  EXTRA_DIST += everything/everything.pc.in
>  DISTCLEANFILES = everything/everything.pc
> +
> +,PHONY: everything install-everything
> +everything: $(everythingpkg_LTLIBRARIES) $(everything_DATA)
> +install-everything: install-everythingDATA
> install-everythingpkgLTLIBRARIES install-everything_pkgconfig_DATA
>
> Modified: trunk/e/src/modules/Makefile_fileman.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_fileman.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_fileman.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -20,3 +20,7 @@
>                             fileman/e_mod_dbus.c \
>                             fileman/e_mod_dbus.h \
>                             fileman/e_mod_menu.c
> +
> +,PHONY: fileman install-fileman
> +fileman: $(filemanpkg_LTLIBRARIES) $(fileman_DATA)
> +install-fileman: install-filemanDATA install-filemanpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_fileman_opinfo.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_fileman_opinfo.am      2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_fileman_opinfo.am      2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -9,3 +9,7 @@
>
>  fileman_opinfo_module_la_SOURCES = fileman_opinfo/e_mod_main.c \
>                                    fileman_opinfo/e_mod_main.h
> +
> +,PHONY: fileman_opinfo install-fileman_opinfo
> +fileman_opinfo: $(fileman_opinfopkg_LTLIBRARIES) $(fileman_opinfo_DATA)
> +install-fileman_opinfo: install-fileman_opinfoDATA
> install-fileman_opinfopkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_gadman.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_gadman.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_gadman.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -13,3 +13,7 @@
>                            gadman/e_mod_config.h \
>                            gadman/e_mod_gadman.c \
>                            gadman/e_mod_gadman.h
> +
> +,PHONY: gadman install-gadman
> +gadman: $(gadmanpkg_LTLIBRARIES) $(gadman_DATA)
> +install-gadman: install-gadmanDATA install-gadmanpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_ibar.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_ibar.am        2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_ibar.am        2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -10,3 +10,7 @@
>  ibar_module_la_SOURCES = ibar/e_mod_main.c \
>                          ibar/e_mod_main.h \
>                          ibar/e_mod_config.c
> +
> +,PHONY: ibar install-ibar
> +ibar: $(ibarpkg_LTLIBRARIES) $(ibar_DATA)
> +install-ibar: install-ibarDATA install-ibarpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_ibox.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_ibox.am        2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_ibox.am        2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -10,3 +10,7 @@
>  ibox_module_la_SOURCES = ibox/e_mod_main.c \
>                          ibox/e_mod_main.h \
>                          ibox/e_mod_config.c
> +
> +,PHONY: ibox install-ibox
> +ibox: $(iboxpkg_LTLIBRARIES) $(ibox_DATA)
> +install-ibox: install-iboxDATA install-iboxpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-bluetooth.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-bluetooth.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-bluetooth.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -9,3 +9,7 @@
>
>  illume_bluetooth_module_la_SOURCES = illume-bluetooth/e_mod_main.c \
>                                      illume-bluetooth/e_mod_main.h
> +
> +,PHONY: illume_bluetooth install-illume_bluetooth
> +illume_bluetooth: $(illume_bluetoothpkg_LTLIBRARIES)
> $(illume_bluetooth_DATA)
> +install-illume_bluetooth: install-illume_bluetoothDATA
> install-illume_bluetoothpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-home-toggle.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-home-toggle.am  2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-home-toggle.am  2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -9,3 +9,7 @@
>
>  illume_home_toggle_module_la_SOURCES = illume-home-toggle/e_mod_main.c \
>                                        illume-home-toggle/e_mod_main.h
> +
> +,PHONY: illume_home_toggle install-illume_home_toggle
> +illume_home_toggle: $(illume_home_togglepkg_LTLIBRARIES)
> $(illume_home_toggle_DATA)
> +install-illume_home_toggle: install-illume_home_toggleDATA
> install-illume_home_togglepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-home.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-home.am 2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-home.am 2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -13,3 +13,7 @@
>                                 illume-home/e_mod_config.h \
>                                 illume-home/e_busycover.c \
>                                 illume-home/e_busycover.h
> +
> +,PHONY: illume_home install-illume_home
> +illume_home: $(illume_homepkg_LTLIBRARIES) $(illume_home_DATA)
> +install-illume_home: install-illume_homeDATA
> install-illume_homepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-indicator.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-indicator.am    2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-indicator.am    2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -31,3 +31,7 @@
>  endif
>
>  illume_indicator_module_la_LIBADD = @ENOTIFY_LIBS@
> +
> +,PHONY: illume_indicator install-illume_indicator
> +illume_indicator: $(illume_indicatorpkg_LTLIBRARIES)
> $(illume_indicator_DATA)
> +install-illume_indicator: install-illume_indicatorDATA
> install-illume_indicatorpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-kbd-toggle.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-kbd-toggle.am   2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-kbd-toggle.am   2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -9,3 +9,7 @@
>
>  illume_kbd_toggle_module_la_SOURCES = illume-kbd-toggle/e_mod_main.c \
>                                       illume-kbd-toggle/e_mod_main.h
> +
> +,PHONY: illume_kbd_toggle install-illume_kbd_toggle
> +illume_kbd_toggle: $(illume_kbd_togglepkg_LTLIBRARIES)
> $(illume_kbd_toggle_DATA)
> +install-illume_kbd_toggle: install-illume_kbd_toggleDATA
> install-illume_kbd_togglepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-keyboard.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-keyboard.am     2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-keyboard.am     2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -56,3 +56,8 @@
>                                     illume-keyboard/e_kbd_send.h \
>                                     illume-keyboard/e_mod_config.c \
>                                     illume-keyboard/e_mod_config.h
> +
> +# TODO: incomplete
> +,PHONY: illume_keyboard install-illume_keyboard
> +illume_keyboard: $(illume_keyboardpkg_LTLIBRARIES) $(illume_keyboard_DATA)
> +install-illume_keyboard: install-illume_keyboardDATA
> install-illume_keyboardpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-mode-toggle.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-mode-toggle.am  2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-mode-toggle.am  2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -9,3 +9,7 @@
>
>  illume_mode_toggle_module_la_SOURCES = illume-mode-toggle/e_mod_main.c \
>                                       illume-mode-toggle/e_mod_main.h
> +
> +,PHONY: illume_mode_toggle install-illume_mode_toggle
> +illume_mode_toggle: $(illume_mode_togglepkg_LTLIBRARIES)
> $(illume_mode_toggle_DATA)
> +install-illume_mode_toggle: install-illume_mode_toggleDATA
> install-illume_mode_togglepkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume-softkey.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume-softkey.am      2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume-softkey.am      2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -24,3 +24,7 @@
>                                    illume-softkey/e_mod_sft_win.h \
>                                    illume-softkey/e_mod_config.c \
>                                    illume-softkey/e_mod_config.h
> +
> +,PHONY: illume_softkey install-illume_softkey
> +illume_softkey: $(illume_softkeypkg_LTLIBRARIES) $(illume_softkey_DATA)
> +install-illume_softkey: install-illume_softkeyDATA
> install-illume_softkeypkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_illume2.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_illume2.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_illume2.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -69,3 +69,8 @@
>                             illume2/e_mod_policy.c \
>                             illume2/e_mod_config.h \
>                             illume2/e_mod_config.c
> +
> +# TODO: incomplete
> +,PHONY: illume2 install-illume2
> +illume2: $(illume2pkg_LTLIBRARIES) $(illume2_DATA)
> +install-illume2: install-illume2DATA install-illume2pkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_mixer.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_mixer.am       2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_mixer.am       2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -36,3 +36,7 @@
>  mixer_module_la_CFLAGS += @ENOTIFY_CFLAGS@
>  mixer_module_la_LIBADD += @ENOTIFY_LIBS@
>  endif
> +
> +,PHONY: mixer install-mixer
> +mixer: $(mixerpkg_LTLIBRARIES) $(mixer_DATA)
> +install-mixer: install-mixerDATA install-mixerpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_msgbus.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_msgbus.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_msgbus.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -12,3 +12,7 @@
>                            msgbus/msgbus_audit.c \
>                            msgbus/msgbus_desktop.c \
>                            msgbus/msgbus_lang.c
> +
> +,PHONY: msgbus install-msgbus
> +msgbus: $(msgbuspkg_LTLIBRARIES) $(msgbus_DATA)
> +install-msgbus: install-msgbusDATA install-msgbuspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_notification.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_notification.am        2012-11-19
> 16:51:44 UTC (rev 79453)
> +++ trunk/e/src/modules/Makefile_notification.am        2012-11-19
> 20:17:06 UTC (rev 79454)
> @@ -15,3 +15,7 @@
>                                   notification/e_mod_popup.c
>
>  notification_module_la_LIBADD = @ENOTIFY_LIBS@
> +
> +,PHONY: notification install-notification
> +notification: $(notificationpkg_LTLIBRARIES) $(notification_DATA)
> +install-notification: install-notificationDATA
> install-notificationpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_pager.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_pager.am       2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_pager.am       2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -10,3 +10,7 @@
>  pager_module_la_SOURCES = pager/e_mod_main.h \
>                           pager/e_mod_main.c \
>                           pager/e_mod_config.c
> +
> +,PHONY: pager install-pager
> +pager: $(pagerpkg_LTLIBRARIES) $(pager_DATA)
> +install-pager: install-pagerDATA install-pagerpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_physics.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_physics.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_physics.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -17,3 +17,7 @@
>                             physics/e_mod_physics.h
>
>  physics_module_la_LIBADD       = @EPHYSICS_LIBS@
> +
> +,PHONY: physics install-physics
> +physics: $(physicspkg_LTLIBRARIES) $(physics_DATA)
> +install-physics: install-physicsDATA install-physicspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_quickaccess.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_quickaccess.am 2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_quickaccess.am 2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -13,3 +13,7 @@
>                                 quickaccess/e_mod_quickaccess.c \
>                                 quickaccess/e_quickaccess_bindings.c \
>                                 quickaccess/e_quickaccess_db.c
> +
> +,PHONY: quickaccess install-quickaccess
> +quickaccess: $(quickaccesspkg_LTLIBRARIES) $(quickaccess_DATA)
> +install-quickaccess: install-quickaccessDATA
> install-quickaccesspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_shot.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_shot.am        2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_shot.am        2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -9,3 +9,7 @@
>
>  shot_module_la_SOURCES = shot/e_mod_main.c \
>                          shot/e_mod_main.h
> +
> +,PHONY: shot install-shot
> +shot: $(shotpkg_LTLIBRARIES) $(shot_DATA)
> +install-shot: install-shotDATA install-shotpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_start.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_start.am       2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_start.am       2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -9,3 +9,7 @@
>
>  start_module_la_SOURCES = start/e_mod_main.h \
>                           start/e_mod_main.c
> +
> +,PHONY: start install-start
> +start: $(startpkg_LTLIBRARIES) $(start_DATA)
> +install-start: install-startDATA install-startpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_syscon.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_syscon.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_syscon.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -14,3 +14,7 @@
>                            syscon/e_syscon.c \
>                            syscon/e_syscon.h \
>                            syscon/e_syscon_gadget.c
> +
> +,PHONY: syscon install-syscon
> +syscon: $(sysconpkg_LTLIBRARIES) $(syscon_DATA)
> +install-syscon: install-sysconDATA install-sysconpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_systray.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_systray.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_systray.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -9,3 +9,7 @@
>
>  systray_module_la_SOURCES = systray/e_mod_main.h \
>                             systray/e_mod_main.c
> +
> +,PHONY: systray install-systray
> +systray: $(systraypkg_LTLIBRARIES) $(systray_DATA)
> +install-systray: install-systrayDATA install-systraypkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_tasks.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_tasks.am       2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_tasks.am       2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -10,3 +10,7 @@
>  tasks_module_la_SOURCES = tasks/e_mod_main.c \
>                           tasks/e_mod_main.h \
>                           tasks/e_mod_config.c
> +
> +,PHONY: tasks install-tasks
> +tasks: $(taskspkg_LTLIBRARIES) $(tasks_DATA)
> +install-tasks: install-tasksDATA install-taskspkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_temperature.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_temperature.am 2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_temperature.am 2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -22,3 +22,7 @@
>
>  temperature_tempget_SOURCES = temperature/tempget.c
>  temperature_tempget_LDADD   = @TEMPERATURE_LIBS@
> +
> +,PHONY: temperature install-temperature
> +temperature: $(temperaturepkg_LTLIBRARIES) $(temperature_DATA)
> $(tempget_PROGRAMS)
> +install-temperature: install-temperatureDATA
> install-temperaturepkgLTLIBRARIES install-tempgetPROGRAMS
>
> Modified: trunk/e/src/modules/Makefile_tiling.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_tiling.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_tiling.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -27,3 +27,7 @@
>  tiling_module_la_SOURCES = tiling/e_mod_tiling.c \
>                            tiling/e_mod_tiling.h \
>                            tiling/e_mod_config.c
> +
> +,PHONY: tiling install-tiling
> +tiling: $(tilingpkg_LTLIBRARIES) $(tiling_DATA)
> +install-tiling: install-tilingDATA install-tilingpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_winlist.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_winlist.am     2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_winlist.am     2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -13,3 +13,7 @@
>                             winlist/e_int_config_winlist.c \
>                             winlist/e_winlist.h \
>                             winlist/e_winlist.c
> +
> +,PHONY: winlist install-winlist
> +winlist: $(winlistpkg_LTLIBRARIES) $(winlist_DATA)
> +install-winlist: install-winlistDATA install-winlistpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_wizard.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_wizard.am      2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_wizard.am      2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -109,3 +109,7 @@
>  wizard_page_170_la_SOURCES        = wizard/page_170.c
>
>  wizard_page_200_la_SOURCES        = wizard/page_200.c
> +
> +,PHONY: wizard install-wizard
> +wizard: $(wizardpkg_LTLIBRARIES) $(wizard_DATA)
> +install-wizard: install-wizardDATA install-wizardpkgLTLIBRARIES
>
> Modified: trunk/e/src/modules/Makefile_xkbswitch.am
> ===================================================================
> --- trunk/e/src/modules/Makefile_xkbswitch.am   2012-11-19 16:51:44 UTC
> (rev 79453)
> +++ trunk/e/src/modules/Makefile_xkbswitch.am   2012-11-19 20:17:06 UTC
> (rev 79454)
> @@ -12,3 +12,7 @@
>                               xkbswitch/e_mod_config.c \
>                               xkbswitch/e_mod_parse.c \
>                               xkbswitch/e_mod_parse.h
> +
> +,PHONY: xkbswitch install-xkbswitch
> +xkbswitch: $(xkbswitchpkg_LTLIBRARIES) $(xkbswitch_DATA)
> +install-xkbswitch: install-xkbswitchDATA install-xkbswitchpkgLTLIBRARIES
>
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to