From 113d9dde6f5317a3a0c1bd4c1f3c44c8d37e786d Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 20 Nov 2012 05:56:54 +0000 Subject: [PATCH] e: typo SVN revision: 79463 --- src/modules/Makefile_access.am | 2 +- src/modules/Makefile_backlight.am | 2 +- src/modules/Makefile_battery.am | 2 +- src/modules/Makefile_clock.am | 2 +- src/modules/Makefile_comp.am | 2 +- src/modules/Makefile_conf.am | 2 +- src/modules/Makefile_conf_applications.am | 2 +- src/modules/Makefile_conf_dialogs.am | 2 +- 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 | 2 +- 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 +- src/modules/Makefile_conf_window_manipulation.am | 2 +- src/modules/Makefile_conf_window_remembers.am | 2 +- src/modules/Makefile_connman.am | 2 +- 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 | 2 +- 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 | 2 +- src/modules/Makefile_pager.am | 2 +- src/modules/Makefile_physics.am | 2 +- 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 | 2 +- src/modules/Makefile_tiling.am | 2 +- src/modules/Makefile_winlist.am | 2 +- src/modules/Makefile_wizard.am | 2 +- src/modules/Makefile_xkbswitch.am | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/modules/Makefile_access.am b/src/modules/Makefile_access.am index 085275e3e..2243ba7ac 100644 --- a/src/modules/Makefile_access.am +++ b/src/modules/Makefile_access.am @@ -10,6 +10,6 @@ access_module_la_SOURCES = access/e_mod_main.c \ access/e_mod_main.h \ access/e_mod_config.c -,PHONY: access install-access +.PHONY: access install-access access: $(accesspkg_LTLIBRARIES) $(access_DATA) install-access: install-accessDATA install-accesspkgLTLIBRARIES diff --git a/src/modules/Makefile_backlight.am b/src/modules/Makefile_backlight.am index 4b6fb440e..dcbfcb1c5 100644 --- a/src/modules/Makefile_backlight.am +++ b/src/modules/Makefile_backlight.am @@ -10,6 +10,6 @@ backlightpkg_LTLIBRARIES = backlight/module.la backlight_module_la_SOURCES = backlight/e_mod_main.c \ backlight/e_mod_main.h -,PHONY: backlight install-backlight +.PHONY: backlight install-backlight backlight: $(backlightpkg_LTLIBRARIES) $(backlight_DATA) install-backlight: install-backlightDATA install-backlightpkgLTLIBRARIES diff --git a/src/modules/Makefile_battery.am b/src/modules/Makefile_battery.am index 5d885e837..fa6c0576d 100644 --- a/src/modules/Makefile_battery.am +++ b/src/modules/Makefile_battery.am @@ -34,6 +34,6 @@ battery_batget_SOURCES = battery/batget.c battery_batget_LDADD = @BATTERY_LIBS@ battery_batget_LDFLAGS = @BATTERY_LDFLAGS@ -,PHONY: battery install-battery +.PHONY: battery install-battery battery: $(batterypkg_LTLIBRARIES) $(battery_DATA) $(batget_PROGRAMS) install-battery: install-batteryDATA install-batterypkgLTLIBRARIES install-batgetPROGRAMS diff --git a/src/modules/Makefile_clock.am b/src/modules/Makefile_clock.am index ec1d63725..b79363d58 100644 --- a/src/modules/Makefile_clock.am +++ b/src/modules/Makefile_clock.am @@ -11,6 +11,6 @@ clock_module_la_SOURCES = clock/e_mod_main.h \ clock/e_mod_main.c \ clock/e_mod_config.c -,PHONY: clock install-clock +.PHONY: clock install-clock clock: $(clockpkg_LTLIBRARIES) $(clock_DATA) install-clock: install-clockDATA install-clockpkgLTLIBRARIES diff --git a/src/modules/Makefile_comp.am b/src/modules/Makefile_comp.am index 1b00b9819..c7423dc2b 100644 --- a/src/modules/Makefile_comp.am +++ b/src/modules/Makefile_comp.am @@ -39,6 +39,6 @@ endif comp_module_la_LIBADD = @WAYLAND_LIBS@ -,PHONY: comp install-comp +.PHONY: comp install-comp comp: $(comppkg_LTLIBRARIES) $(comp_DATA) install-comp: install-compDATA install-comppkgLTLIBRARIES diff --git a/src/modules/Makefile_conf.am b/src/modules/Makefile_conf.am index 1931fe9c8..2c52a15f6 100644 --- a/src/modules/Makefile_conf.am +++ b/src/modules/Makefile_conf.am @@ -13,6 +13,6 @@ conf_module_la_SOURCES = conf/e_mod_main.c \ conf/e_conf.h \ conf/e_mod_config.c -,PHONY: conf install-conf +.PHONY: conf install-conf conf: $(confpkg_LTLIBRARIES) $(conf_DATA) install-conf: install-confDATA install-confpkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_applications.am b/src/modules/Makefile_conf_applications.am index 624da4ccb..b5da34748 100644 --- a/src/modules/Makefile_conf_applications.am +++ b/src/modules/Makefile_conf_applications.am @@ -18,6 +18,6 @@ conf_applications_module_la_SOURCES = conf_applications/e_mod_main.c \ conf_applications/e_int_config_apps_personal.c \ conf_applications/e_int_config_apps_personal.h -,PHONY: conf_applications install-conf_applications +.PHONY: conf_applications install-conf_applications conf_applications: $(conf_applicationspkg_LTLIBRARIES) $(conf_applications_DATA) install-conf_applications: install-conf_applicationsDATA install-conf_applicationspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_dialogs.am b/src/modules/Makefile_conf_dialogs.am index 2300e9c4c..bc1539b81 100644 --- a/src/modules/Makefile_conf_dialogs.am +++ b/src/modules/Makefile_conf_dialogs.am @@ -14,6 +14,6 @@ conf_dialogs_module_la_SOURCES = conf_dialogs/e_mod_main.c \ conf_dialogs/e_int_config_profiles.c \ conf_dialogs/e_int_config_profiles.h -,PHONY: conf_dialogs install-conf_dialogs +.PHONY: conf_dialogs install-conf_dialogs conf_dialogs: $(conf_dialogspkg_LTLIBRARIES) $(conf_dialogs_DATA) install-conf_dialogs: install-conf_dialogsDATA install-conf_dialogspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_display.am b/src/modules/Makefile_conf_display.am index a7ef3100e..5b2b62239 100644 --- a/src/modules/Makefile_conf_display.am +++ b/src/modules/Makefile_conf_display.am @@ -23,6 +23,6 @@ conf_display_module_la_SOURCES = conf_display/e_mod_main.c \ conf_display/e_int_config_desk.c \ conf_display/e_int_config_desk.h -,PHONY: conf_display install-conf_display +.PHONY: conf_display install-conf_display conf_display: $(conf_displaypkg_LTLIBRARIES) $(conf_display_DATA) install-conf_display: install-conf_displayDATA install-conf_displaypkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_edgebindings.am b/src/modules/Makefile_conf_edgebindings.am index c949824a7..b52bcf7dc 100644 --- a/src/modules/Makefile_conf_edgebindings.am +++ b/src/modules/Makefile_conf_edgebindings.am @@ -13,6 +13,6 @@ conf_edgebindings_module_la_SOURCES = conf_edgebindings/e_mod_main.c \ conf_edgebindings/e_int_config_signalbindings.c \ conf_edgebindings/e_int_config_edgebindings.h -,PHONY: conf_edgebindings install-conf_edgebindings +.PHONY: conf_edgebindings install-conf_edgebindings conf_edgebindings: $(conf_edgebindingspkg_LTLIBRARIES) $(conf_edgebindings_DATA) install-conf_edgebindings: install-conf_edgebindingsDATA install-conf_edgebindingspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_interaction.am b/src/modules/Makefile_conf_interaction.am index 6a9dc4920..676ad0816 100644 --- a/src/modules/Makefile_conf_interaction.am +++ b/src/modules/Makefile_conf_interaction.am @@ -14,6 +14,6 @@ conf_interaction_module_la_SOURCES = conf_interaction/e_mod_main.c \ conf_interaction/e_int_config_mouse.c \ conf_interaction/e_int_config_mouse.h -,PHONY: conf_interaction install-conf_interaction +.PHONY: conf_interaction install-conf_interaction conf_interaction: $(conf_interactionpkg_LTLIBRARIES) $(conf_interaction_DATA) install-conf_interaction: install-conf_interactionDATA install-conf_interactionpkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_intl.am b/src/modules/Makefile_conf_intl.am index 996767324..bf405ac72 100644 --- a/src/modules/Makefile_conf_intl.am +++ b/src/modules/Makefile_conf_intl.am @@ -15,6 +15,6 @@ conf_intl_module_la_SOURCES = conf_intl/e_mod_main.c \ conf_intl/e_int_config_imc.c \ conf_intl/e_int_config_imc.h -,PHONY: conf_intl install-conf_intl +.PHONY: conf_intl install-conf_intl conf_intl: $(conf_intlpkg_LTLIBRARIES) $(conf_intl_DATA) install-conf_intl: install-conf_intlDATA install-conf_intlpkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_keybindings.am b/src/modules/Makefile_conf_keybindings.am index f6acd6c20..9cb9eaaaa 100644 --- a/src/modules/Makefile_conf_keybindings.am +++ b/src/modules/Makefile_conf_keybindings.am @@ -15,6 +15,6 @@ conf_keybindings_module_la_SOURCES = conf_keybindings/e_mod_main.c \ conf_keybindings/e_int_config_acpibindings.c \ conf_keybindings/e_int_config_acpibindings.h -,PHONY: conf_keybindings install-conf_keybindings +.PHONY: conf_keybindings install-conf_keybindings conf_keybindings: $(conf_keybindingspkg_LTLIBRARIES) $(conf_keybindings_DATA) install-conf_keybindings: install-conf_keybindingsDATA install-conf_keybindingspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_menus.am b/src/modules/Makefile_conf_menus.am index 74c237706..a244b6bab 100644 --- a/src/modules/Makefile_conf_menus.am +++ b/src/modules/Makefile_conf_menus.am @@ -12,6 +12,6 @@ conf_menus_module_la_SOURCES = conf_menus/e_mod_main.c \ conf_menus/e_int_config_menus.c \ conf_menus/e_int_config_menus.h -,PHONY: conf_menus install-conf_menus +.PHONY: conf_menus install-conf_menus conf_menus: $(conf_menuspkg_LTLIBRARIES) $(conf_menus_DATA) install-conf_menus: install-conf_menusDATA install-conf_menuspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_paths.am b/src/modules/Makefile_conf_paths.am index ec6328528..224d8f6f0 100644 --- a/src/modules/Makefile_conf_paths.am +++ b/src/modules/Makefile_conf_paths.am @@ -14,6 +14,6 @@ conf_paths_module_la_SOURCES = conf_paths/e_mod_main.c \ conf_paths/e_int_config_env.c \ conf_paths/e_int_config_env.h -,PHONY: conf_paths install-conf_paths +.PHONY: conf_paths install-conf_paths conf_paths: $(conf_pathspkg_LTLIBRARIES) $(conf_paths_DATA) install-conf_paths: install-conf_pathsDATA install-conf_pathspkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_performance.am b/src/modules/Makefile_conf_performance.am index 1596b8212..a189410db 100644 --- a/src/modules/Makefile_conf_performance.am +++ b/src/modules/Makefile_conf_performance.am @@ -16,6 +16,6 @@ conf_performance_module_la_SOURCES = conf_performance/e_mod_main.c \ conf_performance/e_int_config_powermanagement.c \ conf_performance/e_int_config_powermanagement.h -,PHONY: conf_performance install-conf_performance +.PHONY: conf_performance install-conf_performance conf_performance: $(conf_performancepkg_LTLIBRARIES) $(conf_performance_DATA) install-conf_performance: install-conf_performanceDATA install-conf_performancepkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_randr.am b/src/modules/Makefile_conf_randr.am index 23e6a85d7..d36d49d67 100644 --- a/src/modules/Makefile_conf_randr.am +++ b/src/modules/Makefile_conf_randr.am @@ -16,6 +16,6 @@ conf_randr_module_la_SOURCES = conf_randr/e_mod_main.c \ conf_randr/e_smart_monitor.h \ conf_randr/e_smart_monitor.c -,PHONY: conf_randr install-conf_randr +.PHONY: conf_randr install-conf_randr conf_randr: $(conf_randrpkg_LTLIBRARIES) $(conf_randr_DATA) install-conf_randr: install-conf_randrDATA install-conf_randrpkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_shelves.am b/src/modules/Makefile_conf_shelves.am index a6b562058..017db3397 100644 --- a/src/modules/Makefile_conf_shelves.am +++ b/src/modules/Makefile_conf_shelves.am @@ -12,6 +12,6 @@ conf_shelves_module_la_SOURCES = conf_shelves/e_mod_main.c \ conf_shelves/e_int_config_shelf.c \ conf_shelves/e_int_config_shelf.h -,PHONY: conf_shelves install-conf_shelves +.PHONY: conf_shelves install-conf_shelves conf_shelves: $(conf_shelvespkg_LTLIBRARIES) $(conf_shelves_DATA) install-conf_shelves: install-conf_shelvesDATA install-conf_shelvespkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_theme.am b/src/modules/Makefile_conf_theme.am index bc8d45fc7..60a860f9b 100644 --- a/src/modules/Makefile_conf_theme.am +++ b/src/modules/Makefile_conf_theme.am @@ -28,6 +28,6 @@ conf_theme_module_la_SOURCES = conf_theme/e_mod_main.c \ conf_theme/e_int_config_wallpaper.h \ conf_theme/e_int_config_xsettings.c -,PHONY: conf_theme install-conf_theme +.PHONY: conf_theme install-conf_theme conf_theme: $(conf_themepkg_LTLIBRARIES) $(conf_theme_DATA) install-conf_theme: install-conf_themeDATA install-conf_themepkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_wallpaper2.am b/src/modules/Makefile_conf_wallpaper2.am index e608fbb51..baf5ad728 100644 --- a/src/modules/Makefile_conf_wallpaper2.am +++ b/src/modules/Makefile_conf_wallpaper2.am @@ -11,6 +11,6 @@ conf_wallpaper2_module_la_SOURCES = conf_wallpaper2/e_mod_main.c \ conf_wallpaper2/e_int_config_wallpaper.c \ conf_wallpaper2/e_int_config_wallpaper.h -,PHONY: conf_wallpaper2 install-conf_wallpaper2 +.PHONY: conf_wallpaper2 install-conf_wallpaper2 conf_wallpaper2: $(conf_wallpaper2pkg_LTLIBRARIES) $(conf_wallpaper2_DATA) install-conf_wallpaper2: install-conf_wallpaper2DATA install-conf_wallpaper2pkgLTLIBRARIES diff --git a/src/modules/Makefile_conf_window_manipulation.am b/src/modules/Makefile_conf_window_manipulation.am index bef5c582d..da93a9ff6 100644 --- a/src/modules/Makefile_conf_window_manipulation.am +++ b/src/modules/Makefile_conf_window_manipulation.am @@ -18,6 +18,6 @@ conf_window_manipulation_module_la_SOURCES = conf_window_manipulation/e_mod_main conf_window_manipulation/e_int_config_clientlist.c \ conf_window_manipulation/e_int_config_clientlist.h -,PHONY: conf_window_manipulation install-conf_window_manipulation +.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 diff --git a/src/modules/Makefile_conf_window_remembers.am b/src/modules/Makefile_conf_window_remembers.am index 03964465f..e2179539b 100644 --- a/src/modules/Makefile_conf_window_remembers.am +++ b/src/modules/Makefile_conf_window_remembers.am @@ -12,6 +12,6 @@ conf_window_remembers_module_la_SOURCES = conf_window_remembers/e_mod_main.c \ conf_window_remembers/e_int_config_remembers.c \ conf_window_remembers/e_int_config_remembers.h -,PHONY: conf_window_remembers install-conf_window_remembers +.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 diff --git a/src/modules/Makefile_connman.am b/src/modules/Makefile_connman.am index 56318d492..f9ed97e43 100644 --- a/src/modules/Makefile_connman.am +++ b/src/modules/Makefile_connman.am @@ -19,6 +19,6 @@ connman_module_la_SOURCES = connman/e_mod_main.h \ connman_module_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-parameter connman_module_la_LIBADD = @ECONNMAN_LIBS@ -,PHONY: connman install-connman +.PHONY: connman install-connman connman: $(connmanpkg_LTLIBRARIES) $(connman_DATA) install-connman: install-connmanDATA install-connmanpkgLTLIBRARIES diff --git a/src/modules/Makefile_cpufreq.am b/src/modules/Makefile_cpufreq.am index 670a06cc9..2d2bb9672 100644 --- a/src/modules/Makefile_cpufreq.am +++ b/src/modules/Makefile_cpufreq.am @@ -26,6 +26,6 @@ cpufreq-install-data-hook: INSTALL_DATA_HOOKS += cpufreq-install-data-hook -,PHONY: cpufreq install-cpufreq +.PHONY: cpufreq install-cpufreq cpufreq: $(cpufreqpkg_LTLIBRARIES) $(cpufreq_DATA) $(freqset_PROGRAMS) install-cpufreq: install-cpufreqDATA install-cpufreqpkgLTLIBRARIES install-freqsetPROGRAMS diff --git a/src/modules/Makefile_dropshadow.am b/src/modules/Makefile_dropshadow.am index 7920fcb66..912f97341 100644 --- a/src/modules/Makefile_dropshadow.am +++ b/src/modules/Makefile_dropshadow.am @@ -12,6 +12,6 @@ dropshadow_module_la_SOURCES = dropshadow/e_mod_main.h \ dropshadow/e_mod_config.h \ dropshadow/e_mod_config.c -,PHONY: dropshadow install-dropshadow +.PHONY: dropshadow install-dropshadow dropshadow: $(dropshadowpkg_LTLIBRARIES) $(dropshadow_DATA) install-dropshadow: install-dropshadowDATA install-dropshadowpkgLTLIBRARIES diff --git a/src/modules/Makefile_everything.am b/src/modules/Makefile_everything.am index 82d44d393..c608ea9f6 100644 --- a/src/modules/Makefile_everything.am +++ b/src/modules/Makefile_everything.am @@ -44,6 +44,6 @@ everything_pkgconfig_DATA = everything/everything.pc EXTRA_DIST += everything/everything.pc.in DISTCLEANFILES = everything/everything.pc -,PHONY: everything install-everything +.PHONY: everything install-everything everything: $(everythingpkg_LTLIBRARIES) $(everything_DATA) install-everything: install-everythingDATA install-everythingpkgLTLIBRARIES install-everything_pkgconfig_DATA diff --git a/src/modules/Makefile_fileman.am b/src/modules/Makefile_fileman.am index 76f1dfa97..cc77fb7f3 100644 --- a/src/modules/Makefile_fileman.am +++ b/src/modules/Makefile_fileman.am @@ -21,6 +21,6 @@ fileman_module_la_SOURCES = fileman/e_mod_main.c \ fileman/e_mod_dbus.h \ fileman/e_mod_menu.c -,PHONY: fileman install-fileman +.PHONY: fileman install-fileman fileman: $(filemanpkg_LTLIBRARIES) $(fileman_DATA) install-fileman: install-filemanDATA install-filemanpkgLTLIBRARIES diff --git a/src/modules/Makefile_fileman_opinfo.am b/src/modules/Makefile_fileman_opinfo.am index 1378fe8c2..13b747df8 100644 --- a/src/modules/Makefile_fileman_opinfo.am +++ b/src/modules/Makefile_fileman_opinfo.am @@ -10,6 +10,6 @@ fileman_opinfopkg_LTLIBRARIES = fileman_opinfo/module.la fileman_opinfo_module_la_SOURCES = fileman_opinfo/e_mod_main.c \ fileman_opinfo/e_mod_main.h -,PHONY: fileman_opinfo install-fileman_opinfo +.PHONY: fileman_opinfo install-fileman_opinfo fileman_opinfo: $(fileman_opinfopkg_LTLIBRARIES) $(fileman_opinfo_DATA) install-fileman_opinfo: install-fileman_opinfoDATA install-fileman_opinfopkgLTLIBRARIES diff --git a/src/modules/Makefile_gadman.am b/src/modules/Makefile_gadman.am index 5471745d2..8ab3d4bae 100644 --- a/src/modules/Makefile_gadman.am +++ b/src/modules/Makefile_gadman.am @@ -14,6 +14,6 @@ gadman_module_la_SOURCES = gadman/e_mod_main.c \ gadman/e_mod_gadman.c \ gadman/e_mod_gadman.h -,PHONY: gadman install-gadman +.PHONY: gadman install-gadman gadman: $(gadmanpkg_LTLIBRARIES) $(gadman_DATA) install-gadman: install-gadmanDATA install-gadmanpkgLTLIBRARIES diff --git a/src/modules/Makefile_ibar.am b/src/modules/Makefile_ibar.am index 96235b670..c6ff5b4a8 100644 --- a/src/modules/Makefile_ibar.am +++ b/src/modules/Makefile_ibar.am @@ -11,6 +11,6 @@ ibar_module_la_SOURCES = ibar/e_mod_main.c \ ibar/e_mod_main.h \ ibar/e_mod_config.c -,PHONY: ibar install-ibar +.PHONY: ibar install-ibar ibar: $(ibarpkg_LTLIBRARIES) $(ibar_DATA) install-ibar: install-ibarDATA install-ibarpkgLTLIBRARIES diff --git a/src/modules/Makefile_ibox.am b/src/modules/Makefile_ibox.am index 259d6ed22..0d11d7deb 100644 --- a/src/modules/Makefile_ibox.am +++ b/src/modules/Makefile_ibox.am @@ -11,6 +11,6 @@ ibox_module_la_SOURCES = ibox/e_mod_main.c \ ibox/e_mod_main.h \ ibox/e_mod_config.c -,PHONY: ibox install-ibox +.PHONY: ibox install-ibox ibox: $(iboxpkg_LTLIBRARIES) $(ibox_DATA) install-ibox: install-iboxDATA install-iboxpkgLTLIBRARIES diff --git a/src/modules/Makefile_illume-bluetooth.am b/src/modules/Makefile_illume-bluetooth.am index 219247fe2..69d363f3f 100644 --- a/src/modules/Makefile_illume-bluetooth.am +++ b/src/modules/Makefile_illume-bluetooth.am @@ -10,6 +10,6 @@ illume_bluetoothpkg_LTLIBRARIES = illume-bluetooth/module.la illume_bluetooth_module_la_SOURCES = illume-bluetooth/e_mod_main.c \ illume-bluetooth/e_mod_main.h -,PHONY: illume_bluetooth install-illume_bluetooth +.PHONY: illume_bluetooth install-illume_bluetooth illume_bluetooth: $(illume_bluetoothpkg_LTLIBRARIES) $(illume_bluetooth_DATA) install-illume_bluetooth: install-illume_bluetoothDATA install-illume_bluetoothpkgLTLIBRARIES diff --git a/src/modules/Makefile_illume-home-toggle.am b/src/modules/Makefile_illume-home-toggle.am index 4fa9cb946..a6add4220 100644 --- a/src/modules/Makefile_illume-home-toggle.am +++ b/src/modules/Makefile_illume-home-toggle.am @@ -10,6 +10,6 @@ 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 -,PHONY: illume_home_toggle install-illume_home_toggle +.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 diff --git a/src/modules/Makefile_illume-home.am b/src/modules/Makefile_illume-home.am index d626cbeba..db2128007 100644 --- a/src/modules/Makefile_illume-home.am +++ b/src/modules/Makefile_illume-home.am @@ -14,6 +14,6 @@ illume_home_module_la_SOURCES = illume-home/e_mod_main.c \ illume-home/e_busycover.c \ illume-home/e_busycover.h -,PHONY: illume_home install-illume_home +.PHONY: illume_home install-illume_home illume_home: $(illume_homepkg_LTLIBRARIES) $(illume_home_DATA) install-illume_home: install-illume_homeDATA install-illume_homepkgLTLIBRARIES diff --git a/src/modules/Makefile_illume-indicator.am b/src/modules/Makefile_illume-indicator.am index b982e7668..aa2c2ae62 100644 --- a/src/modules/Makefile_illume-indicator.am +++ b/src/modules/Makefile_illume-indicator.am @@ -32,6 +32,6 @@ endif illume_indicator_module_la_LIBADD = @ENOTIFY_LIBS@ -,PHONY: illume_indicator install-illume_indicator +.PHONY: illume_indicator install-illume_indicator illume_indicator: $(illume_indicatorpkg_LTLIBRARIES) $(illume_indicator_DATA) install-illume_indicator: install-illume_indicatorDATA install-illume_indicatorpkgLTLIBRARIES diff --git a/src/modules/Makefile_illume-kbd-toggle.am b/src/modules/Makefile_illume-kbd-toggle.am index bb0a06ffb..b4613afbb 100644 --- a/src/modules/Makefile_illume-kbd-toggle.am +++ b/src/modules/Makefile_illume-kbd-toggle.am @@ -10,6 +10,6 @@ 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 -,PHONY: illume_kbd_toggle install-illume_kbd_toggle +.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 diff --git a/src/modules/Makefile_illume-keyboard.am b/src/modules/Makefile_illume-keyboard.am index d95b5b26a..5a78b54d9 100644 --- a/src/modules/Makefile_illume-keyboard.am +++ b/src/modules/Makefile_illume-keyboard.am @@ -58,6 +58,6 @@ illume_keyboard_module_la_SOURCES = illume-keyboard/e_mod_main.c \ illume-keyboard/e_mod_config.h # TODO: incomplete -,PHONY: illume_keyboard install-illume_keyboard +.PHONY: illume_keyboard install-illume_keyboard illume_keyboard: $(illume_keyboardpkg_LTLIBRARIES) $(illume_keyboard_DATA) install-illume_keyboard: install-illume_keyboardDATA install-illume_keyboardpkgLTLIBRARIES diff --git a/src/modules/Makefile_illume-mode-toggle.am b/src/modules/Makefile_illume-mode-toggle.am index 9fafc2a87..2b50438a8 100644 --- a/src/modules/Makefile_illume-mode-toggle.am +++ b/src/modules/Makefile_illume-mode-toggle.am @@ -10,6 +10,6 @@ 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 -,PHONY: illume_mode_toggle install-illume_mode_toggle +.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 diff --git a/src/modules/Makefile_illume-softkey.am b/src/modules/Makefile_illume-softkey.am index 9616f3e62..58657e8ed 100644 --- a/src/modules/Makefile_illume-softkey.am +++ b/src/modules/Makefile_illume-softkey.am @@ -25,6 +25,6 @@ illume_softkey_module_la_SOURCES = illume-softkey/e_mod_main.c \ illume-softkey/e_mod_config.c \ illume-softkey/e_mod_config.h -,PHONY: illume_softkey install-illume_softkey +.PHONY: illume_softkey install-illume_softkey illume_softkey: $(illume_softkeypkg_LTLIBRARIES) $(illume_softkey_DATA) install-illume_softkey: install-illume_softkeyDATA install-illume_softkeypkgLTLIBRARIES diff --git a/src/modules/Makefile_illume2.am b/src/modules/Makefile_illume2.am index c6527778d..48b767232 100644 --- a/src/modules/Makefile_illume2.am +++ b/src/modules/Makefile_illume2.am @@ -71,6 +71,6 @@ illume2_module_la_SOURCES = illume2/e_mod_main.c \ illume2/e_mod_config.c # TODO: incomplete -,PHONY: illume2 install-illume2 +.PHONY: illume2 install-illume2 illume2: $(illume2pkg_LTLIBRARIES) $(illume2_DATA) install-illume2: install-illume2DATA install-illume2pkgLTLIBRARIES diff --git a/src/modules/Makefile_mixer.am b/src/modules/Makefile_mixer.am index 249aad9e2..1002c6711 100644 --- a/src/modules/Makefile_mixer.am +++ b/src/modules/Makefile_mixer.am @@ -37,6 +37,6 @@ mixer_module_la_CFLAGS += @ENOTIFY_CFLAGS@ mixer_module_la_LIBADD += @ENOTIFY_LIBS@ endif -,PHONY: mixer install-mixer +.PHONY: mixer install-mixer mixer: $(mixerpkg_LTLIBRARIES) $(mixer_DATA) install-mixer: install-mixerDATA install-mixerpkgLTLIBRARIES diff --git a/src/modules/Makefile_msgbus.am b/src/modules/Makefile_msgbus.am index 20674967a..d8da7e404 100644 --- a/src/modules/Makefile_msgbus.am +++ b/src/modules/Makefile_msgbus.am @@ -13,6 +13,6 @@ msgbus_module_la_SOURCES = msgbus/e_mod_main.h \ msgbus/msgbus_desktop.c \ msgbus/msgbus_lang.c -,PHONY: msgbus install-msgbus +.PHONY: msgbus install-msgbus msgbus: $(msgbuspkg_LTLIBRARIES) $(msgbus_DATA) install-msgbus: install-msgbusDATA install-msgbuspkgLTLIBRARIES diff --git a/src/modules/Makefile_notification.am b/src/modules/Makefile_notification.am index 5d69afb94..101fa4f02 100644 --- a/src/modules/Makefile_notification.am +++ b/src/modules/Makefile_notification.am @@ -16,6 +16,6 @@ notification_module_la_SOURCES = notification/e_mod_main.h \ notification_module_la_LIBADD = @ENOTIFY_LIBS@ -,PHONY: notification install-notification +.PHONY: notification install-notification notification: $(notificationpkg_LTLIBRARIES) $(notification_DATA) install-notification: install-notificationDATA install-notificationpkgLTLIBRARIES diff --git a/src/modules/Makefile_pager.am b/src/modules/Makefile_pager.am index fbdcf4b48..9938ff0b8 100644 --- a/src/modules/Makefile_pager.am +++ b/src/modules/Makefile_pager.am @@ -11,6 +11,6 @@ pager_module_la_SOURCES = pager/e_mod_main.h \ pager/e_mod_main.c \ pager/e_mod_config.c -,PHONY: pager install-pager +.PHONY: pager install-pager pager: $(pagerpkg_LTLIBRARIES) $(pager_DATA) install-pager: install-pagerDATA install-pagerpkgLTLIBRARIES diff --git a/src/modules/Makefile_physics.am b/src/modules/Makefile_physics.am index e5994825d..ddd707f6f 100644 --- a/src/modules/Makefile_physics.am +++ b/src/modules/Makefile_physics.am @@ -18,6 +18,6 @@ physics_module_la_SOURCES = physics/e_mod_main.c \ physics_module_la_LIBADD = @EPHYSICS_LIBS@ -,PHONY: physics install-physics +.PHONY: physics install-physics physics: $(physicspkg_LTLIBRARIES) $(physics_DATA) install-physics: install-physicsDATA install-physicspkgLTLIBRARIES diff --git a/src/modules/Makefile_quickaccess.am b/src/modules/Makefile_quickaccess.am index 30f21b718..6b1f7325b 100644 --- a/src/modules/Makefile_quickaccess.am +++ b/src/modules/Makefile_quickaccess.am @@ -14,6 +14,6 @@ quickaccess_module_la_SOURCES = quickaccess/e_mod_main.c \ quickaccess/e_quickaccess_bindings.c \ quickaccess/e_quickaccess_db.c -,PHONY: quickaccess install-quickaccess +.PHONY: quickaccess install-quickaccess quickaccess: $(quickaccesspkg_LTLIBRARIES) $(quickaccess_DATA) install-quickaccess: install-quickaccessDATA install-quickaccesspkgLTLIBRARIES diff --git a/src/modules/Makefile_shot.am b/src/modules/Makefile_shot.am index 88c464fff..1844f9459 100644 --- a/src/modules/Makefile_shot.am +++ b/src/modules/Makefile_shot.am @@ -10,6 +10,6 @@ shotpkg_LTLIBRARIES = shot/module.la shot_module_la_SOURCES = shot/e_mod_main.c \ shot/e_mod_main.h -,PHONY: shot install-shot +.PHONY: shot install-shot shot: $(shotpkg_LTLIBRARIES) $(shot_DATA) install-shot: install-shotDATA install-shotpkgLTLIBRARIES diff --git a/src/modules/Makefile_start.am b/src/modules/Makefile_start.am index 850b2daa5..37cf713ef 100644 --- a/src/modules/Makefile_start.am +++ b/src/modules/Makefile_start.am @@ -10,6 +10,6 @@ startpkg_LTLIBRARIES = start/module.la start_module_la_SOURCES = start/e_mod_main.h \ start/e_mod_main.c -,PHONY: start install-start +.PHONY: start install-start start: $(startpkg_LTLIBRARIES) $(start_DATA) install-start: install-startDATA install-startpkgLTLIBRARIES diff --git a/src/modules/Makefile_syscon.am b/src/modules/Makefile_syscon.am index 7345650ff..7346ecb14 100644 --- a/src/modules/Makefile_syscon.am +++ b/src/modules/Makefile_syscon.am @@ -15,6 +15,6 @@ syscon_module_la_SOURCES = syscon/e_mod_main.c \ syscon/e_syscon.h \ syscon/e_syscon_gadget.c -,PHONY: syscon install-syscon +.PHONY: syscon install-syscon syscon: $(sysconpkg_LTLIBRARIES) $(syscon_DATA) install-syscon: install-sysconDATA install-sysconpkgLTLIBRARIES diff --git a/src/modules/Makefile_systray.am b/src/modules/Makefile_systray.am index f3d7befee..527fa1e03 100644 --- a/src/modules/Makefile_systray.am +++ b/src/modules/Makefile_systray.am @@ -10,6 +10,6 @@ systraypkg_LTLIBRARIES = systray/module.la systray_module_la_SOURCES = systray/e_mod_main.h \ systray/e_mod_main.c -,PHONY: systray install-systray +.PHONY: systray install-systray systray: $(systraypkg_LTLIBRARIES) $(systray_DATA) install-systray: install-systrayDATA install-systraypkgLTLIBRARIES diff --git a/src/modules/Makefile_tasks.am b/src/modules/Makefile_tasks.am index 8f8a17be5..4bf4a5c28 100644 --- a/src/modules/Makefile_tasks.am +++ b/src/modules/Makefile_tasks.am @@ -11,6 +11,6 @@ tasks_module_la_SOURCES = tasks/e_mod_main.c \ tasks/e_mod_main.h \ tasks/e_mod_config.c -,PHONY: tasks install-tasks +.PHONY: tasks install-tasks tasks: $(taskspkg_LTLIBRARIES) $(tasks_DATA) install-tasks: install-tasksDATA install-taskspkgLTLIBRARIES diff --git a/src/modules/Makefile_temperature.am b/src/modules/Makefile_temperature.am index 73d525ebc..eac7adb13 100644 --- a/src/modules/Makefile_temperature.am +++ b/src/modules/Makefile_temperature.am @@ -23,6 +23,6 @@ tempget_PROGRAMS = temperature/tempget temperature_tempget_SOURCES = temperature/tempget.c temperature_tempget_LDADD = @TEMPERATURE_LIBS@ -,PHONY: temperature install-temperature +.PHONY: temperature install-temperature temperature: $(temperaturepkg_LTLIBRARIES) $(temperature_DATA) $(tempget_PROGRAMS) install-temperature: install-temperatureDATA install-temperaturepkgLTLIBRARIES install-tempgetPROGRAMS diff --git a/src/modules/Makefile_tiling.am b/src/modules/Makefile_tiling.am index aad76c7d7..52bcab07e 100644 --- a/src/modules/Makefile_tiling.am +++ b/src/modules/Makefile_tiling.am @@ -28,6 +28,6 @@ tiling_module_la_SOURCES = tiling/e_mod_tiling.c \ tiling/e_mod_tiling.h \ tiling/e_mod_config.c -,PHONY: tiling install-tiling +.PHONY: tiling install-tiling tiling: $(tilingpkg_LTLIBRARIES) $(tiling_DATA) install-tiling: install-tilingDATA install-tilingpkgLTLIBRARIES diff --git a/src/modules/Makefile_winlist.am b/src/modules/Makefile_winlist.am index bb83e0edc..d4721f6b2 100644 --- a/src/modules/Makefile_winlist.am +++ b/src/modules/Makefile_winlist.am @@ -14,6 +14,6 @@ winlist_module_la_SOURCES = winlist/e_mod_main.h \ winlist/e_winlist.h \ winlist/e_winlist.c -,PHONY: winlist install-winlist +.PHONY: winlist install-winlist winlist: $(winlistpkg_LTLIBRARIES) $(winlist_DATA) install-winlist: install-winlistDATA install-winlistpkgLTLIBRARIES diff --git a/src/modules/Makefile_wizard.am b/src/modules/Makefile_wizard.am index 45b7a6309..59e7bbd7e 100644 --- a/src/modules/Makefile_wizard.am +++ b/src/modules/Makefile_wizard.am @@ -110,6 +110,6 @@ wizard_page_170_la_SOURCES = wizard/page_170.c wizard_page_200_la_SOURCES = wizard/page_200.c -,PHONY: wizard install-wizard +.PHONY: wizard install-wizard wizard: $(wizardpkg_LTLIBRARIES) $(wizard_DATA) install-wizard: install-wizardDATA install-wizardpkgLTLIBRARIES diff --git a/src/modules/Makefile_xkbswitch.am b/src/modules/Makefile_xkbswitch.am index f718a5c57..094438a95 100644 --- a/src/modules/Makefile_xkbswitch.am +++ b/src/modules/Makefile_xkbswitch.am @@ -13,6 +13,6 @@ xkbswitch_module_la_SOURCES = xkbswitch/e_mod_main.c \ xkbswitch/e_mod_parse.c \ xkbswitch/e_mod_parse.h -,PHONY: xkbswitch install-xkbswitch +.PHONY: xkbswitch install-xkbswitch xkbswitch: $(xkbswitchpkg_LTLIBRARIES) $(xkbswitch_DATA) install-xkbswitch: install-xkbswitchDATA install-xkbswitchpkgLTLIBRARIES