From 8d810ae79fecdf816d9a15462975bea7284abf92 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 19 Nov 2012 20:17:06 +0000 Subject: [PATCH] e: build and install modules separately SVN revision: 79454 --- src/modules/Makefile_access.am | 4 ++++ src/modules/Makefile_backlight.am | 4 ++++ src/modules/Makefile_battery.am | 4 ++++ src/modules/Makefile_clock.am | 4 ++++ src/modules/Makefile_comp.am | 4 ++++ src/modules/Makefile_conf.am | 4 ++++ src/modules/Makefile_conf_applications.am | 4 ++++ src/modules/Makefile_conf_dialogs.am | 4 ++++ src/modules/Makefile_conf_display.am | 4 ++++ src/modules/Makefile_conf_edgebindings.am | 4 ++++ src/modules/Makefile_conf_interaction.am | 4 ++++ src/modules/Makefile_conf_intl.am | 4 ++++ src/modules/Makefile_conf_keybindings.am | 4 ++++ src/modules/Makefile_conf_menus.am | 4 ++++ src/modules/Makefile_conf_paths.am | 4 ++++ src/modules/Makefile_conf_performance.am | 4 ++++ src/modules/Makefile_conf_randr.am | 4 ++++ src/modules/Makefile_conf_shelves.am | 4 ++++ src/modules/Makefile_conf_theme.am | 4 ++++ src/modules/Makefile_conf_wallpaper2.am | 4 ++++ src/modules/Makefile_conf_window_manipulation.am | 4 ++++ src/modules/Makefile_conf_window_remembers.am | 4 ++++ src/modules/Makefile_connman.am | 4 ++++ src/modules/Makefile_cpufreq.am | 4 ++++ src/modules/Makefile_dropshadow.am | 4 ++++ src/modules/Makefile_everything.am | 4 ++++ src/modules/Makefile_fileman.am | 4 ++++ src/modules/Makefile_fileman_opinfo.am | 4 ++++ src/modules/Makefile_gadman.am | 4 ++++ src/modules/Makefile_ibar.am | 4 ++++ src/modules/Makefile_ibox.am | 4 ++++ src/modules/Makefile_illume-bluetooth.am | 4 ++++ src/modules/Makefile_illume-home-toggle.am | 4 ++++ src/modules/Makefile_illume-home.am | 4 ++++ src/modules/Makefile_illume-indicator.am | 4 ++++ src/modules/Makefile_illume-kbd-toggle.am | 4 ++++ src/modules/Makefile_illume-keyboard.am | 5 +++++ src/modules/Makefile_illume-mode-toggle.am | 4 ++++ src/modules/Makefile_illume-softkey.am | 4 ++++ src/modules/Makefile_illume2.am | 5 +++++ src/modules/Makefile_mixer.am | 4 ++++ src/modules/Makefile_msgbus.am | 4 ++++ src/modules/Makefile_notification.am | 4 ++++ src/modules/Makefile_pager.am | 4 ++++ src/modules/Makefile_physics.am | 4 ++++ src/modules/Makefile_quickaccess.am | 4 ++++ src/modules/Makefile_shot.am | 4 ++++ src/modules/Makefile_start.am | 4 ++++ src/modules/Makefile_syscon.am | 4 ++++ src/modules/Makefile_systray.am | 4 ++++ src/modules/Makefile_tasks.am | 4 ++++ src/modules/Makefile_temperature.am | 4 ++++ src/modules/Makefile_tiling.am | 4 ++++ src/modules/Makefile_winlist.am | 4 ++++ src/modules/Makefile_wizard.am | 4 ++++ src/modules/Makefile_xkbswitch.am | 4 ++++ 56 files changed, 226 insertions(+) diff --git a/src/modules/Makefile_access.am b/src/modules/Makefile_access.am index 4df292afc..085275e3e 100644 --- a/src/modules/Makefile_access.am +++ b/src/modules/Makefile_access.am @@ -9,3 +9,7 @@ accesspkg_LTLIBRARIES = access/module.la 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 diff --git a/src/modules/Makefile_backlight.am b/src/modules/Makefile_backlight.am index 3cd51167b..4b6fb440e 100644 --- a/src/modules/Makefile_backlight.am +++ b/src/modules/Makefile_backlight.am @@ -9,3 +9,7 @@ backlightpkg_LTLIBRARIES = backlight/module.la 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 diff --git a/src/modules/Makefile_battery.am b/src/modules/Makefile_battery.am index 0a064f810..5d885e837 100644 --- a/src/modules/Makefile_battery.am +++ b/src/modules/Makefile_battery.am @@ -33,3 +33,7 @@ batget_PROGRAMS = battery/batget 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 diff --git a/src/modules/Makefile_clock.am b/src/modules/Makefile_clock.am index efc3fd2cd..ec1d63725 100644 --- a/src/modules/Makefile_clock.am +++ b/src/modules/Makefile_clock.am @@ -10,3 +10,7 @@ clockpkg_LTLIBRARIES = clock/module.la 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 diff --git a/src/modules/Makefile_comp.am b/src/modules/Makefile_comp.am index 5d49b2455..1b00b9819 100644 --- a/src/modules/Makefile_comp.am +++ b/src/modules/Makefile_comp.am @@ -38,3 +38,7 @@ comp_module_la_SOURCES += comp/e_mod_comp_wl.h \ endif comp_module_la_LIBADD = @WAYLAND_LIBS@ + +,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 3514fa6f7..1931fe9c8 100644 --- a/src/modules/Makefile_conf.am +++ b/src/modules/Makefile_conf.am @@ -12,3 +12,7 @@ conf_module_la_SOURCES = conf/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_conf_applications.am b/src/modules/Makefile_conf_applications.am index 7d76f38ba..624da4ccb 100644 --- a/src/modules/Makefile_conf_applications.am +++ b/src/modules/Makefile_conf_applications.am @@ -17,3 +17,7 @@ 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 + +,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 15f07ece1..2300e9c4c 100644 --- a/src/modules/Makefile_conf_dialogs.am +++ b/src/modules/Makefile_conf_dialogs.am @@ -13,3 +13,7 @@ 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 + +,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 b2844d195..a7ef3100e 100644 --- a/src/modules/Makefile_conf_display.am +++ b/src/modules/Makefile_conf_display.am @@ -22,3 +22,7 @@ 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 + +,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 7adc1661f..c949824a7 100644 --- a/src/modules/Makefile_conf_edgebindings.am +++ b/src/modules/Makefile_conf_edgebindings.am @@ -12,3 +12,7 @@ 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 + +,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 be9718486..6a9dc4920 100644 --- a/src/modules/Makefile_conf_interaction.am +++ b/src/modules/Makefile_conf_interaction.am @@ -13,3 +13,7 @@ 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 + +,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 676ad1d72..996767324 100644 --- a/src/modules/Makefile_conf_intl.am +++ b/src/modules/Makefile_conf_intl.am @@ -14,3 +14,7 @@ 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 + +,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 ebaba1070..f6acd6c20 100644 --- a/src/modules/Makefile_conf_keybindings.am +++ b/src/modules/Makefile_conf_keybindings.am @@ -14,3 +14,7 @@ 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 + +,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 bf61afcfb..74c237706 100644 --- a/src/modules/Makefile_conf_menus.am +++ b/src/modules/Makefile_conf_menus.am @@ -11,3 +11,7 @@ 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 + +,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 afd5a7ba0..ec6328528 100644 --- a/src/modules/Makefile_conf_paths.am +++ b/src/modules/Makefile_conf_paths.am @@ -13,3 +13,7 @@ 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 + +,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 4c2e2f43a..1596b8212 100644 --- a/src/modules/Makefile_conf_performance.am +++ b/src/modules/Makefile_conf_performance.am @@ -15,3 +15,7 @@ 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 + +,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 2fe07959f..23e6a85d7 100644 --- a/src/modules/Makefile_conf_randr.am +++ b/src/modules/Makefile_conf_randr.am @@ -15,3 +15,7 @@ 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 + +,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 022ad4c7b..a6b562058 100644 --- a/src/modules/Makefile_conf_shelves.am +++ b/src/modules/Makefile_conf_shelves.am @@ -11,3 +11,7 @@ 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 + +,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 02401ab07..bc8d45fc7 100644 --- a/src/modules/Makefile_conf_theme.am +++ b/src/modules/Makefile_conf_theme.am @@ -27,3 +27,7 @@ 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 + +,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 c818c4280..e608fbb51 100644 --- a/src/modules/Makefile_conf_wallpaper2.am +++ b/src/modules/Makefile_conf_wallpaper2.am @@ -10,3 +10,7 @@ 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 + +,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 6f4469b94..bef5c582d 100644 --- a/src/modules/Makefile_conf_window_manipulation.am +++ b/src/modules/Makefile_conf_window_manipulation.am @@ -17,3 +17,7 @@ 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 + +,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 6131adc24..03964465f 100644 --- a/src/modules/Makefile_conf_window_remembers.am +++ b/src/modules/Makefile_conf_window_remembers.am @@ -11,3 +11,7 @@ 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 + +,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 a5c93d723..56318d492 100644 --- a/src/modules/Makefile_connman.am +++ b/src/modules/Makefile_connman.am @@ -18,3 +18,7 @@ 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 +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 a29e5042e..670a06cc9 100644 --- a/src/modules/Makefile_cpufreq.am +++ b/src/modules/Makefile_cpufreq.am @@ -25,3 +25,7 @@ cpufreq-install-data-hook: @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 diff --git a/src/modules/Makefile_dropshadow.am b/src/modules/Makefile_dropshadow.am index 4de97bd56..7920fcb66 100644 --- a/src/modules/Makefile_dropshadow.am +++ b/src/modules/Makefile_dropshadow.am @@ -11,3 +11,7 @@ dropshadow_module_la_SOURCES = dropshadow/e_mod_main.h \ 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 diff --git a/src/modules/Makefile_everything.am b/src/modules/Makefile_everything.am index ad1d483ef..82d44d393 100644 --- a/src/modules/Makefile_everything.am +++ b/src/modules/Makefile_everything.am @@ -43,3 +43,7 @@ everything_pkgconfigdir = $(libdir)/pkgconfig 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 diff --git a/src/modules/Makefile_fileman.am b/src/modules/Makefile_fileman.am index 8d423e728..76f1dfa97 100644 --- a/src/modules/Makefile_fileman.am +++ b/src/modules/Makefile_fileman.am @@ -20,3 +20,7 @@ fileman_module_la_SOURCES = fileman/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_fileman_opinfo.am b/src/modules/Makefile_fileman_opinfo.am index 02fdd8246..1378fe8c2 100644 --- a/src/modules/Makefile_fileman_opinfo.am +++ b/src/modules/Makefile_fileman_opinfo.am @@ -9,3 +9,7 @@ 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 +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 b3db95f1a..5471745d2 100644 --- a/src/modules/Makefile_gadman.am +++ b/src/modules/Makefile_gadman.am @@ -13,3 +13,7 @@ gadman_module_la_SOURCES = gadman/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_ibar.am b/src/modules/Makefile_ibar.am index 133d71fa8..96235b670 100644 --- a/src/modules/Makefile_ibar.am +++ b/src/modules/Makefile_ibar.am @@ -10,3 +10,7 @@ ibarpkg_LTLIBRARIES = ibar/module.la 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 diff --git a/src/modules/Makefile_ibox.am b/src/modules/Makefile_ibox.am index c42c3dbf4..259d6ed22 100644 --- a/src/modules/Makefile_ibox.am +++ b/src/modules/Makefile_ibox.am @@ -10,3 +10,7 @@ iboxpkg_LTLIBRARIES = ibox/module.la 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 diff --git a/src/modules/Makefile_illume-bluetooth.am b/src/modules/Makefile_illume-bluetooth.am index 7e9433d07..219247fe2 100644 --- a/src/modules/Makefile_illume-bluetooth.am +++ b/src/modules/Makefile_illume-bluetooth.am @@ -9,3 +9,7 @@ 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 +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 417ada136..4fa9cb946 100644 --- a/src/modules/Makefile_illume-home-toggle.am +++ b/src/modules/Makefile_illume-home-toggle.am @@ -9,3 +9,7 @@ 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 +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 3892f8b1a..d626cbeba 100644 --- a/src/modules/Makefile_illume-home.am +++ b/src/modules/Makefile_illume-home.am @@ -13,3 +13,7 @@ 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 + +,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 0e548596d..b982e7668 100644 --- a/src/modules/Makefile_illume-indicator.am +++ b/src/modules/Makefile_illume-indicator.am @@ -31,3 +31,7 @@ illume_indicator_module_la_SOURCES += illume-indicator/e_mod_notify.c \ 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 diff --git a/src/modules/Makefile_illume-kbd-toggle.am b/src/modules/Makefile_illume-kbd-toggle.am index 8e2620ea3..bb0a06ffb 100644 --- a/src/modules/Makefile_illume-kbd-toggle.am +++ b/src/modules/Makefile_illume-kbd-toggle.am @@ -9,3 +9,7 @@ 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 +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 e69261b18..d95b5b26a 100644 --- a/src/modules/Makefile_illume-keyboard.am +++ b/src/modules/Makefile_illume-keyboard.am @@ -56,3 +56,8 @@ 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 + +# 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 diff --git a/src/modules/Makefile_illume-mode-toggle.am b/src/modules/Makefile_illume-mode-toggle.am index 207c4bfa5..9fafc2a87 100644 --- a/src/modules/Makefile_illume-mode-toggle.am +++ b/src/modules/Makefile_illume-mode-toggle.am @@ -9,3 +9,7 @@ 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 +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 393d19f41..9616f3e62 100644 --- a/src/modules/Makefile_illume-softkey.am +++ b/src/modules/Makefile_illume-softkey.am @@ -24,3 +24,7 @@ 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 + +,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 18baf01e2..c6527778d 100644 --- a/src/modules/Makefile_illume2.am +++ b/src/modules/Makefile_illume2.am @@ -69,3 +69,8 @@ illume2_module_la_SOURCES = illume2/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_mixer.am b/src/modules/Makefile_mixer.am index 3035aa24a..249aad9e2 100644 --- a/src/modules/Makefile_mixer.am +++ b/src/modules/Makefile_mixer.am @@ -36,3 +36,7 @@ if HAVE_ENOTIFY 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 diff --git a/src/modules/Makefile_msgbus.am b/src/modules/Makefile_msgbus.am index 6da34fde5..20674967a 100644 --- a/src/modules/Makefile_msgbus.am +++ b/src/modules/Makefile_msgbus.am @@ -12,3 +12,7 @@ msgbus_module_la_SOURCES = msgbus/e_mod_main.h \ 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 diff --git a/src/modules/Makefile_notification.am b/src/modules/Makefile_notification.am index ffad048ee..5d69afb94 100644 --- a/src/modules/Makefile_notification.am +++ b/src/modules/Makefile_notification.am @@ -15,3 +15,7 @@ notification_module_la_SOURCES = notification/e_mod_main.h \ 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 diff --git a/src/modules/Makefile_pager.am b/src/modules/Makefile_pager.am index 11bc2997b..fbdcf4b48 100644 --- a/src/modules/Makefile_pager.am +++ b/src/modules/Makefile_pager.am @@ -10,3 +10,7 @@ pagerpkg_LTLIBRARIES = pager/module.la 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 diff --git a/src/modules/Makefile_physics.am b/src/modules/Makefile_physics.am index c4a171309..e5994825d 100644 --- a/src/modules/Makefile_physics.am +++ b/src/modules/Makefile_physics.am @@ -17,3 +17,7 @@ physics_module_la_SOURCES = physics/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_quickaccess.am b/src/modules/Makefile_quickaccess.am index 7c2e43130..30f21b718 100644 --- a/src/modules/Makefile_quickaccess.am +++ b/src/modules/Makefile_quickaccess.am @@ -13,3 +13,7 @@ quickaccess_module_la_SOURCES = quickaccess/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_shot.am b/src/modules/Makefile_shot.am index 78d40ac87..88c464fff 100644 --- a/src/modules/Makefile_shot.am +++ b/src/modules/Makefile_shot.am @@ -9,3 +9,7 @@ shotpkg_LTLIBRARIES = shot/module.la 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 diff --git a/src/modules/Makefile_start.am b/src/modules/Makefile_start.am index b2c7782d9..850b2daa5 100644 --- a/src/modules/Makefile_start.am +++ b/src/modules/Makefile_start.am @@ -9,3 +9,7 @@ startpkg_LTLIBRARIES = start/module.la 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 diff --git a/src/modules/Makefile_syscon.am b/src/modules/Makefile_syscon.am index 0ce09c8ec..7345650ff 100644 --- a/src/modules/Makefile_syscon.am +++ b/src/modules/Makefile_syscon.am @@ -14,3 +14,7 @@ syscon_module_la_SOURCES = syscon/e_mod_main.c \ 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 diff --git a/src/modules/Makefile_systray.am b/src/modules/Makefile_systray.am index 2bda7fceb..f3d7befee 100644 --- a/src/modules/Makefile_systray.am +++ b/src/modules/Makefile_systray.am @@ -9,3 +9,7 @@ systraypkg_LTLIBRARIES = systray/module.la 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 diff --git a/src/modules/Makefile_tasks.am b/src/modules/Makefile_tasks.am index 3ca1d920c..8f8a17be5 100644 --- a/src/modules/Makefile_tasks.am +++ b/src/modules/Makefile_tasks.am @@ -10,3 +10,7 @@ taskspkg_LTLIBRARIES = tasks/module.la 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 diff --git a/src/modules/Makefile_temperature.am b/src/modules/Makefile_temperature.am index 2df457a42..73d525ebc 100644 --- a/src/modules/Makefile_temperature.am +++ b/src/modules/Makefile_temperature.am @@ -22,3 +22,7 @@ tempget_PROGRAMS = temperature/tempget 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 diff --git a/src/modules/Makefile_tiling.am b/src/modules/Makefile_tiling.am index 07ebcead3..aad76c7d7 100644 --- a/src/modules/Makefile_tiling.am +++ b/src/modules/Makefile_tiling.am @@ -27,3 +27,7 @@ tiling/%.edj: tiling/%.edc Makefile 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 diff --git a/src/modules/Makefile_winlist.am b/src/modules/Makefile_winlist.am index a49e7809f..bb83e0edc 100644 --- a/src/modules/Makefile_winlist.am +++ b/src/modules/Makefile_winlist.am @@ -13,3 +13,7 @@ winlist_module_la_SOURCES = winlist/e_mod_main.h \ 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 diff --git a/src/modules/Makefile_wizard.am b/src/modules/Makefile_wizard.am index 8639cd700..45b7a6309 100644 --- a/src/modules/Makefile_wizard.am +++ b/src/modules/Makefile_wizard.am @@ -109,3 +109,7 @@ wizard_page_160_la_SOURCES = wizard/page_160.c 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 diff --git a/src/modules/Makefile_xkbswitch.am b/src/modules/Makefile_xkbswitch.am index 3ee8ba73f..f718a5c57 100644 --- a/src/modules/Makefile_xkbswitch.am +++ b/src/modules/Makefile_xkbswitch.am @@ -12,3 +12,7 @@ xkbswitch_module_la_SOURCES = xkbswitch/e_mod_main.c \ 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