From 506306c28b86bf15179e40dd29937ad7f672616b Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 18 Nov 2012 07:48:26 +0000 Subject: [PATCH] e17: config.h is automatically added as a dependency by automake SVN revision: 79414 --- src/modules/Makefile.am | 1 - src/modules/Makefile_access.am | 2 -- src/modules/Makefile_backlight.am | 2 -- src/modules/Makefile_battery.am | 1 - src/modules/Makefile_clock.am | 2 -- src/modules/Makefile_comp.am | 1 - src/modules/Makefile_conf.am | 2 -- src/modules/Makefile_conf_applications.am | 2 -- src/modules/Makefile_conf_dialogs.am | 3 --- src/modules/Makefile_conf_display.am | 2 -- src/modules/Makefile_conf_edgebindings.am | 2 -- src/modules/Makefile_conf_interaction.am | 2 -- src/modules/Makefile_conf_intl.am | 2 -- src/modules/Makefile_conf_keybindings.am | 2 -- src/modules/Makefile_conf_menus.am | 2 -- src/modules/Makefile_conf_paths.am | 2 -- src/modules/Makefile_conf_performance.am | 3 --- src/modules/Makefile_conf_randr.am | 2 -- src/modules/Makefile_conf_shelves.am | 2 -- src/modules/Makefile_conf_theme.am | 2 -- src/modules/Makefile_conf_wallpaper2.am | 2 -- .../Makefile_conf_window_manipulation.am | 2 -- src/modules/Makefile_conf_window_remembers.am | 2 -- src/modules/Makefile_connman.am | 1 - src/modules/Makefile_cpufreq.am | 2 -- src/modules/Makefile_dropshadow.am | 2 -- src/modules/Makefile_everything.am | 2 -- src/modules/Makefile_fileman.am | 2 -- src/modules/Makefile_fileman_opinfo.am | 2 -- src/modules/Makefile_gadman.am | 2 -- src/modules/Makefile_ibar.am | 2 -- src/modules/Makefile_ibox.am | 2 -- src/modules/Makefile_illume-bluetooth.am | 2 -- src/modules/Makefile_illume-home-toggle.am | 2 -- src/modules/Makefile_illume-home.am | 2 -- src/modules/Makefile_illume-indicator.am | 1 - src/modules/Makefile_illume-kbd-toggle.am | 2 -- src/modules/Makefile_illume-keyboard.am | 2 -- src/modules/Makefile_illume-mode-toggle.am | 2 -- src/modules/Makefile_illume-softkey.am | 2 -- src/modules/Makefile_illume2.am | 2 -- src/modules/Makefile_mixer.am | 2 -- src/modules/Makefile_msgbus.am | 2 -- src/modules/Makefile_notification.am | 1 - src/modules/Makefile_pager.am | 2 -- src/modules/Makefile_physics.am | 1 - src/modules/Makefile_quickaccess.am | 2 -- src/modules/Makefile_shot.am | 2 -- src/modules/Makefile_start.am | 2 -- src/modules/Makefile_syscon.am | 2 -- src/modules/Makefile_systray.am | 2 -- src/modules/Makefile_tasks.am | 2 -- src/modules/Makefile_temperature.am | 1 - src/modules/Makefile_tiling.am | 2 -- src/modules/Makefile_winlist.am | 2 -- src/modules/Makefile_wizard.am | 22 ------------------- src/modules/Makefile_xkbswitch.am | 2 -- 57 files changed, 128 deletions(-) diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e45e0496e..fb83bfbe4 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -7,7 +7,6 @@ EXTRA_DIST = INSTALL_DATA_HOOKS = MDIR = $(libdir)/enlightenment/modules -MDEPENDENCIES = $(top_builddir)/config.h AM_LDFLAGS = -module -avoid-version -no-undefined AM_CPPFLAGS = -I. \ -I$(top_srcdir) \ diff --git a/src/modules/Makefile_access.am b/src/modules/Makefile_access.am index 8dcbec7be..4df292afc 100644 --- a/src/modules/Makefile_access.am +++ b/src/modules/Makefile_access.am @@ -9,5 +9,3 @@ accesspkg_LTLIBRARIES = access/module.la access_module_la_SOURCES = access/e_mod_main.c \ access/e_mod_main.h \ access/e_mod_config.c - -access_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_backlight.am b/src/modules/Makefile_backlight.am index e55c1b103..3cd51167b 100644 --- a/src/modules/Makefile_backlight.am +++ b/src/modules/Makefile_backlight.am @@ -9,5 +9,3 @@ backlightpkg_LTLIBRARIES = backlight/module.la backlight_module_la_SOURCES = backlight/e_mod_main.c \ backlight/e_mod_main.h - -backlight_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_battery.am b/src/modules/Makefile_battery.am index e8e47efbc..0a064f810 100644 --- a/src/modules/Makefile_battery.am +++ b/src/modules/Makefile_battery.am @@ -7,7 +7,6 @@ EXTRA_DIST += $(battery_DATA) batterypkgdir = $(MDIR)/battery/$(MODULE_ARCH) batterypkg_LTLIBRARIES = battery/module.la -battery_module_la_DEPENDENCIES = $(MDEPENDENCIES) battery_module_la_CFLAGS = $(AM_CFLAGS) battery_module_la_SOURCES = battery/e_mod_main.h \ battery/e_mod_main.c \ diff --git a/src/modules/Makefile_clock.am b/src/modules/Makefile_clock.am index b5604c5be..efc3fd2cd 100644 --- a/src/modules/Makefile_clock.am +++ b/src/modules/Makefile_clock.am @@ -10,5 +10,3 @@ clockpkg_LTLIBRARIES = clock/module.la clock_module_la_SOURCES = clock/e_mod_main.h \ clock/e_mod_main.c \ clock/e_mod_config.c - -clock_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_comp.am b/src/modules/Makefile_comp.am index ed5f49bda..5d49b2455 100644 --- a/src/modules/Makefile_comp.am +++ b/src/modules/Makefile_comp.am @@ -38,4 +38,3 @@ comp_module_la_SOURCES += comp/e_mod_comp_wl.h \ endif comp_module_la_LIBADD = @WAYLAND_LIBS@ -comp_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf.am b/src/modules/Makefile_conf.am index 19c1356d2..3514fa6f7 100644 --- a/src/modules/Makefile_conf.am +++ b/src/modules/Makefile_conf.am @@ -12,5 +12,3 @@ conf_module_la_SOURCES = conf/e_mod_main.c \ conf/e_conf.c \ conf/e_conf.h \ conf/e_mod_config.c - -conf_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_applications.am b/src/modules/Makefile_conf_applications.am index 68b30ff40..7d76f38ba 100644 --- a/src/modules/Makefile_conf_applications.am +++ b/src/modules/Makefile_conf_applications.am @@ -17,5 +17,3 @@ conf_applications_module_la_SOURCES = conf_applications/e_mod_main.c \ conf_applications/e_int_config_deskenv.h \ conf_applications/e_int_config_apps_personal.c \ conf_applications/e_int_config_apps_personal.h - -conf_applications_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_dialogs.am b/src/modules/Makefile_conf_dialogs.am index 56cdebb87..15f07ece1 100644 --- a/src/modules/Makefile_conf_dialogs.am +++ b/src/modules/Makefile_conf_dialogs.am @@ -13,6 +13,3 @@ conf_dialogs_module_la_SOURCES = conf_dialogs/e_mod_main.c \ conf_dialogs/e_int_config_dialogs.h \ conf_dialogs/e_int_config_profiles.c \ conf_dialogs/e_int_config_profiles.h - - -conf_dialogs_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_display.am b/src/modules/Makefile_conf_display.am index 4f3a5f7a7..b2844d195 100644 --- a/src/modules/Makefile_conf_display.am +++ b/src/modules/Makefile_conf_display.am @@ -22,5 +22,3 @@ conf_display_module_la_SOURCES = conf_display/e_mod_main.c \ conf_display/e_int_config_desks.h \ conf_display/e_int_config_desk.c \ conf_display/e_int_config_desk.h - -conf_display_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_edgebindings.am b/src/modules/Makefile_conf_edgebindings.am index 31bedac60..7adc1661f 100644 --- a/src/modules/Makefile_conf_edgebindings.am +++ b/src/modules/Makefile_conf_edgebindings.am @@ -12,5 +12,3 @@ conf_edgebindings_module_la_SOURCES = conf_edgebindings/e_mod_main.c \ conf_edgebindings/e_int_config_edgebindings.c \ conf_edgebindings/e_int_config_signalbindings.c \ conf_edgebindings/e_int_config_edgebindings.h - -conf_edgebindings_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_interaction.am b/src/modules/Makefile_conf_interaction.am index 867666b04..be9718486 100644 --- a/src/modules/Makefile_conf_interaction.am +++ b/src/modules/Makefile_conf_interaction.am @@ -13,5 +13,3 @@ conf_interaction_module_la_SOURCES = conf_interaction/e_mod_main.c \ conf_interaction/e_int_config_interaction.h \ conf_interaction/e_int_config_mouse.c \ conf_interaction/e_int_config_mouse.h - -conf_interaction_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_intl.am b/src/modules/Makefile_conf_intl.am index dc8535a83..676ad1d72 100644 --- a/src/modules/Makefile_conf_intl.am +++ b/src/modules/Makefile_conf_intl.am @@ -14,5 +14,3 @@ conf_intl_module_la_SOURCES = conf_intl/e_mod_main.c \ conf_intl/e_int_config_imc_import.h \ conf_intl/e_int_config_imc.c \ conf_intl/e_int_config_imc.h - -conf_intl_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_keybindings.am b/src/modules/Makefile_conf_keybindings.am index 73b80e77b..ebaba1070 100644 --- a/src/modules/Makefile_conf_keybindings.am +++ b/src/modules/Makefile_conf_keybindings.am @@ -14,5 +14,3 @@ conf_keybindings_module_la_SOURCES = conf_keybindings/e_mod_main.c \ conf_keybindings/e_int_config_mousebindings.h \ conf_keybindings/e_int_config_acpibindings.c \ conf_keybindings/e_int_config_acpibindings.h - -conf_keybindings_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_menus.am b/src/modules/Makefile_conf_menus.am index 77aca0901..bf61afcfb 100644 --- a/src/modules/Makefile_conf_menus.am +++ b/src/modules/Makefile_conf_menus.am @@ -11,5 +11,3 @@ conf_menus_module_la_SOURCES = conf_menus/e_mod_main.c \ conf_menus/e_mod_main.h \ conf_menus/e_int_config_menus.c \ conf_menus/e_int_config_menus.h - -conf_menus_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_paths.am b/src/modules/Makefile_conf_paths.am index f3d21f3b2..afd5a7ba0 100644 --- a/src/modules/Makefile_conf_paths.am +++ b/src/modules/Makefile_conf_paths.am @@ -13,5 +13,3 @@ conf_paths_module_la_SOURCES = conf_paths/e_mod_main.c \ conf_paths/e_int_config_paths.h \ conf_paths/e_int_config_env.c \ conf_paths/e_int_config_env.h - -conf_paths_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_performance.am b/src/modules/Makefile_conf_performance.am index 908ac1537..4c2e2f43a 100644 --- a/src/modules/Makefile_conf_performance.am +++ b/src/modules/Makefile_conf_performance.am @@ -15,6 +15,3 @@ conf_performance_module_la_SOURCES = conf_performance/e_mod_main.c \ conf_performance/e_int_config_engine.h \ conf_performance/e_int_config_powermanagement.c \ conf_performance/e_int_config_powermanagement.h - - -conf_performance_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_randr.am b/src/modules/Makefile_conf_randr.am index 6bb72f654..2fe07959f 100644 --- a/src/modules/Makefile_conf_randr.am +++ b/src/modules/Makefile_conf_randr.am @@ -15,5 +15,3 @@ conf_randr_module_la_SOURCES = conf_randr/e_mod_main.c \ conf_randr/e_smart_randr.c \ conf_randr/e_smart_monitor.h \ conf_randr/e_smart_monitor.c - -conf_randr_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_shelves.am b/src/modules/Makefile_conf_shelves.am index 69b5f72ef..022ad4c7b 100644 --- a/src/modules/Makefile_conf_shelves.am +++ b/src/modules/Makefile_conf_shelves.am @@ -11,5 +11,3 @@ conf_shelves_module_la_SOURCES = conf_shelves/e_mod_main.c \ conf_shelves/e_mod_main.h \ conf_shelves/e_int_config_shelf.c \ conf_shelves/e_int_config_shelf.h - -conf_shelves_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_theme.am b/src/modules/Makefile_conf_theme.am index 1614495f1..02401ab07 100644 --- a/src/modules/Makefile_conf_theme.am +++ b/src/modules/Makefile_conf_theme.am @@ -27,5 +27,3 @@ conf_theme_module_la_SOURCES = conf_theme/e_mod_main.c \ conf_theme/e_int_config_wallpaper.c \ conf_theme/e_int_config_wallpaper.h \ conf_theme/e_int_config_xsettings.c - -conf_theme_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_wallpaper2.am b/src/modules/Makefile_conf_wallpaper2.am index 724c7b00a..c818c4280 100644 --- a/src/modules/Makefile_conf_wallpaper2.am +++ b/src/modules/Makefile_conf_wallpaper2.am @@ -10,5 +10,3 @@ conf_wallpaper2_module_la_SOURCES = conf_wallpaper2/e_mod_main.c \ conf_wallpaper2/e_mod_main.h \ conf_wallpaper2/e_int_config_wallpaper.c \ conf_wallpaper2/e_int_config_wallpaper.h - -conf_wallpaper2_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_window_manipulation.am b/src/modules/Makefile_conf_window_manipulation.am index 353b44506..6f4469b94 100644 --- a/src/modules/Makefile_conf_window_manipulation.am +++ b/src/modules/Makefile_conf_window_manipulation.am @@ -17,5 +17,3 @@ conf_window_manipulation_module_la_SOURCES = conf_window_manipulation/e_mod_main conf_window_manipulation/e_int_config_focus.h \ conf_window_manipulation/e_int_config_clientlist.c \ conf_window_manipulation/e_int_config_clientlist.h - -conf_window_manipulation_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_conf_window_remembers.am b/src/modules/Makefile_conf_window_remembers.am index 8d8732591..6131adc24 100644 --- a/src/modules/Makefile_conf_window_remembers.am +++ b/src/modules/Makefile_conf_window_remembers.am @@ -11,5 +11,3 @@ conf_window_remembers_module_la_SOURCES = conf_window_remembers/e_mod_main.c \ conf_window_remembers/e_mod_main.h \ conf_window_remembers/e_int_config_remembers.c \ conf_window_remembers/e_int_config_remembers.h - -conf_window_remembers_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_connman.am b/src/modules/Makefile_connman.am index 892e923a3..a5c93d723 100644 --- a/src/modules/Makefile_connman.am +++ b/src/modules/Makefile_connman.am @@ -18,4 +18,3 @@ connman_module_la_SOURCES = connman/e_mod_main.h \ connman_module_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-parameter connman_module_la_LIBADD = @ECONNMAN_LIBS@ -connman_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_cpufreq.am b/src/modules/Makefile_cpufreq.am index 78b369e0d..a29e5042e 100644 --- a/src/modules/Makefile_cpufreq.am +++ b/src/modules/Makefile_cpufreq.am @@ -10,8 +10,6 @@ cpufreqpkg_LTLIBRARIES = cpufreq/module.la cpufreq_module_la_SOURCES = cpufreq/e_mod_main.h \ cpufreq/e_mod_main.c -cpufreq_module_la_DEPENDENCIES = $(MDEPENDENCIES) - freqsetdir = $(cpufreqpkgdir) freqset_PROGRAMS = cpufreq/freqset diff --git a/src/modules/Makefile_dropshadow.am b/src/modules/Makefile_dropshadow.am index 924e03c5d..4de97bd56 100644 --- a/src/modules/Makefile_dropshadow.am +++ b/src/modules/Makefile_dropshadow.am @@ -11,5 +11,3 @@ dropshadow_module_la_SOURCES = dropshadow/e_mod_main.h \ dropshadow/e_mod_main.c \ dropshadow/e_mod_config.h \ dropshadow/e_mod_config.c - -dropshadow_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_everything.am b/src/modules/Makefile_everything.am index f64c413b6..ad1d483ef 100644 --- a/src/modules/Makefile_everything.am +++ b/src/modules/Makefile_everything.am @@ -36,8 +36,6 @@ everything_module_la_SOURCES = $(EVRYHEADERS) \ everything/evry_plug_settings.c \ everything/evry_plug_calc.c -everything_module_la_DEPENDENCIES = $(MDEPENDENCIES) - everything_headersdir = $(pkgincludedir) dist_everything_headers_DATA = $(EVRYHEADERS) diff --git a/src/modules/Makefile_fileman.am b/src/modules/Makefile_fileman.am index d32bd0ab3..8d423e728 100644 --- a/src/modules/Makefile_fileman.am +++ b/src/modules/Makefile_fileman.am @@ -20,5 +20,3 @@ fileman_module_la_SOURCES = fileman/e_mod_main.c \ fileman/e_mod_dbus.c \ fileman/e_mod_dbus.h \ fileman/e_mod_menu.c - -fileman_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_fileman_opinfo.am b/src/modules/Makefile_fileman_opinfo.am index b3adda245..02fdd8246 100644 --- a/src/modules/Makefile_fileman_opinfo.am +++ b/src/modules/Makefile_fileman_opinfo.am @@ -9,5 +9,3 @@ fileman_opinfopkg_LTLIBRARIES = fileman_opinfo/module.la fileman_opinfo_module_la_SOURCES = fileman_opinfo/e_mod_main.c \ fileman_opinfo/e_mod_main.h - -fileman_opinfo_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_gadman.am b/src/modules/Makefile_gadman.am index d51fc6111..b3db95f1a 100644 --- a/src/modules/Makefile_gadman.am +++ b/src/modules/Makefile_gadman.am @@ -13,5 +13,3 @@ gadman_module_la_SOURCES = gadman/e_mod_main.c \ gadman/e_mod_config.h \ gadman/e_mod_gadman.c \ gadman/e_mod_gadman.h - -gadman_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_ibar.am b/src/modules/Makefile_ibar.am index 884b639d8..133d71fa8 100644 --- a/src/modules/Makefile_ibar.am +++ b/src/modules/Makefile_ibar.am @@ -10,5 +10,3 @@ ibarpkg_LTLIBRARIES = ibar/module.la ibar_module_la_SOURCES = ibar/e_mod_main.c \ ibar/e_mod_main.h \ ibar/e_mod_config.c - -ibar_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_ibox.am b/src/modules/Makefile_ibox.am index eff1131fa..c42c3dbf4 100644 --- a/src/modules/Makefile_ibox.am +++ b/src/modules/Makefile_ibox.am @@ -10,5 +10,3 @@ iboxpkg_LTLIBRARIES = ibox/module.la ibox_module_la_SOURCES = ibox/e_mod_main.c \ ibox/e_mod_main.h \ ibox/e_mod_config.c - -ibox_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-bluetooth.am b/src/modules/Makefile_illume-bluetooth.am index 9b528ae3b..7e9433d07 100644 --- a/src/modules/Makefile_illume-bluetooth.am +++ b/src/modules/Makefile_illume-bluetooth.am @@ -9,5 +9,3 @@ illume_bluetoothpkg_LTLIBRARIES = illume-bluetooth/module.la illume_bluetooth_module_la_SOURCES = illume-bluetooth/e_mod_main.c \ illume-bluetooth/e_mod_main.h - -illume_bluetooth_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-home-toggle.am b/src/modules/Makefile_illume-home-toggle.am index 18a00bf6a..417ada136 100644 --- a/src/modules/Makefile_illume-home-toggle.am +++ b/src/modules/Makefile_illume-home-toggle.am @@ -9,5 +9,3 @@ illume_home_togglepkg_LTLIBRARIES = illume-home-toggle/module.la illume_home_toggle_module_la_SOURCES = illume-home-toggle/e_mod_main.c \ illume-home-toggle/e_mod_main.h - -illume_home_toggle_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-home.am b/src/modules/Makefile_illume-home.am index f4fe7d56f..3892f8b1a 100644 --- a/src/modules/Makefile_illume-home.am +++ b/src/modules/Makefile_illume-home.am @@ -13,5 +13,3 @@ illume_home_module_la_SOURCES = illume-home/e_mod_main.c \ illume-home/e_mod_config.h \ illume-home/e_busycover.c \ illume-home/e_busycover.h - -illume_home_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-indicator.am b/src/modules/Makefile_illume-indicator.am index 16dbfa7de..0e548596d 100644 --- a/src/modules/Makefile_illume-indicator.am +++ b/src/modules/Makefile_illume-indicator.am @@ -31,4 +31,3 @@ illume_indicator_module_la_SOURCES += illume-indicator/e_mod_notify.c \ endif illume_indicator_module_la_LIBADD = @ENOTIFY_LIBS@ -illume_indicator_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-kbd-toggle.am b/src/modules/Makefile_illume-kbd-toggle.am index ffcae4907..8e2620ea3 100644 --- a/src/modules/Makefile_illume-kbd-toggle.am +++ b/src/modules/Makefile_illume-kbd-toggle.am @@ -9,5 +9,3 @@ illume_kbd_togglepkg_LTLIBRARIES = illume-kbd-toggle/module.la illume_kbd_toggle_module_la_SOURCES = illume-kbd-toggle/e_mod_main.c \ illume-kbd-toggle/e_mod_main.h - -illume_kbd_toggle_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-keyboard.am b/src/modules/Makefile_illume-keyboard.am index 503e83662..e69261b18 100644 --- a/src/modules/Makefile_illume-keyboard.am +++ b/src/modules/Makefile_illume-keyboard.am @@ -56,5 +56,3 @@ illume_keyboard_module_la_SOURCES = illume-keyboard/e_mod_main.c \ illume-keyboard/e_kbd_send.h \ illume-keyboard/e_mod_config.c \ illume-keyboard/e_mod_config.h - -illume_keyboard_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-mode-toggle.am b/src/modules/Makefile_illume-mode-toggle.am index 0359e31b4..207c4bfa5 100644 --- a/src/modules/Makefile_illume-mode-toggle.am +++ b/src/modules/Makefile_illume-mode-toggle.am @@ -9,5 +9,3 @@ illume_mode_togglepkg_LTLIBRARIES = illume-mode-toggle/module.la illume_mode_toggle_module_la_SOURCES = illume-mode-toggle/e_mod_main.c \ illume-mode-toggle/e_mod_main.h - -illume_mode_toggle_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume-softkey.am b/src/modules/Makefile_illume-softkey.am index b76cf2b83..393d19f41 100644 --- a/src/modules/Makefile_illume-softkey.am +++ b/src/modules/Makefile_illume-softkey.am @@ -24,5 +24,3 @@ illume_softkey_module_la_SOURCES = illume-softkey/e_mod_main.c \ illume-softkey/e_mod_sft_win.h \ illume-softkey/e_mod_config.c \ illume-softkey/e_mod_config.h - -illume_softkey_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_illume2.am b/src/modules/Makefile_illume2.am index 1c97ac276..5fc34b429 100644 --- a/src/modules/Makefile_illume2.am +++ b/src/modules/Makefile_illume2.am @@ -69,5 +69,3 @@ illume2_module_la_SOURCES = illume2/e_mod_main.c \ illume2/e_mod_policy.c \ illume2/e_mod_config.h \ illume2/e_mod_config.c - -illume2_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_mixer.am b/src/modules/Makefile_mixer.am index 077be63f1..3035aa24a 100644 --- a/src/modules/Makefile_mixer.am +++ b/src/modules/Makefile_mixer.am @@ -36,5 +36,3 @@ if HAVE_ENOTIFY mixer_module_la_CFLAGS += @ENOTIFY_CFLAGS@ mixer_module_la_LIBADD += @ENOTIFY_LIBS@ endif - -mixer_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_msgbus.am b/src/modules/Makefile_msgbus.am index 2249ceb22..6da34fde5 100644 --- a/src/modules/Makefile_msgbus.am +++ b/src/modules/Makefile_msgbus.am @@ -12,5 +12,3 @@ msgbus_module_la_SOURCES = msgbus/e_mod_main.h \ msgbus/msgbus_audit.c \ msgbus/msgbus_desktop.c \ msgbus/msgbus_lang.c - -msgbus_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_notification.am b/src/modules/Makefile_notification.am index 14080195f..ffad048ee 100644 --- a/src/modules/Makefile_notification.am +++ b/src/modules/Makefile_notification.am @@ -15,4 +15,3 @@ notification_module_la_SOURCES = notification/e_mod_main.h \ notification/e_mod_popup.c notification_module_la_LIBADD = @ENOTIFY_LIBS@ -notification_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_pager.am b/src/modules/Makefile_pager.am index 10167351d..11bc2997b 100644 --- a/src/modules/Makefile_pager.am +++ b/src/modules/Makefile_pager.am @@ -10,5 +10,3 @@ pagerpkg_LTLIBRARIES = pager/module.la pager_module_la_SOURCES = pager/e_mod_main.h \ pager/e_mod_main.c \ pager/e_mod_config.c - -pager_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_physics.am b/src/modules/Makefile_physics.am index 531ab9fd1..c4a171309 100644 --- a/src/modules/Makefile_physics.am +++ b/src/modules/Makefile_physics.am @@ -17,4 +17,3 @@ physics_module_la_SOURCES = physics/e_mod_main.c \ physics/e_mod_physics.h physics_module_la_LIBADD = @EPHYSICS_LIBS@ -physics_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_quickaccess.am b/src/modules/Makefile_quickaccess.am index 90ba98a4e..7c2e43130 100644 --- a/src/modules/Makefile_quickaccess.am +++ b/src/modules/Makefile_quickaccess.am @@ -13,5 +13,3 @@ quickaccess_module_la_SOURCES = quickaccess/e_mod_main.c \ quickaccess/e_mod_quickaccess.c \ quickaccess/e_quickaccess_bindings.c \ quickaccess/e_quickaccess_db.c - -quickaccess_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_shot.am b/src/modules/Makefile_shot.am index e532a3d45..78d40ac87 100644 --- a/src/modules/Makefile_shot.am +++ b/src/modules/Makefile_shot.am @@ -9,5 +9,3 @@ shotpkg_LTLIBRARIES = shot/module.la shot_module_la_SOURCES = shot/e_mod_main.c \ shot/e_mod_main.h - -shot_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_start.am b/src/modules/Makefile_start.am index bf8633da9..b2c7782d9 100644 --- a/src/modules/Makefile_start.am +++ b/src/modules/Makefile_start.am @@ -9,5 +9,3 @@ startpkg_LTLIBRARIES = start/module.la start_module_la_SOURCES = start/e_mod_main.h \ start/e_mod_main.c - -start_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_syscon.am b/src/modules/Makefile_syscon.am index dc78e6c10..0ce09c8ec 100644 --- a/src/modules/Makefile_syscon.am +++ b/src/modules/Makefile_syscon.am @@ -14,5 +14,3 @@ syscon_module_la_SOURCES = syscon/e_mod_main.c \ syscon/e_syscon.c \ syscon/e_syscon.h \ syscon/e_syscon_gadget.c - -syscon_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_systray.am b/src/modules/Makefile_systray.am index d5c078e53..2bda7fceb 100644 --- a/src/modules/Makefile_systray.am +++ b/src/modules/Makefile_systray.am @@ -9,5 +9,3 @@ systraypkg_LTLIBRARIES = systray/module.la systray_module_la_SOURCES = systray/e_mod_main.h \ systray/e_mod_main.c - -systray_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_tasks.am b/src/modules/Makefile_tasks.am index 357873f42..3ca1d920c 100644 --- a/src/modules/Makefile_tasks.am +++ b/src/modules/Makefile_tasks.am @@ -10,5 +10,3 @@ taskspkg_LTLIBRARIES = tasks/module.la tasks_module_la_SOURCES = tasks/e_mod_main.c \ tasks/e_mod_main.h \ tasks/e_mod_config.c - -tasks_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_temperature.am b/src/modules/Makefile_temperature.am index 1d18292bc..2df457a42 100644 --- a/src/modules/Makefile_temperature.am +++ b/src/modules/Makefile_temperature.am @@ -7,7 +7,6 @@ EXTRA_DIST += $(temperature_DATA) temperaturepkgdir = $(MDIR)/temperature/$(MODULE_ARCH) temperaturepkg_LTLIBRARIES = temperature/module.la -temperature_module_la_DEPENDENCIES = $(MDEPENDENCIES) temperature_module_la_SOURCES = temperature/e_mod_main.c \ temperature/e_mod_main.h \ temperature/e_mod_config.c \ diff --git a/src/modules/Makefile_tiling.am b/src/modules/Makefile_tiling.am index e4600781b..07ebcead3 100644 --- a/src/modules/Makefile_tiling.am +++ b/src/modules/Makefile_tiling.am @@ -27,5 +27,3 @@ tiling/%.edj: tiling/%.edc Makefile tiling_module_la_SOURCES = tiling/e_mod_tiling.c \ tiling/e_mod_tiling.h \ tiling/e_mod_config.c - -tiling_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_winlist.am b/src/modules/Makefile_winlist.am index 0b6360131..a49e7809f 100644 --- a/src/modules/Makefile_winlist.am +++ b/src/modules/Makefile_winlist.am @@ -13,5 +13,3 @@ winlist_module_la_SOURCES = winlist/e_mod_main.h \ winlist/e_int_config_winlist.c \ winlist/e_winlist.h \ winlist/e_winlist.c - -winlist_module_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_wizard.am b/src/modules/Makefile_wizard.am index a059337b0..8639cd700 100644 --- a/src/modules/Makefile_wizard.am +++ b/src/modules/Makefile_wizard.am @@ -46,59 +46,41 @@ wizard_module_la_SOURCES = wizard/e_mod_main.h \ wizard/e_mod_main.c \ wizard/e_wizard.c \ wizard/e_wizard.h -wizard_module_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_000_la_SOURCES = wizard/page_000.c -wizard_page_000_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_010_la_SOURCES = wizard/page_010.c -wizard_page_010_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_011_la_SOURCES = wizard/page_011.c -wizard_page_011_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_020_la_SOURCES = wizard/page_020.c -wizard_page_020_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_030_la_SOURCES = wizard/page_030.c -wizard_page_030_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_040_la_SOURCES = wizard/page_040.c -wizard_page_040_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_050_la_SOURCES = wizard/page_050.c -wizard_page_050_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_060_la_SOURCES = wizard/page_060.c -wizard_page_060_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_070_la_SOURCES = wizard/page_070.c -wizard_page_070_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_080_la_SOURCES = wizard/page_080.c -wizard_page_080_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_090_la_SOURCES = wizard/page_090.c -wizard_page_090_la_DEPENDENCIES = $(MDEPENDENCIES) - wizard_page_100_la_SOURCES = wizard/page_100.c -wizard_page_100_la_DEPENDENCIES = $(MDEPENDENCIES) if USE_MODULE_CONNMAN wizard_page_110_la_SOURCES = wizard/page_110.c wizard_page_110_la_LIBADD = @ECONNMAN_LIBS@ -wizard_page_110_la_DEPENDENCIES = $(MDEPENDENCIES) endif wizard_page_120_la_SOURCES = wizard/page_120.c -wizard_page_120_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_130_la_SOURCES = wizard/page_130.c -wizard_page_130_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_140_la_SOURCES = wizard/page_140.c -wizard_page_140_la_DEPENDENCIES = $(MDEPENDENCIES) wizard/e_mod_comp_main.h: $(abs_top_srcdir)/src/modules/comp/e_mod_main.h $(AM_V_GEN) $(LN_S) -f $< $@ @@ -121,13 +103,9 @@ nodist_wizard_page_150_la_SOURCES = wizard/e_mod_comp_cfdata.c \ wizard/e_mod_comp_cfdata.h \ wizard/e_mod_comp_main.h -wizard_page_150_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_160_la_SOURCES = wizard/page_160.c -wizard_page_160_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_170_la_SOURCES = wizard/page_170.c -wizard_page_170_la_DEPENDENCIES = $(MDEPENDENCIES) wizard_page_200_la_SOURCES = wizard/page_200.c -wizard_page_200_la_DEPENDENCIES = $(MDEPENDENCIES) diff --git a/src/modules/Makefile_xkbswitch.am b/src/modules/Makefile_xkbswitch.am index 33b537bad..3ee8ba73f 100644 --- a/src/modules/Makefile_xkbswitch.am +++ b/src/modules/Makefile_xkbswitch.am @@ -12,5 +12,3 @@ xkbswitch_module_la_SOURCES = xkbswitch/e_mod_main.c \ xkbswitch/e_mod_config.c \ xkbswitch/e_mod_parse.c \ xkbswitch/e_mod_parse.h - -xkbswitch_module_la_DEPENDENCIES = $(MDEPENDENCIES)